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)

2021-11-15T09:32:04.425Z||main|||||INFO|500||The following profiles are active: basic
2021-11-15T09:32:17.225Z||main|||||INFO|500||Starting service [Tomcat]
2021-11-15T09:32:17.226Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-11-15T09:32:17.338Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-11-15T09:32:21.696Z||main|||||INFO|500||catdb-pool - Starting...
2021-11-15T09:32:22.297Z||main|||||INFO|500||catdb-pool - Start completed.
2021-11-15T09:32:23.050Z||main|||||INFO|500||reqdb-pool - Starting...
2021-11-15T09:32:23.057Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-11-15T09:32:23.214Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-11-15T09:32:23.654Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-11-15T09:32:24.442Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-11-15T09:32:29.309Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-15T09:32:31.622Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-15T09:32:31.682Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-11-15T09:32:32.298Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-15T09:32:32.425Z||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.
2021-11-15T09:32:33.667Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-15T09:32:34.768Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-11-15T09:32:34.787Z||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$$9ade955a.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)
2021-11-15T09:32:34.788Z||main|||||WARN|500||The sdc end point is not alive
2021-11-15T09:32:37.624Z||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
2021-11-15T09:32:40.586Z||main|||||WARN|500||---
2021-11-15T09:32:40.587Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-11-15T09:32:40.587Z||main|||||WARN|500||---
2021-11-15T09:32:41.053Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-11-15T09:32:46.039Z||main|||||INFO|500||Started Application in 45.947 seconds (JVM running for 51.994)
2021-11-15T09:32:46.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-15T09:32:46.068Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-15T09:32:46.089Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-15T09:32:46.127Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-15T09:32:46.180Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c6868876-cd79-410e-9784-6b72045d98da url= /sdc/v1/artifactTypes
2021-11-15T09:32:46.181Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-15T09:32:46.460Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-15T09:32:46.483Z||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
2021-11-15T09:32:46.504Z||scheduling-1|||||DEBUG|500||create keys
2021-11-15T09:32:46.517Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-11-15T09:32:46.730Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T09:32:46.746Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 01620728-5c27-4395-98ba-b1220e1341dc url= /sdc/v1/registerForDistribution
2021-11-15T09:32:47.210Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 01620728-5c27-4395-98ba-b1220e1341dc url= /sdc/v1/registerForDistribution
2021-11-15T09:32:47.211Z||scheduling-1|||||INFO|500||start DistributionClient
2021-11-15T09:32:47.221Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:32:47.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:32:47.229Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-11-15T09:32:47.230Z||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.
2021-11-15T09:32:47.231Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:32:47.230Z||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.
2021-11-15T09:32:47.231Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:32:58.997Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T09:32:59.171Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T09:33:47.220Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:33:47.221Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:33:47.222Z||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.
2021-11-15T09:33:47.223Z||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.
2021-11-15T09:33:47.223Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:33:47.223Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:33:56.784Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T09:33:56.789Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T09:34:47.219Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:34:47.221Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:34:47.226Z||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.
2021-11-15T09:34:47.226Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:34:47.232Z||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.
2021-11-15T09:34:47.232Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:34:56.799Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T09:34:56.805Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T09:35:47.220Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:35:47.222Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:35:47.224Z||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.
2021-11-15T09:35:47.225Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:35:47.225Z||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.
2021-11-15T09:35:47.226Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:35:56.791Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T09:35:56.791Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T09:36:47.219Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:36:47.221Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:36:47.222Z||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.
2021-11-15T09:36:47.222Z||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.
2021-11-15T09:36:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:36:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:36:56.786Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T09:36:56.786Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T09:37:47.219Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:37:47.221Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:37:47.222Z||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.
2021-11-15T09:37:47.222Z||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.
2021-11-15T09:37:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:37:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:37:56.790Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T09:37:56.797Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T09:38:47.219Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:38:47.221Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:38:47.223Z||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.
2021-11-15T09:38:47.224Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:38:47.228Z||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.
2021-11-15T09:38:47.228Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:38:56.785Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T09:38:56.794Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T09:39:47.219Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:39:47.221Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:39:47.223Z||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.
2021-11-15T09:39:47.223Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:39:47.226Z||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.
2021-11-15T09:39:47.226Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:39:56.787Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T09:39:56.787Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T09:40:47.219Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:40:47.221Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:40:47.223Z||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.
2021-11-15T09:40:47.223Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:40:47.223Z||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.
2021-11-15T09:40:47.224Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:40:56.794Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T09:40:56.798Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T09:41:47.219Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:41:47.221Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:41:47.225Z||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.
2021-11-15T09:41:47.225Z||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.
2021-11-15T09:41:47.226Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:41:47.226Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:41:56.804Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T09:41:56.808Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T09:41:59.754Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-11-15T09:42:47.218Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:42:47.219Z||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.
2021-11-15T09:42:47.220Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:42:47.221Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:42:47.223Z||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.
2021-11-15T09:42:47.224Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:42:56.806Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T09:42:56.816Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T09:43:47.219Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:43:47.221Z||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.
2021-11-15T09:43:47.221Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:43:47.221Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:43:47.222Z||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.
2021-11-15T09:43:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:43:56.787Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T09:43:56.793Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T09:44:47.219Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:44:47.221Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:44:47.221Z||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.
2021-11-15T09:44:47.221Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:44:47.221Z||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.
2021-11-15T09:44:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:44:56.772Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T09:44:56.785Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T09:45:47.219Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:45:47.221Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:45:47.222Z||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.
2021-11-15T09:45:47.223Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:45:47.223Z||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.
2021-11-15T09:45:47.223Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:45:56.772Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T09:45:56.781Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T09:46:47.219Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:46:47.221Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:46:47.223Z||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.
2021-11-15T09:46:47.223Z||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.
2021-11-15T09:46:47.223Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:46:47.223Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:46:56.796Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T09:46:56.796Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T09:47:47.218Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:47:47.220Z||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.
2021-11-15T09:47:47.220Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:47:47.221Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:47:47.221Z||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.
2021-11-15T09:47:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:47:56.770Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T09:47:56.773Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T09:48:47.219Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:48:47.221Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:48:47.221Z||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.
2021-11-15T09:48:47.221Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:48:47.221Z||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.
2021-11-15T09:48:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:48:56.772Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T09:48:56.772Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T09:49:47.219Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:49:47.221Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:49:47.221Z||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.
2021-11-15T09:49:47.221Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:49:47.222Z||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.
2021-11-15T09:49:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:49:56.785Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T09:49:56.788Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T09:50:47.219Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:50:47.221Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:50:47.225Z||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.
2021-11-15T09:50:47.225Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:50:47.225Z||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.
2021-11-15T09:50:47.226Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:50:56.781Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T09:50:56.785Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T09:51:47.218Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:51:47.219Z||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.
2021-11-15T09:51:47.220Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:51:47.222Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:51:47.222Z||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.
2021-11-15T09:51:47.223Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:51:56.777Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T09:51:56.778Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T09:52:47.219Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:52:47.221Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:52:47.223Z||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.
2021-11-15T09:52:47.223Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:52:47.223Z||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.
2021-11-15T09:52:47.224Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:52:56.787Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T09:52:56.788Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T09:53:47.219Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:53:47.221Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:53:47.224Z||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.
2021-11-15T09:53:47.224Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:53:47.223Z||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.
2021-11-15T09:53:47.224Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:53:56.785Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T09:53:56.785Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T09:54:47.219Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:54:47.221Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:54:47.224Z||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.
2021-11-15T09:54:47.224Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:54:47.224Z||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.
2021-11-15T09:54:47.225Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:54:56.781Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T09:54:56.788Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T09:55:47.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:55:47.219Z||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.
2021-11-15T09:55:47.219Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:55:47.221Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:55:47.222Z||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.
2021-11-15T09:55:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:55:56.776Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T09:55:56.776Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T09:56:47.219Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:56:47.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T09:56:47.221Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:56:47.221Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:56:47.222Z||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.
2021-11-15T09:56:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:56:56.770Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T09:56:56.776Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T09:57:47.219Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:57:47.221Z||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.
2021-11-15T09:57:47.221Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:57:47.221Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:57:47.222Z||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.
2021-11-15T09:57:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:57:56.773Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T09:57:56.781Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T09:58:47.220Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:58:47.221Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:58:47.229Z||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.
2021-11-15T09:58:47.229Z||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.
2021-11-15T09:58:47.230Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:58:47.230Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:58:56.784Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T09:58:56.794Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T09:59:47.218Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:59:47.219Z||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.
2021-11-15T09:59:47.220Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:59:47.221Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:59:47.221Z||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.
2021-11-15T09:59:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:59:56.777Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T09:59:56.778Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:00:47.219Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:00:47.221Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:00:47.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T10:00:47.221Z||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.
2021-11-15T10:00:47.222Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AbjctDGpKuArKV09) ...
2021-11-15T10:00:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:00:56.781Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:00:56.781Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:01:47.219Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:01:47.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T10:01:47.221Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:01:47.221Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:01:47.222Z||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.
2021-11-15T10:01:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:01:56.769Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:01:56.774Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:02:47.219Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:02:47.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T10:02:47.221Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:02:47.221Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:02:47.221Z||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.
2021-11-15T10:02:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:02:56.773Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:02:56.779Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:03:47.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:03:47.220Z||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.
2021-11-15T10:03:47.220Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:03:47.221Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:03:47.221Z||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.
2021-11-15T10:03:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:03:56.772Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:03:56.772Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:04:47.219Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:04:47.221Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:04:47.222Z||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.
2021-11-15T10:04:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:04:47.222Z||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.
2021-11-15T10:04:47.223Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:04:56.770Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:04:56.781Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:05:47.219Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:05:47.221Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:05:47.222Z||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.
2021-11-15T10:05:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:05:47.222Z||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.
2021-11-15T10:05:47.226Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:05:56.780Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:05:56.781Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:06:47.219Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:06:47.221Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:06:47.224Z||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.
2021-11-15T10:06:47.224Z||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.
2021-11-15T10:06:47.224Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:06:47.224Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:06:56.784Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:06:56.786Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:07:47.221Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:07:47.220Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:07:47.224Z||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.
2021-11-15T10:07:47.224Z||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.
2021-11-15T10:07:47.224Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:07:47.224Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:07:56.786Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:07:56.800Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:08:47.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:08:47.219Z||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.
2021-11-15T10:08:47.219Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:08:47.230Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:08:47.230Z||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.
2021-11-15T10:08:47.230Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:08:56.772Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:08:56.780Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:09:47.219Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:09:47.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T10:09:47.221Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:09:47.221Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:09:47.222Z||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.
2021-11-15T10:09:47.223Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:09:56.772Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:09:56.772Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:10:47.219Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:10:47.221Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:10:47.222Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T10:10:47.222Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AbjctDGpKuArKV09) ...
2021-11-15T10:10:47.222Z||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.
2021-11-15T10:10:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:10:56.779Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:10:56.779Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:11:47.219Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:11:47.221Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:11:47.224Z||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.
2021-11-15T10:11:47.224Z||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.
2021-11-15T10:11:47.224Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:11:47.224Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:11:56.777Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:11:56.801Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:12:47.218Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:12:47.219Z||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.
2021-11-15T10:12:47.219Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:12:47.221Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:12:47.221Z||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.
2021-11-15T10:12:47.221Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:12:56.774Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:12:56.777Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:13:47.219Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:13:47.221Z||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.
2021-11-15T10:13:47.221Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:13:47.221Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:13:47.222Z||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.
2021-11-15T10:13:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:13:56.772Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:13:56.772Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:14:47.219Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:14:47.221Z||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.
2021-11-15T10:14:47.221Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:14:47.222Z||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.
2021-11-15T10:14:47.221Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:14:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:14:56.793Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:14:56.795Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:15:47.219Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:15:47.221Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:15:47.221Z||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.
2021-11-15T10:15:47.221Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:15:47.222Z||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.
2021-11-15T10:15:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:15:56.778Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:15:56.790Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:16:47.223Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:16:47.226Z||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.
2021-11-15T10:16:47.226Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:16:47.222Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:16:47.227Z||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.
2021-11-15T10:16:47.227Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:16:56.798Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:16:56.802Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:17:47.221Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:17:47.220Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:17:47.224Z||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.
2021-11-15T10:17:47.224Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:17:47.224Z||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.
2021-11-15T10:17:47.224Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:17:56.780Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:17:56.782Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:18:47.221Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:18:47.222Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:18:47.222Z||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.
2021-11-15T10:18:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:18:47.223Z||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.
2021-11-15T10:18:47.223Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:18:56.771Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:18:56.773Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:19:47.219Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:19:47.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:19:47.222Z||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.
2021-11-15T10:19:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:19:47.222Z||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.
2021-11-15T10:19:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:19:56.783Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:19:56.783Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:20:47.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:20:47.219Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:20:47.228Z||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.
2021-11-15T10:20:47.228Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:20:47.228Z||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.
2021-11-15T10:20:47.228Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:20:56.791Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:20:56.795Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:21:47.219Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:21:47.221Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:21:47.223Z||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.
2021-11-15T10:21:47.224Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:21:47.225Z||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.
2021-11-15T10:21:47.226Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:21:56.784Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:21:56.793Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:22:47.219Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:22:47.221Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:22:47.222Z||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.
2021-11-15T10:22:47.222Z||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.
2021-11-15T10:22:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:22:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:22:56.794Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:22:56.794Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:23:47.219Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:23:47.221Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:23:47.222Z||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.
2021-11-15T10:23:47.222Z||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.
2021-11-15T10:23:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:23:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:23:56.775Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:23:56.777Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:24:47.218Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:24:47.219Z||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.
2021-11-15T10:24:47.219Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:24:47.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:24:47.221Z||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.
2021-11-15T10:24:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:24:47.710Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:24:47.715Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.715Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "cds",
  "timestamp": 1636971873935,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.742Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:24:47.742Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.742Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "dcae-sch",
  "timestamp": 1636971875222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.742Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:24:47.743Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.743Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636971873386,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.743Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:24:47.743Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.743Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636971875487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.743Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:24:47.743Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.743Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "clamp",
  "timestamp": 1636971876128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.744Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:24:47.744Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.744Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "policy-id",
  "timestamp": 1636971871624,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.744Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:24:47.744Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.744Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "cds",
  "timestamp": 1636971873935,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vfw5b721f9ccd580_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.745Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:24:47.745Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.745Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "dcae-sch",
  "timestamp": 1636971875222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vfw5b721f9ccd580_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.745Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:24:47.745Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.745Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636971873386,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vfw5b721f9ccd580_modules.json",
  "status": "NOTIFIED"
}
2021-11-15T10:24:47.745Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:24:47.745Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.746Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "policy-id",
  "timestamp": 1636971871624,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vfw5b721f9ccd580_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.746Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:24:47.746Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.746Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636971875487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vfw5b721f9ccd580_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.746Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:24:47.746Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.746Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "clamp",
  "timestamp": 1636971876128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vfw5b721f9ccd580_modules.json",
  "status": "NOTIFIED"
}
2021-11-15T10:24:47.747Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:24:47.747Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.747Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "cds",
  "timestamp": 1636971873935,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.747Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:24:47.747Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.747Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636971873386,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-15T10:24:47.747Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:24:47.747Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.748Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "dcae-sch",
  "timestamp": 1636971875222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.748Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:24:47.748Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.748Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636971875487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.749Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:24:47.749Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.749Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "policy-id",
  "timestamp": 1636971871624,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-15T10:24:47.749Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:24:47.749Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.749Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "clamp",
  "timestamp": 1636971876128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.749Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:24:47.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636971881378,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.750Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:24:47.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "cds",
  "timestamp": 1636971873935,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.750Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:24:47.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "dcae-sch",
  "timestamp": 1636971875222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.751Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:24:47.751Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.751Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636971873386,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.751Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:24:47.751Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.751Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636971875487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.752Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:24:47.752Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.752Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "clamp",
  "timestamp": 1636971876128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.752Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:24:47.752Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.752Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "policy-id",
  "timestamp": 1636971871624,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.753Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:24:47.753Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.753Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636971881378,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vfw5b721f9ccd580_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.753Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:24:47.753Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.754Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636971873386,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-15T10:24:47.754Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:24:47.754Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.754Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "cds",
  "timestamp": 1636971873935,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.755Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:24:47.755Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.755Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "dcae-sch",
  "timestamp": 1636971875222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.755Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:24:47.755Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.755Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636971875487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.755Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:24:47.755Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.755Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "policy-id",
  "timestamp": 1636971871624,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.756Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:24:47.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.756Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "clamp",
  "timestamp": 1636971876128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.756Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:24:47.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.756Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636971881378,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.756Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:24:47.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.756Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "cds",
  "timestamp": 1636971873935,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.757Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:24:47.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "dcae-sch",
  "timestamp": 1636971875222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.757Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:24:47.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636971873386,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.757Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:24:47.758Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.758Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "clamp",
  "timestamp": 1636971876128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.758Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:24:47.758Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.758Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636971875487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.758Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:24:47.758Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.758Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "policy-id",
  "timestamp": 1636971871624,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.759Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:24:47.759Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.759Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636971881378,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.759Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:24:47.759Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.759Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636971873386,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T10:24:47.759Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:24:47.759Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.760Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "cds",
  "timestamp": 1636971873935,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T10:24:47.760Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:24:47.760Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.760Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "dcae-sch",
  "timestamp": 1636971875222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.760Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:24:47.760Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.760Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636971875487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T10:24:47.760Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:24:47.761Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.761Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "policy-id",
  "timestamp": 1636971871624,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T10:24:47.761Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:24:47.761Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.761Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "clamp",
  "timestamp": 1636971876128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T10:24:47.761Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:24:47.761Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.761Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636971881378,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.762Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:24:47.762Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.762Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636971886562,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:24:47.762Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:24:47.762Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.762Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "cds",
  "timestamp": 1636971886558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:24:47.762Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:24:47.763Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.763Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "policy-id",
  "timestamp": 1636971886543,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:24:47.763Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:24:47.763Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.763Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636971886602,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vfw5b721f9ccd580_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:24:47.763Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:24:47.763Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.763Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636971881378,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.764Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:24:47.862Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:24:47.864Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.864Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"e9b10384-9959-4c12-95b1-474ba79aff4e","serviceName":"vFW 2021-11-15 10-22-28","serviceVersion":"1.0","serviceUUID":"192617db-0f07-4ad9-9c0d-ffc5eee1a9a0","serviceDescription":"catalog service description","serviceInvariantUUID":"86877d6f-f882-4c1d-82be-c0269eebed22","resources":[{"resourceInstanceName":"vFW 5b721f9c-cd58 0","resourceName":"vFW 5b721f9c-cd58","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"49fa4228-cc1c-4903-8b5a-379aa40780c4","resourceInvariantUUID":"6563267e-aafa-4f36-9e7e-5067f4e48941","resourceCustomizationUUID":"a83c33e9-68a0-49fc-b43e-24850f66365f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vf-license-model.xml","artifactChecksum":"MDUwYWNmNjAyNDI0OWE3N2RlOTkxYTljMDk2ZDUyMzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"26a1c39f-78ec-488a-a4c0-108c09fd94ca","artifactVersion":"1"},{"artifactName":"vfw5b721f9ccd580_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vfw5b721f9ccd580_modules.json","artifactChecksum":"Y2Y4ZDRkOWE4NGRjN2Q5YjY0Y2IwZmU4ZTY2YjU3YjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"77dd147d-8efd-4045-be37-867a9a5070b9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c1fb3577-9fd7-468b-a59c-b98484495efe","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vendor-license-model.xml","artifactChecksum":"ZDEwNTU4ZDJmMjFiMmIzNWRiZmUwZGQxNGVlNmI3NDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"91d6fb4b-e67c-4e74-852c-79cea30d132c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8efa908c-4296-4209-aeaf-d183545aaae7","artifactVersion":"2","generatedFromUUID":"c1fb3577-9fd7-468b-a59c-b98484495efe"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211115102228-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-template.yml","artifactChecksum":"OTdjZGEzMTVhNDg5MDY0ZTY2M2VlMWEyNDA2OTJkYmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a7de3985-8a88-4079-b470-a18d1ab480e6","artifactVersion":"1"},{"artifactName":"service-Vfw20211115102228-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar","artifactChecksum":"YmJjM2IzNTg4MmY1N2Q2YjMwOTU0NmRkNmQ2Yjc5MWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d358cdc0-de52-4e4a-84f6-ac780978542d","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-15T10:24:47.875Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:24:47.881Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:24:47.892Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:24:47.892Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636971887218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.992Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2021-11-15T10:24:47.996Z||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.
2021-11-15T10:24:47.996Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:24:48.045Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:24:48.046Z||pool-3-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:24:48.901Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:24:48.902Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:24:48.906Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:24:48.906Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636971887218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vfw5b721f9ccd580_modules.json",
  "status": "NOTIFIED"
}
2021-11-15T10:24:49.006Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:24:49.007Z||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.
2021-11-15T10:24:49.008Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:24:49.037Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:24:49.038Z||pool-4-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:24:49.906Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:24:49.907Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:24:49.909Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:24:49.910Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636971887218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-15T10:24:50.010Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:24:50.011Z||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.
2021-11-15T10:24:50.011Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:24:50.029Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:24:50.030Z||pool-5-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:24:50.910Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:24:50.912Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:24:50.914Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:24:50.915Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636971887218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:24:51.016Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-15T10:24:51.019Z||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.
2021-11-15T10:24:51.019Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:24:51.033Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:24:51.033Z||pool-6-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-11-15T10:24:51.916Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:24:51.917Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:24:51.920Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:24:51.921Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636971887218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-15T10:24:52.021Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:24:52.023Z||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.
2021-11-15T10:24:52.024Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:24:52.038Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:24:52.039Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-11-15T10:24:52.922Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:24:52.924Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:24:52.927Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:24:52.927Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636971887218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:24:53.028Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-15T10:24:53.029Z||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.
2021-11-15T10:24:53.029Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:24:53.042Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:24:53.043Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:24:53.928Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:24:53.929Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:24:53.931Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:24:53.931Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636971887218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T10:24:54.031Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:24:54.032Z||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.
2021-11-15T10:24:54.033Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:24:54.050Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:24:54.051Z||pool-9-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2021-11-15T10:24:54.933Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "serviceName": "vFW 2021-11-15 10-22-28",
  "serviceVersion": "1.0",
  "serviceUUID": "192617db-0f07-4ad9-9c0d-ffc5eee1a9a0",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "86877d6f-f882-4c1d-82be-c0269eebed22",
  "resources": [
    {
      "resourceInstanceName": "vFW 5b721f9c-cd58 0",
      "resourceCustomizationUUID": "a83c33e9-68a0-49fc-b43e-24850f66365f",
      "resourceName": "vFW 5b721f9c-cd58",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "49fa4228-cc1c-4903-8b5a-379aa40780c4",
      "resourceInvariantUUID": "6563267e-aafa-4f36-9e7e-5067f4e48941",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw5b721f9ccd580_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vfw5b721f9ccd580_modules.json",
          "artifactChecksum": "Y2Y4ZDRkOWE4NGRjN2Q5YjY0Y2IwZmU4ZTY2YjU3YjY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "77dd147d-8efd-4045-be37-867a9a5070b9",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c1fb3577-9fd7-468b-a59c-b98484495efe",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "8efa908c-4296-4209-aeaf-d183545aaae7",
            "generatedFromUUID": "c1fb3577-9fd7-468b-a59c-b98484495efe"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "8efa908c-4296-4209-aeaf-d183545aaae7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20211115102228-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar",
      "artifactChecksum": "YmJjM2IzNTg4MmY1N2Q2YjMwOTU0NmRkNmQ2Yjc5MWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d358cdc0-de52-4e4a-84f6-ac780978542d"
    }
  ],
  "workloadContext": "Production"
}
2021-11-15T10:24:54.936Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-15T10:24:54.937Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 192617db-0f07-4ad9-9c0d-ffc5eee1a9a0 ASDC
2021-11-15T10:24:55.044Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:e9b10384-9959-4c12-95b1-474ba79aff4e
ServiceName:vFW 2021-11-15 10-22-28
ServiceVersion:1.0
ServiceUUID:192617db-0f07-4ad9-9c0d-ffc5eee1a9a0
ServiceInvariantUUID:86877d6f-f882-4c1d-82be-c0269eebed22
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211115102228-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar
ArtifactUUID:d358cdc0-de52-4e4a-84f6-ac780978542d
ArtifactChecksum:YmJjM2IzNTg4MmY1N2Q2YjMwOTU0NmRkNmQ2Yjc5MWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 5b721f9c-cd58 0
ResourceCustomizationUUID:a83c33e9-68a0-49fc-b43e-24850f66365f
ResourceInvariantUUID:6563267e-aafa-4f36-9e7e-5067f4e48941
ResourceName:vFW 5b721f9c-cd58
ResourceType:VF
ResourceUUID:49fa4228-cc1c-4903-8b5a-379aa40780c4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw5b721f9ccd580_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vfw5b721f9ccd580_modules.json
ArtifactUUID:77dd147d-8efd-4045-be37-867a9a5070b9
ArtifactChecksum:Y2Y4ZDRkOWE4NGRjN2Q5YjY0Y2IwZmU4ZTY2YjU3YjY=
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/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.yaml
ArtifactUUID:c1fb3577-9fd7-468b-a59c-b98484495efe
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/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.env
ArtifactUUID:8efa908c-4296-4209-aeaf-d183545aaae7
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/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.env
ArtifactUUID:8efa908c-4296-4209-aeaf-d183545aaae7
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-15T10:24:55.045Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 192617db-0f07-4ad9-9c0d-ffc5eee1a9a0 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 (?, ?, ?, ?, ?)
2021-11-15T10:24:55.288Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-15T10:24:55.289Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-15T10:24:55.291Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-15T10:24:55.291Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d358cdc0-de52-4e4a-84f6-ac780978542d from URL: /sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar
2021-11-15T10:24:55.294Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-15T10:24:55.296Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar
2021-11-15T10:24:56.084Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-15T10:24:56.102Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar d358cdc0-de52-4e4a-84f6-ac780978542d 98920
2021-11-15T10:24:56.104Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar ASDC sendASDCNotification
2021-11-15T10:24:56.104Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar
2021-11-15T10:24:56.106Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T10:24:56.107Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:24:56.108Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:24:56.108Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636971896103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:24:56.209Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:24:56.210Z||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.
2021-11-15T10:24:56.210Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:24:56.222Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:24:56.222Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:24:57.109Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-15T10:24:57.111Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-15T10:24:57.111Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: d358cdc0-de52-4e4a-84f6-ac780978542d, URL: /sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar to file: /app/ASDC/1/service-Vfw20211115102228-csar.csar
2021-11-15T10:24:57.112Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211115102228-csar.csar
2021-11-15T10:24:57.187Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211115102228-csar.csar
2021-11-15T10:24:57.188Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211115102228-csar.csar
2021-11-15T10:24:57.905Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10020116178477882677/Definitions/service-Vfw20211115102228-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2021-11-15T10:25:00.517Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-15T10:25:00.521Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-15T10:25:00.522Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211115102228-csar.csar
2021-11-15T10:25:00.522Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-11-15T10:25:00.522Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||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-Vfw20211115102228-csar.csar
2021-11-15T10:25:00.522Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||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-Vfw20211115102228-csar.csar
2021-11-15T10:25:00.522Z|e9b10384-9959-4c12-95b1-474ba79aff4e|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-Vfw20211115102228-csar.csar
2021-11-15T10:25:00.522Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211115102228-csar.csar
2021-11-15T10:25:00.522Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211115102228-csar.csar
2021-11-15T10:25:00.522Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||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-Vfw20211115102228-csar.csar
2021-11-15T10:25:00.523Z|e9b10384-9959-4c12-95b1-474ba79aff4e|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-Vfw20211115102228-csar.csar
2021-11-15T10:25:00.523Z|e9b10384-9959-4c12-95b1-474ba79aff4e|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-Vfw20211115102228-csar.csar
2021-11-15T10:25:00.523Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211115102228-csar.csar
2021-11-15T10:25:00.523Z|e9b10384-9959-4c12-95b1-474ba79aff4e|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-Vfw20211115102228-csar.csar
2021-11-15T10:25:00.523Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211115102228-csar.csar
2021-11-15T10:25:00.523Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 5b721f9c-cd58 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-Vfw20211115102228-csar.csar
2021-11-15T10:25:00.523Z|e9b10384-9959-4c12-95b1-474ba79aff4e|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-Vfw20211115102228-csar.csar
2021-11-15T10:25:00.523Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-15T10:25:00.529Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:25:00.530Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 10-22-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:25:00.534Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vFW 5b721f9c-cd58 0 is matching search criteria
2021-11-15T10:25:00.534Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-15T10:25:00.535Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 5b721f9c-cd58 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-15T10:25:00.537Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:25:00.537Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 10-22-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:25:00.537Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vFW 5b721f9c-cd58 0 is matching search criteria
2021-11-15T10:25:00.538Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-15T10:25:00.538Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 5b721f9c-cd58 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-15T10:25:00.538Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:25:00.538Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 10-22-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:25:00.541Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:25:00.541Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vFW 5b721f9c-cd58 0 is not matching search criteria
2021-11-15T10:25:00.542Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-15T10:25:00.542Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-15T10:25:00.542Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-15T10:25:00.542Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-15T10:25:00.542Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-15T10:25:00.542Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-15T10:25:00.542Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-15T10:25:00.543Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-15T10:25:00.543Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-15T10:25:00.543Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-15T10:25:00.543Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-15T10:25:00.543Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-15T10:25:00.543Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-15T10:25:00.543Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-15T10:25:00.544Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-15T10:25:00.544Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-15T10:25:00.544Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:25:00.544Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 10-22-28 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-15T10:25:00.545Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:25:00.545Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vFW 5b721f9c-cd58 0 is matching search criteria
2021-11-15T10:25:00.545Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 5b721f9c-cd58 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T10:25:00.546Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:25:00.546Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vFW 5b721f9c-cd58 0 is matching search criteria
2021-11-15T10:25:00.546Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 5b721f9c-cd58 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T10:25:00.546Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:25:00.546Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vFW 5b721f9c-cd58 0 is matching search criteria
2021-11-15T10:25:00.547Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 5b721f9c-cd58 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T10:25:00.547Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:25:00.547Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vFW 5b721f9c-cd58 0 is not matching search criteria
2021-11-15T10:25:00.547Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-15T10:25:00.547Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-15T10:25:00.547Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-15T10:25:00.548Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-15T10:25:00.548Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-15T10:25:00.548Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-15T10:25:00.548Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-15T10:25:00.548Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-15T10:25:00.548Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-15T10:25:00.548Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-15T10:25:00.549Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-15T10:25:00.549Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7fcca206-6da2-4735-9675-c8931a5c2fe2
2021-11-15T10:25:00.549Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:25:00.549Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vFW 5b721f9c-cd58 0 is not matching search criteria
2021-11-15T10:25:00.549Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-15T10:25:00.549Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-15T10:25:00.550Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-15T10:25:00.550Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-15T10:25:00.550Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-15T10:25:00.550Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-15T10:25:00.550Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-15T10:25:00.550Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-15T10:25:00.550Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-15T10:25:00.551Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-15T10:25:00.551Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-15T10:25:00.551Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-15T10:25:00.551Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=191334e6-9c30-4eca-8491-3e0b50536f86
2021-11-15T10:25:00.551Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:25:00.551Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vFW 5b721f9c-cd58 0 is not matching search criteria
2021-11-15T10:25:00.552Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-15T10:25:00.552Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-15T10:25:00.552Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-15T10:25:00.552Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-15T10:25:00.552Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-15T10:25:00.552Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-15T10:25:00.552Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-15T10:25:00.553Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-15T10:25:00.553Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-15T10:25:00.553Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-15T10:25:00.553Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-15T10:25:00.553Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-15T10:25:00.553Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0181a0aa-d60e-4eca-8e3b-b475faaaff8d
2021-11-15T10:25:00.553Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:25:00.554Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 10-22-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:25:00.554Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:25:00.554Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 10-22-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:25:00.554Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:25:00.554Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 10-22-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:25:00.554Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:25:00.555Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 10-22-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:25:00.555Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-11-15 10-22-28
Description:catalog service description
Model UUID:192617db-0f07-4ad9-9c0d-ffc5eee1a9a0
Model Version:NULL
Model InvariantUuid:86877d6f-f882-4c1d-82be-c0269eebed22
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 5b721f9c-cd58
Model UUID:8c434eb9-6f00-491c-ad81-88b8fd49aa22
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6563267e-aafa-4f36-9e7e-5067f4e48941
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a83c33e9-68a0-49fc-b43e-24850f66365f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:61296855-e6e1-42a3-ab5e-adfb46412013
ModelName:Vfw5b721f9cCd58..base_vfw..module-0
ModelUuid:34f60ed2-3122-47bf-b1ce-e1522a77ac15
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7fcca206-6da2-4735-9675-c8931a5c2fe2
ModelInvariantUuid:ff4b0125-2789-45db-a573-a1156761d4b9
ModelName:vFW 5b721f9c-cd58-nodes.vfwCvfc
ModelUuid:41916cae-8f99-43bf-aa98-4b539e89f6b2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:22293b3e-f636-4833-be67-bce7c6e32cab
ModelInvariantUuid:4d859aa0-8d0b-4989-88ad-fb744361e413
ModelName:Vfw5b721f9cCd58.compute.nodes.heat.vfw
ModelUuid:1a9023ea-f7c5-4a79-b40c-285e4ea0150c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:191334e6-9c30-4eca-8491-3e0b50536f86
ModelInvariantUuid:fb0a363f-28f0-46a4-882f-5e19778d53b8
ModelName:vFW 5b721f9c-cd58-nodes.vsnCvfc
ModelUuid:f1c1263f-b5c5-4872-8229-a0647cd5b2fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:758dc9f0-8d3a-4cd0-8361-0a593b73d3e0
ModelInvariantUuid:9fd0b6a3-6d87-48d2-9299-ebce6a8da177
ModelName:Vfw5b721f9cCd58.compute.nodes.heat.vsn
ModelUuid:10517439-c9c7-47ea-ad82-e2dab33f6ef8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:0181a0aa-d60e-4eca-8e3b-b475faaaff8d
ModelInvariantUuid:b7492e3c-456f-4bf8-b55c-f95fa09ccefa
ModelName:vFW 5b721f9c-cd58-nodes.vpgCvfc
ModelUuid:3d9eb458-02dc-4057-b51c-eb4da8baaa5a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:4db86c66-1530-4625-90bd-65b0df3ecd70
ModelInvariantUuid:87c2b142-6f77-4dcc-98d2-cc6412f6d377
ModelName:Vfw5b721f9cCd58.compute.nodes.heat.vpg
ModelUuid:d1299ef8-5f9f-4f4f-93b5-c703e455f2b6
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=?
2021-11-15T10:25:00.573Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 49fa4228-cc1c-4903-8b5a-379aa40780c4
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=?
2021-11-15T10:25:00.655Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||vFW 5b721f9c-cd58 0
2021-11-15T10:25:00.661Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 49fa4228-cc1c-4903-8b5a-379aa40780c4
2021-11-15T10:25:00.661Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 77dd147d-8efd-4045-be37-867a9a5070b9 from URL: /sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vfw5b721f9ccd580_modules.json
2021-11-15T10:25:00.661Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-15T10:25:00.661Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vfw5b721f9ccd580_modules.json
2021-11-15T10:25:00.721Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-15T10:25:00.721Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vfw5b721f9ccd580_modules.json 77dd147d-8efd-4045-be37-867a9a5070b9 785
2021-11-15T10:25:00.722Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vfw5b721f9ccd580_modules.json ASDC sendASDCNotification
2021-11-15T10:25:00.722Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vfw5b721f9ccd580_modules.json
2021-11-15T10:25:00.722Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T10:25:00.722Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:25:00.725Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:25:00.725Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636971900722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vfw5b721f9ccd580_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:25:00.825Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:25:00.827Z||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.
2021-11-15T10:25:00.827Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:25:00.839Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:25:00.839Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:25:01.727Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw5b721f9cCd58..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "61296855-e6e1-42a3-ab5e-adfb46412013",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "34f60ed2-3122-47bf-b1ce-e1522a77ac15",
    "vfModuleModelCustomizationUUID": "ffe125f6-5603-4b38-a2ae-ef9cccd42600",
    "isBase": true,
    "artifacts": [
      "c1fb3577-9fd7-468b-a59c-b98484495efe",
      "8efa908c-4296-4209-aeaf-d183545aaae7"
    ],
    "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": ""
    }
  }
]
2021-11-15T10:25:01.740Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw5b721f9cCd58..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:34f60ed2-3122-47bf-b1ce-e1522a77ac15
VfModuleModelInvariantUUID:61296855-e6e1-42a3-ab5e-adfb46412013
VfModuleModelDescription:NULL
Artifacts UUID List:{
c1fb3577-9fd7-468b-a59c-b98484495efe
,
8efa908c-4296-4209-aeaf-d183545aaae7

}
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


}

2021-11-15T10:25:01.743Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw5b721f9cCd58..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "61296855-e6e1-42a3-ab5e-adfb46412013",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "34f60ed2-3122-47bf-b1ce-e1522a77ac15",
    "vfModuleModelCustomizationUUID": "ffe125f6-5603-4b38-a2ae-ef9cccd42600",
    "isBase": true,
    "artifacts": [
      "c1fb3577-9fd7-468b-a59c-b98484495efe",
      "8efa908c-4296-4209-aeaf-d183545aaae7"
    ],
    "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": ""
    }
  }
]
2021-11-15T10:25:01.744Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw5b721f9cCd58..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:34f60ed2-3122-47bf-b1ce-e1522a77ac15
VfModuleModelInvariantUUID:61296855-e6e1-42a3-ab5e-adfb46412013
VfModuleModelDescription:NULL
Artifacts UUID List:{
c1fb3577-9fd7-468b-a59c-b98484495efe
,
8efa908c-4296-4209-aeaf-d183545aaae7

}
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


}

2021-11-15T10:25:01.744Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c1fb3577-9fd7-468b-a59c-b98484495efe from URL: /sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.yaml
2021-11-15T10:25:01.744Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-15T10:25:01.745Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.yaml
2021-11-15T10:25:01.822Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-15T10:25:01.823Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.yaml c1fb3577-9fd7-468b-a59c-b98484495efe 20368
2021-11-15T10:25:01.824Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-15T10:25:01.824Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.yaml
2021-11-15T10:25:01.824Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T10:25:01.825Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:25:01.827Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:25:01.827Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636971901824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:25:01.927Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:25:01.928Z||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.
2021-11-15T10:25:01.928Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:25:01.943Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:25:01.944Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:25:02.828Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8efa908c-4296-4209-aeaf-d183545aaae7 from URL: /sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.env
2021-11-15T10:25:02.829Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-15T10:25:02.829Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.env
2021-11-15T10:25:02.893Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-15T10:25:02.894Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.env 8efa908c-4296-4209-aeaf-d183545aaae7 2098
2021-11-15T10:25:02.895Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-15T10:25:02.895Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.env
2021-11-15T10:25:02.895Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T10:25:02.896Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:25:02.898Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:25:02.903Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636971902895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:25:02.998Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2021-11-15T10:25:02.999Z||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.
2021-11-15T10:25:02.999Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:25:03.015Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:25:03.016Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:25:03.904Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 192617db-0f07-4ad9-9c0d-ffc5eee1a9a0
2021-11-15T10:25:03.905Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 5b721f9c-cd58 0 49fa4228-cc1c-4903-8b5a-379aa40780c4 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=?
2021-11-15T10:25:03.934Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@cb048c6, org.onap.sdc.toscaparser.api.parameters.Input@f6545ca, org.onap.sdc.toscaparser.api.parameters.Input@1bea7450, org.onap.sdc.toscaparser.api.parameters.Input@45dcc7ea, org.onap.sdc.toscaparser.api.parameters.Input@4ba441ef]
2021-11-15T10:25:03.937Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:25:03.938Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 10-22-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:25:03.938Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2021-11-15T10:25:03.938Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= a83c33e9-68a0-49fc-b43e-24850f66365f
2021-11-15T10:25:03.939Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a83c33e9-68a0-49fc-b43e-24850f66365f matches Tosca VF Customization UUID: a83c33e9-68a0-49fc-b43e-24850f66365f
2021-11-15T10:25:03.939Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: a83c33e9-68a0-49fc-b43e-24850f66365f  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=?
2021-11-15T10:25:03.945Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:25:03.946Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 10-22-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:25:03.947Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id a83c33e9-68a0-49fc-b43e-24850f66365f: {\"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\"}
2021-11-15T10:25:03.947Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2b7fa9d3
2021-11-15T10:25:03.948Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:25:03.948Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 10-22-28 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-15T10:25:03.949Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ffe125f6-5603-4b38-a2ae-ef9cccd42600
2021-11-15T10:25:03.950Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ffe125f6-5603-4b38-a2ae-ef9cccd42600
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=?
2021-11-15T10:25:03.954Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:25:03.955Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vFW 5b721f9c-cd58 0 is matching search criteria
2021-11-15T10:25:03.955Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 5b721f9c-cd58 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T10:25:03.956Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:25:03.956Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vFW 5b721f9c-cd58 0 is matching search criteria
2021-11-15T10:25:03.957Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 5b721f9c-cd58 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T10:25:03.957Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:25:03.957Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vFW 5b721f9c-cd58 0 is not matching search criteria
2021-11-15T10:25:03.958Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-15T10:25:03.958Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-15T10:25:03.958Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-15T10:25:03.959Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-15T10:25:03.959Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-15T10:25:03.959Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-15T10:25:03.960Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-15T10:25:03.960Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-15T10:25:03.960Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-15T10:25:03.960Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-15T10:25:03.961Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-15T10:25:03.961Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7fcca206-6da2-4735-9675-c8931a5c2fe2
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=?
2021-11-15T10:25:03.968Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:25:03.968Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vFW 5b721f9c-cd58 0 is matching search criteria
2021-11-15T10:25:03.969Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 5b721f9c-cd58 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T10:25:03.969Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:25:03.970Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vFW 5b721f9c-cd58 0 is not matching search criteria
2021-11-15T10:25:03.970Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-15T10:25:03.970Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-15T10:25:03.971Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-15T10:25:03.971Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-15T10:25:03.971Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-15T10:25:03.972Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-15T10:25:03.972Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-15T10:25:03.973Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-15T10:25:03.973Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-15T10:25:03.973Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-15T10:25:03.974Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-15T10:25:03.974Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-15T10:25:03.974Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=191334e6-9c30-4eca-8491-3e0b50536f86
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=?
2021-11-15T10:25:03.977Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:25:03.977Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vFW 5b721f9c-cd58 0 is matching search criteria
2021-11-15T10:25:03.977Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 5b721f9c-cd58 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T10:25:03.979Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:25:03.980Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vFW 5b721f9c-cd58 0 is not matching search criteria
2021-11-15T10:25:03.980Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-15T10:25:03.980Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-15T10:25:03.981Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-15T10:25:03.981Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-15T10:25:03.981Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-15T10:25:03.982Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-15T10:25:03.982Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-15T10:25:03.982Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-15T10:25:03.983Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-15T10:25:03.983Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-15T10:25:03.983Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-15T10:25:03.983Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-15T10:25:03.984Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0181a0aa-d60e-4eca-8e3b-b475faaaff8d
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=?
2021-11-15T10:25:03.986Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:25:03.987Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vFW 5b721f9c-cd58 0 is matching search criteria
2021-11-15T10:25:03.987Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 5b721f9c-cd58 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T10:25:03.987Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:25:03.988Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vFW 5b721f9c-cd58 0 is matching search criteria
2021-11-15T10:25:03.988Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 5b721f9c-cd58 0] matching following query criteria: sdcType=VF, customizationUUID=a83c33e9-68a0-49fc-b43e-24850f66365f
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=?
2021-11-15T10:25:03.990Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:25:03.991Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 10-22-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:25:03.991Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 192617db-0f07-4ad9-9c0d-ffc5eee1a9a0: vFW 5b721f9c-cd58
2021-11-15T10:25:03.991Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:25:03.992Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 10-22-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:25:03.992Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:25:03.992Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 10-22-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:25:03.993Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:25:03.993Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 10-22-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:25:03.993Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:25:03.994Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 10-22-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:25:03.994Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:25:03.994Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 10-22-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:25:03.995Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2021-11-15 10-22-28 
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 (?, ?, ?, ?, ?)
2021-11-15T10:25:04.245Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 5b721f9c-cd58 49fa4228-cc1c-4903-8b5a-379aa40780c4 1 ASDC deployResourceStructure
2021-11-15T10:25:04.245Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vfw5b721f9ccd580_modules.json ASDC sendASDCNotification
2021-11-15T10:25:04.245Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vfw5b721f9ccd580_modules.json
2021-11-15T10:25:04.246Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T10:25:04.246Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:25:04.247Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:25:04.247Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636971904245,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vfw5b721f9ccd580_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-15T10:25:04.348Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:25:04.349Z||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.
2021-11-15T10:25:04.349Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:25:04.359Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:25:04.360Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:25:05.248Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-15T10:25:05.249Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.yaml
2021-11-15T10:25:05.249Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T10:25:05.249Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:25:05.250Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:25:05.250Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636971905248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-11-15T10:25:05.351Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:25:05.351Z||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.
2021-11-15T10:25:05.352Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:25:05.363Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:25:05.363Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:25:06.251Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-15T10:25:06.252Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.env
2021-11-15T10:25:06.252Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T10:25:06.252Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:25:06.254Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:25:06.254Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636971906251,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-11-15T10:25:06.360Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2021-11-15T10:25:06.361Z||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.
2021-11-15T10:25:06.362Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:25:06.375Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:25:06.376Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-11-15T10:25:07.255Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar ASDC sendASDCNotification
2021-11-15T10:25:07.256Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar
2021-11-15T10:25:07.256Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T10:25:07.256Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:25:07.261Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:25:07.261Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636971907255,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T10:25:07.360Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-15T10:25:07.361Z||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.
2021-11-15T10:25:07.361Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:25:07.379Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:25:07.380Z||pool-17-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:25:08.263Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9b10384-9959-4c12-95b1-474ba79aff4e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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=?
2021-11-15T10:25:08.287Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9b10384-9959-4c12-95b1-474ba79aff4e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T10:25:08.290Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T10:25:08.290Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-15T10:25:08.290Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-15T10:25:38.290Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9b10384-9959-4c12-95b1-474ba79aff4e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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=?
2021-11-15T10:25:38.315Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9b10384-9959-4c12-95b1-474ba79aff4e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T10:25:38.317Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T10:25:38.318Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-15T10:25:38.318Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-15T10:25:47.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:25:47.222Z||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.
2021-11-15T10:25:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:25:47.246Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:25:47.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:25:47.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "cds",
  "timestamp": 1636971887579,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-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=?
2021-11-15T10:25:47.253Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e9b10384-9959-4c12-95b1-474ba79aff4e
2021-11-15T10:25:47.254Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9b10384-9959-4c12-95b1-474ba79aff4e 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 (?, ?, ?, ?, ?)
2021-11-15T10:26:08.318Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9b10384-9959-4c12-95b1-474ba79aff4e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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=?
2021-11-15T10:26:08.343Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9b10384-9959-4c12-95b1-474ba79aff4e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T10:26:08.346Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T10:26:08.347Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-15T10:26:08.347Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-15T10:26:38.348Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9b10384-9959-4c12-95b1-474ba79aff4e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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=?
2021-11-15T10:26:38.359Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9b10384-9959-4c12-95b1-474ba79aff4e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T10:26:38.361Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T10:26:38.361Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-15T10:26:38.361Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-15T10:26:47.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:26:47.223Z||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.
2021-11-15T10:26:47.223Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:26:47.249Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:26:47.251Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:26:47.251Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "policy-id",
  "timestamp": 1636971887553,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T10:26:47.253Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:27:08.363Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9b10384-9959-4c12-95b1-474ba79aff4e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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=?
2021-11-15T10:27:08.387Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9b10384-9959-4c12-95b1-474ba79aff4e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T10:27:08.389Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T10:27:08.389Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-15T10:27:08.389Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-15T10:27:38.389Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9b10384-9959-4c12-95b1-474ba79aff4e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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=?
2021-11-15T10:27:38.407Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9b10384-9959-4c12-95b1-474ba79aff4e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T10:27:38.412Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T10:27:38.412Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-15T10:27:38.412Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-15T10:27:47.222Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:27:47.225Z||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.
2021-11-15T10:27:47.225Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:27:47.754Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:27:47.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636971887218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:27:47.758Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:27:47.758Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.758Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636971881378,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:27:47.758Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:27:47.758Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.759Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636971888110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:27:47.759Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:27:47.759Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.759Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "policy-id",
  "timestamp": 1636971888558,
  "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=?
2021-11-15T10:27:47.767Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e9b10384-9959-4c12-95b1-474ba79aff4e
2021-11-15T10:27:47.767Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9b10384-9959-4c12-95b1-474ba79aff4e 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 (?, ?, ?, ?, ?)
2021-11-15T10:27:47.781Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.781Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636971887218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vfw5b721f9ccd580_modules.json",
  "status": "NOTIFIED"
}
2021-11-15T10:27:47.782Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:27:47.782Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.782Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636971889401,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:27:47.783Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:27:47.783Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.783Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636971887218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-15T10:27:47.783Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:27:47.783Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.784Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636971887218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:27:47.784Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:27:47.784Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.784Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636971891349,
  "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=?
2021-11-15T10:27:47.790Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e9b10384-9959-4c12-95b1-474ba79aff4e
2021-11-15T10:27:47.791Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9b10384-9959-4c12-95b1-474ba79aff4e 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=?
2021-11-15T10:27:47.797Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.797Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636971891767,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T10:27:47.798Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:27:47.798Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.798Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636971887218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-15T10:27:47.799Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:27:47.799Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.799Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636971892355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vfw5b721f9ccd580_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-15T10:27:47.799Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:27:47.799Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.799Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636971892773,
  "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=?
2021-11-15T10:27:47.806Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e9b10384-9959-4c12-95b1-474ba79aff4e
2021-11-15T10:27:47.807Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9b10384-9959-4c12-95b1-474ba79aff4e 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 (?, ?, ?, ?, ?)
2021-11-15T10:27:47.820Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.821Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636971887218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:27:47.821Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:27:47.821Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.821Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636971887218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T10:27:47.822Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:27:47.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.822Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636971896103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:27:47.822Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:27:47.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "clamp",
  "timestamp": 1636971896949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:27:47.823Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:27:47.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "aai-ml",
  "timestamp": 1636971896919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:27:47.824Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:27:47.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "aai-ml",
  "timestamp": 1636971896919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vfw5b721f9ccd580_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:27:47.824Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:27:47.825Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.825Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "clamp",
  "timestamp": 1636971898960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T10:27:47.825Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:27:47.825Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.826Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "aai-ml",
  "timestamp": 1636971896919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:27:47.826Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:27:47.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.826Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "clamp",
  "timestamp": 1636971899966,
  "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=?
2021-11-15T10:27:47.832Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e9b10384-9959-4c12-95b1-474ba79aff4e
2021-11-15T10:27:47.832Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9b10384-9959-4c12-95b1-474ba79aff4e 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 (?, ?, ?, ?, ?)
2021-11-15T10:27:47.841Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.841Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "aai-ml",
  "timestamp": 1636971896919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:27:47.841Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:27:47.841Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.842Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636971900722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vfw5b721f9ccd580_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:27:47.842Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:27:47.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "aai-ml",
  "timestamp": 1636971896919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:27:47.843Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:27:47.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636971901824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:27:47.844Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:27:47.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "aai-ml",
  "timestamp": 1636971896919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:27:47.845Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:27:47.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636971902895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:27:47.846Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:27:47.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "aai-ml",
  "timestamp": 1636971896919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T10:27:47.847Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:27:47.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.847Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636971904245,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vfw5b721f9ccd580_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-15T10:27:47.847Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:27:47.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.847Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "aai-ml",
  "timestamp": 1636971904748,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:27:47.848Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:27:47.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636971905248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-11-15T10:27:47.848Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:27:47.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.849Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636971906251,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-11-15T10:27:47.849Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:27:47.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.849Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636971907255,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T10:27:47.850Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:27:47.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.850Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "aai-ml",
  "timestamp": 1636971920624,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T10:27:47.850Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:27:47.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.850Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "aai-ml",
  "timestamp": 1636971921630,
  "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=?
2021-11-15T10:27:47.855Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e9b10384-9959-4c12-95b1-474ba79aff4e
2021-11-15T10:27:47.855Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9b10384-9959-4c12-95b1-474ba79aff4e 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 (?, ?, ?, ?, ?)
2021-11-15T10:28:08.414Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9b10384-9959-4c12-95b1-474ba79aff4e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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=?
2021-11-15T10:28:08.443Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9b10384-9959-4c12-95b1-474ba79aff4e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T10:28:08.446Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T10:28:08.446Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-15T10:28:08.446Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-15T10:28:08.446Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-15T10:28:08.446Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T10:28:08.447Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T10:28:08.447Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T10:28:08.447Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T10:28:08.447Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T10:28:08.447Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T10:28:08.447Z|e9b10384-9959-4c12-95b1-474ba79aff4e|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=?
2021-11-15T10:28:08.455Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-15T10:28:38.456Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e9b10384-9959-4c12-95b1-474ba79aff4e 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=?
2021-11-15T10:28:38.476Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e9b10384-9959-4c12-95b1-474ba79aff4e and serviceModelVersionId: 192617db-0f07-4ad9-9c0d-ffc5eee1a9a0
2021-11-15T10:28:38.477Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 86877d6f-f882-4c1d-82be-c0269eebed22
2021-11-15T10:28:47.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:28:47.222Z||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.
2021-11-15T10:28:47.223Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:28:47.398Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:28:47.401Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.401Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "cds",
  "timestamp": 1636972113934,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.402Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:28:47.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.402Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636972113388,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.402Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:28:47.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.402Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636972115485,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.402Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:28:47.403Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "dcae-sch",
  "timestamp": 1636972115221,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.403Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:28:47.403Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "clamp",
  "timestamp": 1636972116128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.403Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:28:47.403Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "policy-id",
  "timestamp": 1636972111625,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:28:47.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.404Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "cds",
  "timestamp": 1636972113934,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/basic_onboard_gwrzkn0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:28:47.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.404Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636972113388,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/basic_onboard_gwrzkn0_modules.json",
  "status": "NOTIFIED"
}
2021-11-15T10:28:47.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:28:47.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.404Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636972115485,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/basic_onboard_gwrzkn0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.405Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:28:47.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "dcae-sch",
  "timestamp": 1636972115221,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/basic_onboard_gwrzkn0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.405Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:28:47.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "clamp",
  "timestamp": 1636972116128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/basic_onboard_gwrzkn0_modules.json",
  "status": "NOTIFIED"
}
2021-11-15T10:28:47.405Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:28:47.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "policy-id",
  "timestamp": 1636972111625,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/basic_onboard_gwrzkn0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:28:47.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "cds",
  "timestamp": 1636972113934,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:28:47.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636972113388,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-15T10:28:47.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:28:47.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636972115485,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:28:47.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "dcae-sch",
  "timestamp": 1636972115221,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:28:47.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "clamp",
  "timestamp": 1636972116128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:28:47.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "policy-id",
  "timestamp": 1636972111625,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-15T10:28:47.408Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:28:47.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "cds",
  "timestamp": 1636972113934,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.408Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:28:47.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636972113388,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.408Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:28:47.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "clamp",
  "timestamp": 1636972116128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:28:47.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636972115485,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:28:47.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "dcae-sch",
  "timestamp": 1636972115221,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:28:47.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "policy-id",
  "timestamp": 1636972111625,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.410Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:28:47.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "cds",
  "timestamp": 1636972113934,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.410Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:28:47.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636972121377,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.410Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:28:47.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636972113388,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-15T10:28:47.411Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:28:47.411Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.411Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "clamp",
  "timestamp": 1636972116128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.411Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:28:47.411Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.411Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636972115485,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.411Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:28:47.411Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.411Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "dcae-sch",
  "timestamp": 1636972115221,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.411Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:28:47.411Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.411Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "policy-id",
  "timestamp": 1636972111625,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:28:47.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636972121377,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/basic_onboard_gwrzkn0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:28:47.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636972115485,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:28:47.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "cds",
  "timestamp": 1636972113934,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:28:47.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "clamp",
  "timestamp": 1636972116128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:28:47.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636972113388,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:28:47.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "dcae-sch",
  "timestamp": 1636972115221,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:28:47.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "policy-id",
  "timestamp": 1636972111625,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.414Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:28:47.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "cds",
  "timestamp": 1636972113934,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T10:28:47.414Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:28:47.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636972121377,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.414Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:28:47.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "clamp",
  "timestamp": 1636972116128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T10:28:47.414Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:28:47.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636972115485,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T10:28:47.415Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:28:47.415Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636972113388,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T10:28:47.415Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:28:47.415Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "dcae-sch",
  "timestamp": 1636972115221,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.415Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:28:47.415Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "policy-id",
  "timestamp": 1636972111625,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T10:28:47.415Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:28:47.415Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636972121377,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.416Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:28:47.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.416Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636972125136,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/basic_onboard_gwrzkn0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:28:47.416Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:28:47.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.416Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636972125147,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:28:47.416Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:28:47.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.416Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "cds",
  "timestamp": 1636972125135,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:28:47.416Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:28:47.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "policy-id",
  "timestamp": 1636972125127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:28:47.417Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:28:47.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636972121377,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.417Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:28:47.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "cds",
  "timestamp": 1636972126145,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-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 (?, ?, ?, ?, ?)
2021-11-15T10:28:47.434Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ed4f42b0-384d-4497-a732-215e73c72511
2021-11-15T10:28:47.435Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed4f42b0-384d-4497-a732-215e73c72511 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 (?, ?, ?, ?, ?)
2021-11-15T10:28:47.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "policy-id",
  "timestamp": 1636972126133,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T10:28:47.445Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:28:47.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.445Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636972126437,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:28:47.445Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:28:47.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.445Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636972121377,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.446Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:28:52.226Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/86877d6f-f882-4c1d-82be-c0269eebed22/model-vers/model-ver/192617db-0f07-4ad9-9c0d-ffc5eee1a9a0?depth=0
2021-11-15T10:28:52.335Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-11-15T10:28:52.838Z|e9b10384-9959-4c12-95b1-474ba79aff4e|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/86877d6f-f882-4c1d-82be-c0269eebed22/model-vers/model-ver/192617db-0f07-4ad9-9c0d-ffc5eee1a9a0?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]}
2021-11-15T10:28:52.844Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/86877d6f-f882-4c1d-82be-c0269eebed22/model-vers/model-ver/192617db-0f07-4ad9-9c0d-ffc5eee1a9a0?depth=0|INFO|500||Invoke
2021-11-15T10:28:52.976Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/86877d6f-f882-4c1d-82be-c0269eebed22/model-vers/model-ver/192617db-0f07-4ad9-9c0d-ffc5eee1a9a0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-15T10:28:53.532Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/86877d6f-f882-4c1d-82be-c0269eebed22/model-vers/model-ver/192617db-0f07-4ad9-9c0d-ffc5eee1a9a0?depth=0|INFO|500||InvokeReturn
2021-11-15T10:28:53.532Z|e9b10384-9959-4c12-95b1-474ba79aff4e|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/86877d6f-f882-4c1d-82be-c0269eebed22/model-vers/model-ver/192617db-0f07-4ad9-9c0d-ffc5eee1a9a0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211115-10:28:52:987-60108], vertex-id=[184368], Content-Length=[0], Date=[Mon, 15 Nov 2021 10:28:52 GMT], Content-Type=[application/json]}
2021-11-15T10:28:53.533Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2021-11-15T10:28:53.537Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-15T10:28:53.537Z|e9b10384-9959-4c12-95b1-474ba79aff4e|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=?
2021-11-15T10:28:53.542Z|e9b10384-9959-4c12-95b1-474ba79aff4e|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)
2021-11-15T10:28:53.543Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e9b10384-9959-4c12-95b1-474ba79aff4e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-15T10:28:53.544Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-15T10:28:53.544Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:28:53.547Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:28:53.547Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972133543,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-15T10:28:53.647Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:28:53.648Z||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.
2021-11-15T10:28:53.648Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:28:53.661Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:28:53.662Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-15T10:28:54.557Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:28:54.558Z|e9b10384-9959-4c12-95b1-474ba79aff4e|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.
2021-11-15T10:28:54.558Z|e9b10384-9959-4c12-95b1-474ba79aff4e|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 AbjctDGpKuArKV09) ...
2021-11-15T10:28:59.189Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:28:59.191Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-15T10:28:59.191Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"ed4f42b0-384d-4497-a732-215e73c72511","serviceName":"basic_onboard_GwRzkN","serviceVersion":"1.0","serviceUUID":"2196b54c-57ea-47e3-90d8-437ab7d9a143","serviceDescription":"service","serviceInvariantUUID":"47d98a43-b3ea-4b7d-80c5-a9bc9a2d2031","resources":[{"resourceInstanceName":"basic_onboard_GwRzkN 0","resourceName":"basic_onboard_GwRzkN","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9d9583bb-3cfa-44ab-b2e6-51da7ce28796","resourceInvariantUUID":"1100a7f2-6456-476d-a770-757ec0e954b5","resourceCustomizationUUID":"b2454a62-a408-4c53-b77b-ef0e2f146a84","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/vf-license-model.xml","artifactChecksum":"NDUzMDE3MjNjMTU1NGVlM2E1NjQ0MjU1MTAzODk1ZjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58c15438-049f-4e21-9928-346a94f54a15","artifactVersion":"1"},{"artifactName":"basic_onboard_gwrzkn0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/basic_onboard_gwrzkn0_modules.json","artifactChecksum":"NzY2YjQ4ZWQ1NjEzZTFjOTA5YTI1NmRkOTFmMzUxMjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"14dee6b3-9293-47ab-b44d-0963ff10b884","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4b0c8614-c010-4233-bb95-4f98627e0677","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a3effe37-03fb-438d-8d62-a2278ddde810","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"da6d9e5b-ee5b-47ed-9616-6294e24eb7cf","artifactVersion":"2","generatedFromUUID":"4b0c8614-c010-4233-bb95-4f98627e0677"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGwrzkn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-template.yml","artifactChecksum":"NDE0YTY0ODYwNWI5YjE2M2I0ZDU0NjAzNzlkNmRkMjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"87039490-7ba5-4396-94a4-a2353f3b6bbc","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGwrzkn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar","artifactChecksum":"ZDhiNDdlYjgyN2U4YWY4NjgzZjIyMGM3MWU3MWYzNzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e7620dd0-dd25-411e-8675-d615632562ed","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-15T10:28:59.194Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:28:59.194Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:28:59.195Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:28:59.196Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972134557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:28:59.296Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:28:59.296Z||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.
2021-11-15T10:28:59.297Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:28:59.307Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:28:59.308Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:29:00.196Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:29:00.197Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:29:00.199Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:29:00.199Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972134557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/basic_onboard_gwrzkn0_modules.json",
  "status": "NOTIFIED"
}
2021-11-15T10:29:00.299Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:29:00.300Z||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.
2021-11-15T10:29:00.300Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:29:00.313Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:29:00.313Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:29:01.200Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:29:01.200Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:29:01.202Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:29:01.202Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972134557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-15T10:29:01.302Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:29:01.303Z||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.
2021-11-15T10:29:01.303Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:29:01.317Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:29:01.317Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:29:02.203Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:29:02.204Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:29:02.206Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:29:02.207Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972134557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:29:02.307Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:29:02.308Z||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.
2021-11-15T10:29:02.308Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:29:02.322Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:29:02.322Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-11-15T10:29:03.208Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:29:03.209Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:29:03.212Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:29:03.212Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972134557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-15T10:29:03.312Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:29:03.313Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T10:29:03.313Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:29:03.324Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:29:03.325Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:29:04.213Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:29:04.214Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:29:04.216Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:29:04.216Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972134557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:29:04.317Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-15T10:29:04.328Z||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.
2021-11-15T10:29:04.328Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:29:04.348Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:29:04.348Z||pool-24-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:29:05.217Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:29:05.218Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:29:05.220Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:29:05.220Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972134557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T10:29:05.320Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:29:05.321Z||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.
2021-11-15T10:29:05.321Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:29:05.332Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:29:05.332Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:29:06.221Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "serviceName": "basic_onboard_GwRzkN",
  "serviceVersion": "1.0",
  "serviceUUID": "2196b54c-57ea-47e3-90d8-437ab7d9a143",
  "serviceDescription": "service",
  "serviceInvariantUUID": "47d98a43-b3ea-4b7d-80c5-a9bc9a2d2031",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_GwRzkN 0",
      "resourceCustomizationUUID": "b2454a62-a408-4c53-b77b-ef0e2f146a84",
      "resourceName": "basic_onboard_GwRzkN",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9d9583bb-3cfa-44ab-b2e6-51da7ce28796",
      "resourceInvariantUUID": "1100a7f2-6456-476d-a770-757ec0e954b5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_gwrzkn0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/basic_onboard_gwrzkn0_modules.json",
          "artifactChecksum": "NzY2YjQ4ZWQ1NjEzZTFjOTA5YTI1NmRkOTFmMzUxMjA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "14dee6b3-9293-47ab-b44d-0963ff10b884",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "4b0c8614-c010-4233-bb95-4f98627e0677",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "da6d9e5b-ee5b-47ed-9616-6294e24eb7cf",
            "generatedFromUUID": "4b0c8614-c010-4233-bb95-4f98627e0677"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "da6d9e5b-ee5b-47ed-9616-6294e24eb7cf",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardGwrzkn-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar",
      "artifactChecksum": "ZDhiNDdlYjgyN2U4YWY4NjgzZjIyMGM3MWU3MWYzNzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e7620dd0-dd25-411e-8675-d615632562ed"
    }
  ],
  "workloadContext": "Production"
}
2021-11-15T10:29:06.222Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-15T10:29:06.222Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2196b54c-57ea-47e3-90d8-437ab7d9a143 ASDC
2021-11-15T10:29:06.223Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:ed4f42b0-384d-4497-a732-215e73c72511
ServiceName:basic_onboard_GwRzkN
ServiceVersion:1.0
ServiceUUID:2196b54c-57ea-47e3-90d8-437ab7d9a143
ServiceInvariantUUID:47d98a43-b3ea-4b7d-80c5-a9bc9a2d2031
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGwrzkn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar
ArtifactUUID:e7620dd0-dd25-411e-8675-d615632562ed
ArtifactChecksum:ZDhiNDdlYjgyN2U4YWY4NjgzZjIyMGM3MWU3MWYzNzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_GwRzkN 0
ResourceCustomizationUUID:b2454a62-a408-4c53-b77b-ef0e2f146a84
ResourceInvariantUUID:1100a7f2-6456-476d-a770-757ec0e954b5
ResourceName:basic_onboard_GwRzkN
ResourceType:VF
ResourceUUID:9d9583bb-3cfa-44ab-b2e6-51da7ce28796
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_gwrzkn0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/basic_onboard_gwrzkn0_modules.json
ArtifactUUID:14dee6b3-9293-47ab-b44d-0963ff10b884
ArtifactChecksum:NzY2YjQ4ZWQ1NjEzZTFjOTA5YTI1NmRkOTFmMzUxMjA=
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/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.yaml
ArtifactUUID:4b0c8614-c010-4233-bb95-4f98627e0677
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/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.env
ArtifactUUID:da6d9e5b-ee5b-47ed-9616-6294e24eb7cf
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/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.env
ArtifactUUID:da6d9e5b-ee5b-47ed-9616-6294e24eb7cf
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-15T10:29:06.223Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2196b54c-57ea-47e3-90d8-437ab7d9a143 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=?
2021-11-15T10:29:06.251Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-15T10:29:06.251Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-15T10:29:06.252Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-15T10:29:06.252Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e7620dd0-dd25-411e-8675-d615632562ed from URL: /sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar
2021-11-15T10:29:06.252Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-15T10:29:06.252Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar
2021-11-15T10:29:06.408Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-15T10:29:06.411Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar e7620dd0-dd25-411e-8675-d615632562ed 71571
2021-11-15T10:29:06.411Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar ASDC sendASDCNotification
2021-11-15T10:29:06.412Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar
2021-11-15T10:29:06.412Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T10:29:06.412Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:29:06.422Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:29:06.422Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972146411,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:29:06.515Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2021-11-15T10:29:06.516Z||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.
2021-11-15T10:29:06.516Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:29:06.536Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:29:06.537Z||pool-26-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":2,"count":1}
2021-11-15T10:29:07.424Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-15T10:29:07.427Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-15T10:29:07.427Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: e7620dd0-dd25-411e-8675-d615632562ed, URL: /sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar to file: /app/ASDC/1/service-BasicOnboardGwrzkn-csar.csar
2021-11-15T10:29:07.428Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardGwrzkn-csar.csar
2021-11-15T10:29:07.428Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardGwrzkn-csar.csar
2021-11-15T10:29:07.429Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardGwrzkn-csar.csar
2021-11-15T10:29:07.795Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6708006088565238974/Definitions/service-BasicOnboardGwrzkn-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
2021-11-15T10:29:08.897Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-15T10:29:08.898Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-15T10:29:08.898Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardGwrzkn-csar.csar
2021-11-15T10:29:08.898Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-15T10:29:08.899Z|ed4f42b0-384d-4497-a732-215e73c72511|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-BasicOnboardGwrzkn-csar.csar
2021-11-15T10:29:08.899Z|ed4f42b0-384d-4497-a732-215e73c72511|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-BasicOnboardGwrzkn-csar.csar
2021-11-15T10:29:08.899Z|ed4f42b0-384d-4497-a732-215e73c72511|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-BasicOnboardGwrzkn-csar.csar
2021-11-15T10:29:08.899Z|ed4f42b0-384d-4497-a732-215e73c72511|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-BasicOnboardGwrzkn-csar.csar
2021-11-15T10:29:08.899Z|ed4f42b0-384d-4497-a732-215e73c72511|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-BasicOnboardGwrzkn-csar.csar
2021-11-15T10:29:08.900Z|ed4f42b0-384d-4497-a732-215e73c72511|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-BasicOnboardGwrzkn-csar.csar
2021-11-15T10:29:08.900Z|ed4f42b0-384d-4497-a732-215e73c72511|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-BasicOnboardGwrzkn-csar.csar
2021-11-15T10:29:08.900Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_GwRzkN 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-BasicOnboardGwrzkn-csar.csar
2021-11-15T10:29:08.900Z|ed4f42b0-384d-4497-a732-215e73c72511|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-BasicOnboardGwrzkn-csar.csar
2021-11-15T10:29:08.900Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-15T10:29:08.900Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:29:08.904Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GwRzkN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:29:08.904Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GwRzkN 0 is matching search criteria
2021-11-15T10:29:08.904Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-15T10:29:08.906Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GwRzkN 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-15T10:29:08.908Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:29:08.908Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GwRzkN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:29:08.908Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GwRzkN 0 is matching search criteria
2021-11-15T10:29:08.909Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-15T10:29:08.910Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GwRzkN 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-15T10:29:08.911Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:29:08.911Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GwRzkN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:29:08.911Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:29:08.911Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GwRzkN 0 is not matching search criteria
2021-11-15T10:29:08.912Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-11-15T10:29:08.912Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-11-15T10:29:08.912Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-11-15T10:29:08.912Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-15T10:29:08.913Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-15T10:29:08.913Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:29:08.913Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GwRzkN is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-15T10:29:08.913Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:29:08.914Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GwRzkN 0 is matching search criteria
2021-11-15T10:29:08.914Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GwRzkN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T10:29:08.914Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:29:08.915Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GwRzkN 0 is matching search criteria
2021-11-15T10:29:08.915Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GwRzkN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T10:29:08.915Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:29:08.916Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GwRzkN 0 is matching search criteria
2021-11-15T10:29:08.916Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GwRzkN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T10:29:08.916Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:29:08.917Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GwRzkN 0 is not matching search criteria
2021-11-15T10:29:08.918Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-15T10:29:08.921Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-15T10:29:08.921Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7b6ce432-980a-4617-8aa8-5db62f3f8d78
2021-11-15T10:29:08.922Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:29:08.922Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GwRzkN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:29:08.922Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:29:08.923Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GwRzkN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:29:08.923Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:29:08.923Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GwRzkN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:29:08.924Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:29:08.924Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GwRzkN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:29:08.924Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_GwRzkN
Description:service
Model UUID:2196b54c-57ea-47e3-90d8-437ab7d9a143
Model Version:NULL
Model InvariantUuid:47d98a43-b3ea-4b7d-80c5-a9bc9a2d2031
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_GwRzkN
Model UUID:3513b73b-7858-49bc-8774-77a44bd77543
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1100a7f2-6456-476d-a770-757ec0e954b5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b2454a62-a408-4c53-b77b-ef0e2f146a84
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:be083be0-d865-43b1-b7fa-a2030681f5a6
ModelName:BasicOnboardGwrzkn..base_ubuntu18..module-0
ModelUuid:eb2c7ff6-162c-48a6-a1b8-aec627a61836
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7b6ce432-980a-4617-8aa8-5db62f3f8d78
ModelInvariantUuid:2a21aff4-f462-4294-98fd-06ce63e83eb5
ModelName:basic_onboard_GwRzkN-nodes.ubuntu18Cvfc
ModelUuid:fd22cbf4-c5de-4e4e-8aa1-0d435ca2feae
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:6602a179-1f51-4439-b34f-56efc38771dd
ModelInvariantUuid:869aa47c-979c-4154-8fe7-d10cf52803b2
ModelName:BasicOnboardGwrzkn.compute.nodes.heat.ubuntu18
ModelUuid:2753cd97-2177-4eb6-bfa9-788a6f67f465
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=?
2021-11-15T10:29:08.932Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 9d9583bb-3cfa-44ab-b2e6-51da7ce28796
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=?
2021-11-15T10:29:08.935Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||basic_onboard_GwRzkN 0
2021-11-15T10:29:08.935Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9d9583bb-3cfa-44ab-b2e6-51da7ce28796
2021-11-15T10:29:08.935Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 14dee6b3-9293-47ab-b44d-0963ff10b884 from URL: /sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/basic_onboard_gwrzkn0_modules.json
2021-11-15T10:29:08.936Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-15T10:29:08.936Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/basic_onboard_gwrzkn0_modules.json
2021-11-15T10:29:09.181Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-15T10:29:09.181Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/basic_onboard_gwrzkn0_modules.json 14dee6b3-9293-47ab-b44d-0963ff10b884 798
2021-11-15T10:29:09.182Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/basic_onboard_gwrzkn0_modules.json ASDC sendASDCNotification
2021-11-15T10:29:09.182Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/basic_onboard_gwrzkn0_modules.json
2021-11-15T10:29:09.182Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T10:29:09.183Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:29:09.185Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:29:09.185Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972149182,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/basic_onboard_gwrzkn0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:29:09.285Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:29:09.286Z||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.
2021-11-15T10:29:09.286Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:29:09.302Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:29:09.303Z||pool-27-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:29:10.185Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardGwrzkn..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "be083be0-d865-43b1-b7fa-a2030681f5a6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "eb2c7ff6-162c-48a6-a1b8-aec627a61836",
    "vfModuleModelCustomizationUUID": "2f3021c4-a70f-45bd-ba1c-ee3e95002d19",
    "isBase": true,
    "artifacts": [
      "4b0c8614-c010-4233-bb95-4f98627e0677",
      "da6d9e5b-ee5b-47ed-9616-6294e24eb7cf"
    ],
    "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": ""
    }
  }
]
2021-11-15T10:29:10.193Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardGwrzkn..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:eb2c7ff6-162c-48a6-a1b8-aec627a61836
VfModuleModelInvariantUUID:be083be0-d865-43b1-b7fa-a2030681f5a6
VfModuleModelDescription:NULL
Artifacts UUID List:{
4b0c8614-c010-4233-bb95-4f98627e0677
,
da6d9e5b-ee5b-47ed-9616-6294e24eb7cf

}
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


}

2021-11-15T10:29:10.195Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardGwrzkn..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "be083be0-d865-43b1-b7fa-a2030681f5a6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "eb2c7ff6-162c-48a6-a1b8-aec627a61836",
    "vfModuleModelCustomizationUUID": "2f3021c4-a70f-45bd-ba1c-ee3e95002d19",
    "isBase": true,
    "artifacts": [
      "4b0c8614-c010-4233-bb95-4f98627e0677",
      "da6d9e5b-ee5b-47ed-9616-6294e24eb7cf"
    ],
    "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": ""
    }
  }
]
2021-11-15T10:29:10.195Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardGwrzkn..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:eb2c7ff6-162c-48a6-a1b8-aec627a61836
VfModuleModelInvariantUUID:be083be0-d865-43b1-b7fa-a2030681f5a6
VfModuleModelDescription:NULL
Artifacts UUID List:{
4b0c8614-c010-4233-bb95-4f98627e0677
,
da6d9e5b-ee5b-47ed-9616-6294e24eb7cf

}
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


}

2021-11-15T10:29:10.196Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4b0c8614-c010-4233-bb95-4f98627e0677 from URL: /sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.yaml
2021-11-15T10:29:10.196Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-15T10:29:10.196Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.yaml
2021-11-15T10:29:10.488Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-15T10:29:10.489Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.yaml 4b0c8614-c010-4233-bb95-4f98627e0677 5033
2021-11-15T10:29:10.489Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-15T10:29:10.489Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.yaml
2021-11-15T10:29:10.490Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T10:29:10.490Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:29:10.492Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:29:10.492Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972150489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:29:10.592Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 81 ms
2021-11-15T10:29:10.593Z||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.
2021-11-15T10:29:10.593Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:29:10.606Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:29:10.607Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-11-15T10:29:11.512Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: da6d9e5b-ee5b-47ed-9616-6294e24eb7cf from URL: /sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.env
2021-11-15T10:29:11.512Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-15T10:29:11.513Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.env
2021-11-15T10:29:11.682Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-15T10:29:11.682Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.env da6d9e5b-ee5b-47ed-9616-6294e24eb7cf 909
2021-11-15T10:29:11.683Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-15T10:29:11.683Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.env
2021-11-15T10:29:11.683Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T10:29:11.683Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:29:11.685Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:29:11.685Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972151683,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:29:11.785Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-15T10:29:11.786Z||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.
2021-11-15T10:29:11.786Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:29:11.797Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:29:11.797Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:29:12.686Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 2196b54c-57ea-47e3-90d8-437ab7d9a143
2021-11-15T10:29:12.687Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_GwRzkN 0 9d9583bb-3cfa-44ab-b2e6-51da7ce28796 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=?
2021-11-15T10:29:12.699Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@52d49500, org.onap.sdc.toscaparser.api.parameters.Input@20dd1347, org.onap.sdc.toscaparser.api.parameters.Input@15e2cfd2, org.onap.sdc.toscaparser.api.parameters.Input@134f374e, org.onap.sdc.toscaparser.api.parameters.Input@6545dcb2]
2021-11-15T10:29:12.701Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:29:12.702Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GwRzkN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:29:12.702Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2021-11-15T10:29:12.703Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= b2454a62-a408-4c53-b77b-ef0e2f146a84
2021-11-15T10:29:12.703Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b2454a62-a408-4c53-b77b-ef0e2f146a84 matches Tosca VF Customization UUID: b2454a62-a408-4c53-b77b-ef0e2f146a84
2021-11-15T10:29:12.703Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: b2454a62-a408-4c53-b77b-ef0e2f146a84  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=?
2021-11-15T10:29:12.705Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:29:12.706Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GwRzkN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:29:12.707Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id b2454a62-a408-4c53-b77b-ef0e2f146a84: {\"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\"}
2021-11-15T10:29:12.707Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@444acd81
2021-11-15T10:29:12.707Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:29:12.708Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GwRzkN is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-15T10:29:12.708Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2f3021c4-a70f-45bd-ba1c-ee3e95002d19
2021-11-15T10:29:12.708Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2f3021c4-a70f-45bd-ba1c-ee3e95002d19
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=?
2021-11-15T10:29:12.710Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:29:12.711Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GwRzkN 0 is matching search criteria
2021-11-15T10:29:12.711Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GwRzkN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T10:29:12.711Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:29:12.712Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GwRzkN 0 is matching search criteria
2021-11-15T10:29:12.712Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GwRzkN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T10:29:12.712Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:29:12.713Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GwRzkN 0 is not matching search criteria
2021-11-15T10:29:12.713Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-15T10:29:12.713Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-15T10:29:12.714Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7b6ce432-980a-4617-8aa8-5db62f3f8d78
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=?
2021-11-15T10:29:12.716Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:29:12.716Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GwRzkN 0 is matching search criteria
2021-11-15T10:29:12.716Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GwRzkN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T10:29:12.717Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:29:12.717Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GwRzkN 0 is matching search criteria
2021-11-15T10:29:12.718Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GwRzkN 0] matching following query criteria: sdcType=VF, customizationUUID=b2454a62-a408-4c53-b77b-ef0e2f146a84
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=?
2021-11-15T10:29:12.720Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:29:12.720Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GwRzkN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:29:12.720Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 2196b54c-57ea-47e3-90d8-437ab7d9a143: basic_onboard_GwRzkN
2021-11-15T10:29:12.721Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:29:12.721Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GwRzkN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:29:12.721Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:29:12.722Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GwRzkN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:29:12.722Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:29:12.722Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GwRzkN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:29:12.723Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:29:12.723Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GwRzkN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:29:12.723Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:29:12.724Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GwRzkN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:29:12.724Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_GwRzkN 
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 (?, ?, ?, ?, ?)
2021-11-15T10:29:12.843Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_GwRzkN 9d9583bb-3cfa-44ab-b2e6-51da7ce28796 1 ASDC deployResourceStructure
2021-11-15T10:29:12.844Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/basic_onboard_gwrzkn0_modules.json ASDC sendASDCNotification
2021-11-15T10:29:12.844Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/basic_onboard_gwrzkn0_modules.json
2021-11-15T10:29:12.844Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T10:29:12.845Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:29:12.847Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:29:12.847Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972152844,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/basic_onboard_gwrzkn0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-15T10:29:12.947Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:29:12.948Z||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.
2021-11-15T10:29:12.948Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:29:12.959Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:29:12.959Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:29:13.850Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-15T10:29:13.851Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.yaml
2021-11-15T10:29:13.851Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T10:29:13.851Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:29:13.854Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:29:13.854Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972153850,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-11-15T10:29:13.954Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:29:13.955Z||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.
2021-11-15T10:29:13.956Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:29:13.966Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:29:13.967Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:29:14.855Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-15T10:29:14.855Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.env
2021-11-15T10:29:14.855Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T10:29:14.856Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:29:14.857Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:29:14.857Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972154855,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-11-15T10:29:14.958Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:29:14.959Z||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.
2021-11-15T10:29:14.959Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:29:14.979Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:29:14.979Z||pool-32-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:29:15.858Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar ASDC sendASDCNotification
2021-11-15T10:29:15.859Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar
2021-11-15T10:29:15.859Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T10:29:15.859Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:29:15.861Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:29:15.861Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972155858,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T10:29:15.961Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:29:15.963Z||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.
2021-11-15T10:29:15.963Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:29:15.974Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:29:15.975Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-15T10:29:16.862Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed4f42b0-384d-4497-a732-215e73c72511
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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=?
2021-11-15T10:29:16.873Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed4f42b0-384d-4497-a732-215e73c72511
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T10:29:16.876Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T10:29:16.876Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-15T10:29:16.876Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-15T10:29:46.877Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed4f42b0-384d-4497-a732-215e73c72511
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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=?
2021-11-15T10:29:46.901Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed4f42b0-384d-4497-a732-215e73c72511
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T10:29:46.903Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T10:29:46.904Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-15T10:29:46.904Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-15T10:29:47.222Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:29:47.224Z||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.
2021-11-15T10:29:47.225Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:29:47.267Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:29:47.267Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:29:47.268Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "policy-id",
  "timestamp": 1636972127135,
  "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=?
2021-11-15T10:29:47.281Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ed4f42b0-384d-4497-a732-215e73c72511
2021-11-15T10:29:47.281Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed4f42b0-384d-4497-a732-215e73c72511 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 (?, ?, ?, ?, ?)
2021-11-15T10:30:16.904Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed4f42b0-384d-4497-a732-215e73c72511
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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=?
2021-11-15T10:30:16.921Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed4f42b0-384d-4497-a732-215e73c72511
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T10:30:16.924Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T10:30:16.924Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-15T10:30:16.924Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-15T10:30:46.925Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed4f42b0-384d-4497-a732-215e73c72511
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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=?
2021-11-15T10:30:46.946Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed4f42b0-384d-4497-a732-215e73c72511
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T10:30:46.956Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T10:30:46.956Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-15T10:30:46.956Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-15T10:30:47.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:30:47.224Z||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.
2021-11-15T10:30:47.224Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:30:47.255Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:30:47.256Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:30:47.256Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636972127615,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T10:30:47.259Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:31:16.956Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed4f42b0-384d-4497-a732-215e73c72511
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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=?
2021-11-15T10:31:16.968Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed4f42b0-384d-4497-a732-215e73c72511
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T10:31:16.970Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T10:31:16.970Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-15T10:31:16.971Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-15T10:31:46.971Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed4f42b0-384d-4497-a732-215e73c72511
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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=?
2021-11-15T10:31:46.993Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed4f42b0-384d-4497-a732-215e73c72511
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T10:31:46.997Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T10:31:46.997Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-15T10:31:46.997Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-15T10:31:47.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:31:47.223Z||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.
2021-11-15T10:31:47.223Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:31:47.753Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:31:47.755Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.756Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636972127825,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:31:47.757Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:31:47.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636972121377,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:31:47.757Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:31:47.758Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.758Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636972128630,
  "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=?
2021-11-15T10:31:47.764Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ed4f42b0-384d-4497-a732-215e73c72511
2021-11-15T10:31:47.764Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed4f42b0-384d-4497-a732-215e73c72511 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 (?, ?, ?, ?, ?)
2021-11-15T10:31:47.777Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.777Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636972128854,
  "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=?
2021-11-15T10:31:47.782Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ed4f42b0-384d-4497-a732-215e73c72511
2021-11-15T10:31:47.782Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed4f42b0-384d-4497-a732-215e73c72511 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=?
2021-11-15T10:31:47.789Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.789Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "clamp",
  "timestamp": 1636972128976,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:31:47.790Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:31:47.790Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.790Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636972129858,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/basic_onboard_gwrzkn0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-15T10:31:47.790Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:31:47.790Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.790Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "clamp",
  "timestamp": 1636972130988,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T10:31:47.790Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:31:47.791Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.791Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "clamp",
  "timestamp": 1636972131992,
  "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=?
2021-11-15T10:31:47.794Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ed4f42b0-384d-4497-a732-215e73c72511
2021-11-15T10:31:47.794Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed4f42b0-384d-4497-a732-215e73c72511 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 (?, ?, ?, ?, ?)
2021-11-15T10:31:47.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.801Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972133543,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-15T10:31:47.801Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:31:47.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.801Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "aai-ml",
  "timestamp": 1636972136918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:31:47.801Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:31:47.802Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.802Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "aai-ml",
  "timestamp": 1636972136918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/basic_onboard_gwrzkn0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:31:47.802Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:31:47.802Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.802Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972134557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:31:47.802Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:31:47.802Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.802Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "aai-ml",
  "timestamp": 1636972136918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:31:47.802Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:31:47.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.803Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972134557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/basic_onboard_gwrzkn0_modules.json",
  "status": "NOTIFIED"
}
2021-11-15T10:31:47.803Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:31:47.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.803Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "aai-ml",
  "timestamp": 1636972136918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:31:47.803Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:31:47.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.803Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972134557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-15T10:31:47.803Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:31:47.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.804Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "aai-ml",
  "timestamp": 1636972136918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:31:47.804Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:31:47.804Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.804Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972134557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:31:47.804Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:31:47.804Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.804Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "aai-ml",
  "timestamp": 1636972136918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:31:47.804Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:31:47.804Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.804Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972134557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-15T10:31:47.805Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:31:47.805Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.805Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "aai-ml",
  "timestamp": 1636972136918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T10:31:47.805Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:31:47.805Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.805Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972134557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:31:47.805Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:31:47.805Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.805Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "aai-ml",
  "timestamp": 1636972144675,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:31:47.806Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:31:47.806Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.806Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972134557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T10:31:47.806Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:31:47.806Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.806Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972146411,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:31:47.806Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:31:47.806Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.806Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972149182,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/basic_onboard_gwrzkn0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:31:47.807Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:31:47.807Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.807Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972150489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:31:47.807Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:31:47.807Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.807Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972151683,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:31:47.807Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:31:47.807Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.807Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972152844,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/basic_onboard_gwrzkn0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-15T10:31:47.808Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:31:47.808Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.808Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972153850,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-11-15T10:31:47.808Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:31:47.808Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.808Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972154855,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-11-15T10:31:47.808Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:31:47.808Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.808Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "aai-ml",
  "timestamp": 1636972155210,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T10:31:47.809Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:31:47.809Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.809Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972155858,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T10:31:47.809Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:31:47.809Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.809Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "aai-ml",
  "timestamp": 1636972156220,
  "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=?
2021-11-15T10:31:47.813Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ed4f42b0-384d-4497-a732-215e73c72511
2021-11-15T10:31:47.813Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed4f42b0-384d-4497-a732-215e73c72511 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 (?, ?, ?, ?, ?)
2021-11-15T10:32:16.998Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed4f42b0-384d-4497-a732-215e73c72511
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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=?
2021-11-15T10:32:17.025Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed4f42b0-384d-4497-a732-215e73c72511
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T10:32:17.028Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T10:32:17.028Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-15T10:32:17.029Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-15T10:32:17.029Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-15T10:32:17.029Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T10:32:17.029Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T10:32:17.029Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T10:32:17.029Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T10:32:17.030Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T10:32:17.030Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T10:32:17.030Z|ed4f42b0-384d-4497-a732-215e73c72511|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=?
2021-11-15T10:32:17.036Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-15T10:32:47.037Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ed4f42b0-384d-4497-a732-215e73c72511 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=?
2021-11-15T10:32:47.049Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ed4f42b0-384d-4497-a732-215e73c72511 and serviceModelVersionId: 2196b54c-57ea-47e3-90d8-437ab7d9a143
2021-11-15T10:32:47.049Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 47d98a43-b3ea-4b7d-80c5-a9bc9a2d2031
2021-11-15T10:32:47.051Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/47d98a43-b3ea-4b7d-80c5-a9bc9a2d2031/model-vers/model-ver/2196b54c-57ea-47e3-90d8-437ab7d9a143?depth=0
2021-11-15T10:32:47.059Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-11-15T10:32:47.130Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47d98a43-b3ea-4b7d-80c5-a9bc9a2d2031/model-vers/model-ver/2196b54c-57ea-47e3-90d8-437ab7d9a143?depth=0|INFO|500||Invoke
2021-11-15T10:32:47.131Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47d98a43-b3ea-4b7d-80c5-a9bc9a2d2031/model-vers/model-ver/2196b54c-57ea-47e3-90d8-437ab7d9a143?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47d98a43-b3ea-4b7d-80c5-a9bc9a2d2031/model-vers/model-ver/2196b54c-57ea-47e3-90d8-437ab7d9a143?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ed4f42b0-384d-4497-a732-215e73c72511], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8ef51f73-f31f-494a-8153-257d5095e32a], X-ECOMP-RequestID=[ed4f42b0-384d-4497-a732-215e73c72511], X-TransactionId=[], X-ONAP-RequestID=[ed4f42b0-384d-4497-a732-215e73c72511], Content-Type=[application/merge-patch+json]}
2021-11-15T10:32:47.170Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47d98a43-b3ea-4b7d-80c5-a9bc9a2d2031/model-vers/model-ver/2196b54c-57ea-47e3-90d8-437ab7d9a143?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-15T10:32:47.222Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:32:47.224Z||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.
2021-11-15T10:32:47.225Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:32:47.380Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47d98a43-b3ea-4b7d-80c5-a9bc9a2d2031/model-vers/model-ver/2196b54c-57ea-47e3-90d8-437ab7d9a143?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/47d98a43-b3ea-4b7d-80c5-a9bc9a2d2031/model-vers/model-ver/2196b54c-57ea-47e3-90d8-437ab7d9a143?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211115-10:32:47:178-17098], vertex-id=[196656], Content-Length=[0], Date=[Mon, 15 Nov 2021 10:32:47 GMT], Content-Type=[application/json]}
2021-11-15T10:32:47.381Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47d98a43-b3ea-4b7d-80c5-a9bc9a2d2031/model-vers/model-ver/2196b54c-57ea-47e3-90d8-437ab7d9a143?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-15T10:32:47.382Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47d98a43-b3ea-4b7d-80c5-a9bc9a2d2031/model-vers/model-ver/2196b54c-57ea-47e3-90d8-437ab7d9a143?depth=0|INFO|500||InvokeReturn
2021-11-15T10:32:47.383Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-15T10:32:47.384Z|ed4f42b0-384d-4497-a732-215e73c72511|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=?
2021-11-15T10:32:47.390Z|ed4f42b0-384d-4497-a732-215e73c72511|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)
2021-11-15T10:32:47.391Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ed4f42b0-384d-4497-a732-215e73c72511 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-15T10:32:47.392Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-15T10:32:47.393Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:32:47.397Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:32:47.397Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972367391,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-15T10:32:47.496Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-11-15T10:32:47.498Z||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.
2021-11-15T10:32:47.498Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:32:47.514Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:32:47.515Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-11-15T10:32:48.128Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:32:48.129Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:32:48.129Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972367391,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-15T10:32:48.130Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-15T10:32:48.413Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:32:48.414Z|ed4f42b0-384d-4497-a732-215e73c72511|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.
2021-11-15T10:32:48.414Z|ed4f42b0-384d-4497-a732-215e73c72511|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 AbjctDGpKuArKV09) ...
2021-11-15T10:32:58.855Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:32:58.856Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:32:58.856Z|ed4f42b0-384d-4497-a732-215e73c72511|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.
2021-11-15T10:32:58.856Z|ed4f42b0-384d-4497-a732-215e73c72511|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 AbjctDGpKuArKV09) ...
2021-11-15T10:33:08.402Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:33:08.403Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:33:08.403Z|ed4f42b0-384d-4497-a732-215e73c72511|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.
2021-11-15T10:33:08.403Z|ed4f42b0-384d-4497-a732-215e73c72511|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 AbjctDGpKuArKV09) ...
2021-11-15T10:33:17.952Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:33:17.953Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:33:17.955Z|ed4f42b0-384d-4497-a732-215e73c72511|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.
2021-11-15T10:33:17.956Z|ed4f42b0-384d-4497-a732-215e73c72511|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 AbjctDGpKuArKV09) ...
2021-11-15T10:33:27.546Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:33:27.547Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:33:27.548Z|ed4f42b0-384d-4497-a732-215e73c72511|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.
2021-11-15T10:33:27.548Z|ed4f42b0-384d-4497-a732-215e73c72511|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 AbjctDGpKuArKV09) ...
2021-11-15T10:33:37.137Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:33:37.138Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:33:37.139Z|ed4f42b0-384d-4497-a732-215e73c72511|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.
2021-11-15T10:33:37.139Z|ed4f42b0-384d-4497-a732-215e73c72511|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 AbjctDGpKuArKV09) ...
2021-11-15T10:33:46.679Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:33:46.680Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:33:46.680Z|ed4f42b0-384d-4497-a732-215e73c72511|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.
2021-11-15T10:33:46.681Z|ed4f42b0-384d-4497-a732-215e73c72511|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 AbjctDGpKuArKV09) ...
2021-11-15T10:33:47.221Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:33:47.222Z||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.
2021-11-15T10:33:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:33:53.223Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:33:53.224Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-15T10:33:53.224Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"73f2089b-30d2-4cac-a4f9-9fd6571b8d78","serviceName":"vFW 2021-11-15 10-32-02","serviceVersion":"1.0","serviceUUID":"13e0ba29-bc75-4f62-9aa8-3cf46b668502","serviceDescription":"catalog service description","serviceInvariantUUID":"1053ef3e-8933-471d-bf29-45e9d4c36d93","resources":[{"resourceInstanceName":"vFW a9d8ab5b-1d6d 0","resourceName":"vFW a9d8ab5b-1d6d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e2b6a23c-fc5c-46ed-8e24-53e96968e765","resourceInvariantUUID":"7ea9ded9-0077-447a-b988-8c5d13d0b586","resourceCustomizationUUID":"a559c8ac-aa10-4fc7-98ad-be11de8bd921","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/vf-license-model.xml","artifactChecksum":"MzVmNGRkZDFmMjUzMjBjOTljMmQ2ODVlZWUzNmExNWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9db28491-8492-464d-b35c-a8d1d48fa715","artifactVersion":"1"},{"artifactName":"vfwa9d8ab5b1d6d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/vfwa9d8ab5b1d6d0_modules.json","artifactChecksum":"M2E4MTBhYThlNTgzYjYzYjMyN2M0ZWM0YzFjNmQ1ZDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8c6f2a51-3999-46dd-8f99-29f0f3d0bfad","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ed0bf68b-aa9c-4dbd-adfd-f210560d42e7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/vendor-license-model.xml","artifactChecksum":"MTE3NDViMzk5MjI3YzM5NDIwMjFmYWY0NmM0M2JkM2I\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d03a1abf-fc29-4dab-a876-cdcbdac42387","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"dbbdb180-825b-42d9-9d14-4ae4c35237b6","artifactVersion":"3","generatedFromUUID":"ed0bf68b-aa9c-4dbd-adfd-f210560d42e7"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211115103202-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211115103202/1.0/artifacts/service-Vfw20211115103202-template.yml","artifactChecksum":"NTUyYzJlNjY0YzE4YjM5ZDU4MmI3MWY2ZGM2OTJlMjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b1a480ec-50c6-497b-84b8-1b9c7d6ccf46","artifactVersion":"1"},{"artifactName":"service-Vfw20211115103202-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211115103202/1.0/artifacts/service-Vfw20211115103202-csar.csar","artifactChecksum":"YzYyYzg0YTkyY2VhZWY1NzA4MTQ1ZWU1YjhlMTA0NzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"142a1856-5894-4235-a242-9e9196d30c2a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-15T10:33:53.229Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:33:53.230Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:33:53.232Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:33:53.232Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972426680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:33:53.332Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:33:53.333Z||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.
2021-11-15T10:33:53.333Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:33:53.354Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:33:53.355Z||pool-35-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:33:53.471Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:33:53.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T10:33:53.472Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972426680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:33:53.473Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:33:53.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T10:33:53.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "cds",
  "timestamp": 1636972428934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:33:53.474Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:33:54.232Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:33:54.233Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:33:54.236Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:33:54.236Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972426680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/vfwa9d8ab5b1d6d0_modules.json",
  "status": "NOTIFIED"
}
2021-11-15T10:33:54.336Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:33:54.339Z||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.
2021-11-15T10:33:54.339Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:33:54.363Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:33:54.363Z||pool-36-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:33:55.237Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:33:55.237Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:33:55.239Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:33:55.239Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972426680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-15T10:33:55.339Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:33:55.340Z||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.
2021-11-15T10:33:55.340Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:33:55.354Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:33:55.354Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:33:56.239Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:33:56.240Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:33:56.242Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:33:56.242Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972426680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:33:56.342Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:33:56.343Z||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.
2021-11-15T10:33:56.344Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:33:56.357Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:33:56.358Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:33:57.243Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:33:57.244Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:33:57.247Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:33:57.247Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972426680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-15T10:33:57.347Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-15T10:33:57.349Z||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.
2021-11-15T10:33:57.349Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:33:57.360Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:33:57.361Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:33:58.248Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:33:58.250Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:33:58.252Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:33:58.252Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972426680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/artifacts/service-Vfw20211115103202-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:33:58.352Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:33:58.353Z||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.
2021-11-15T10:33:58.353Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:33:58.362Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:33:58.362Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:33:59.252Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:33:59.253Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:33:59.255Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:33:59.255Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972426680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/artifacts/service-Vfw20211115103202-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T10:33:59.355Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:33:59.357Z||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.
2021-11-15T10:33:59.357Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:33:59.372Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:33:59.373Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-11-15T10:34:00.257Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "serviceName": "vFW 2021-11-15 10-32-02",
  "serviceVersion": "1.0",
  "serviceUUID": "13e0ba29-bc75-4f62-9aa8-3cf46b668502",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "1053ef3e-8933-471d-bf29-45e9d4c36d93",
  "resources": [
    {
      "resourceInstanceName": "vFW a9d8ab5b-1d6d 0",
      "resourceCustomizationUUID": "a559c8ac-aa10-4fc7-98ad-be11de8bd921",
      "resourceName": "vFW a9d8ab5b-1d6d",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e2b6a23c-fc5c-46ed-8e24-53e96968e765",
      "resourceInvariantUUID": "7ea9ded9-0077-447a-b988-8c5d13d0b586",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwa9d8ab5b1d6d0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/vfwa9d8ab5b1d6d0_modules.json",
          "artifactChecksum": "M2E4MTBhYThlNTgzYjYzYjMyN2M0ZWM0YzFjNmQ1ZDE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "8c6f2a51-3999-46dd-8f99-29f0f3d0bfad",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ed0bf68b-aa9c-4dbd-adfd-f210560d42e7",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "3",
            "artifactUUID": "dbbdb180-825b-42d9-9d14-4ae4c35237b6",
            "generatedFromUUID": "ed0bf68b-aa9c-4dbd-adfd-f210560d42e7"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "3",
          "artifactUUID": "dbbdb180-825b-42d9-9d14-4ae4c35237b6",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20211115103202-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/artifacts/service-Vfw20211115103202-csar.csar",
      "artifactChecksum": "YzYyYzg0YTkyY2VhZWY1NzA4MTQ1ZWU1YjhlMTA0NzE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "142a1856-5894-4235-a242-9e9196d30c2a"
    }
  ],
  "workloadContext": "Production"
}
2021-11-15T10:34:00.258Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-15T10:34:00.258Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 13e0ba29-bc75-4f62-9aa8-3cf46b668502 ASDC
2021-11-15T10:34:00.259Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:73f2089b-30d2-4cac-a4f9-9fd6571b8d78
ServiceName:vFW 2021-11-15 10-32-02
ServiceVersion:1.0
ServiceUUID:13e0ba29-bc75-4f62-9aa8-3cf46b668502
ServiceInvariantUUID:1053ef3e-8933-471d-bf29-45e9d4c36d93
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211115103202-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211115103202/1.0/artifacts/service-Vfw20211115103202-csar.csar
ArtifactUUID:142a1856-5894-4235-a242-9e9196d30c2a
ArtifactChecksum:YzYyYzg0YTkyY2VhZWY1NzA4MTQ1ZWU1YjhlMTA0NzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW a9d8ab5b-1d6d 0
ResourceCustomizationUUID:a559c8ac-aa10-4fc7-98ad-be11de8bd921
ResourceInvariantUUID:7ea9ded9-0077-447a-b988-8c5d13d0b586
ResourceName:vFW a9d8ab5b-1d6d
ResourceType:VF
ResourceUUID:e2b6a23c-fc5c-46ed-8e24-53e96968e765
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwa9d8ab5b1d6d0_modules.json
ArtifactVersion:2
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/vfwa9d8ab5b1d6d0_modules.json
ArtifactUUID:8c6f2a51-3999-46dd-8f99-29f0f3d0bfad
ArtifactChecksum:M2E4MTBhYThlNTgzYjYzYjMyN2M0ZWM0YzFjNmQ1ZDE=
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/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.yaml
ArtifactUUID:ed0bf68b-aa9c-4dbd-adfd-f210560d42e7
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/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.env
ArtifactUUID:dbbdb180-825b-42d9-9d14-4ae4c35237b6
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/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.env
ArtifactUUID:dbbdb180-825b-42d9-9d14-4ae4c35237b6
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-15T10:34:00.259Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 13e0ba29-bc75-4f62-9aa8-3cf46b668502 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 (?, ?, ?, ?, ?)
2021-11-15T10:34:00.298Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-15T10:34:00.299Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-15T10:34:00.299Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-15T10:34:00.299Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 142a1856-5894-4235-a242-9e9196d30c2a from URL: /sdc/v1/catalog/services/Vfw20211115103202/1.0/artifacts/service-Vfw20211115103202-csar.csar
2021-11-15T10:34:00.301Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-15T10:34:00.302Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211115103202/1.0/artifacts/service-Vfw20211115103202-csar.csar
2021-11-15T10:34:00.367Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-15T10:34:00.372Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211115103202/1.0/artifacts/service-Vfw20211115103202-csar.csar 142a1856-5894-4235-a242-9e9196d30c2a 98900
2021-11-15T10:34:00.372Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211115103202/1.0/artifacts/service-Vfw20211115103202-csar.csar ASDC sendASDCNotification
2021-11-15T10:34:00.372Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211115103202/1.0/artifacts/service-Vfw20211115103202-csar.csar
2021-11-15T10:34:00.372Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T10:34:00.372Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:34:00.374Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:34:00.375Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972440372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/artifacts/service-Vfw20211115103202-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:34:00.475Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:34:00.476Z||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.
2021-11-15T10:34:00.476Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:34:00.487Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:34:00.487Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:34:01.375Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-15T10:34:01.376Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-15T10:34:01.376Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 142a1856-5894-4235-a242-9e9196d30c2a, URL: /sdc/v1/catalog/services/Vfw20211115103202/1.0/artifacts/service-Vfw20211115103202-csar.csar to file: /app/ASDC/1/service-Vfw20211115103202-csar.csar
2021-11-15T10:34:01.376Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211115103202-csar.csar
2021-11-15T10:34:01.377Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211115103202-csar.csar
2021-11-15T10:34:01.377Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211115103202-csar.csar
2021-11-15T10:34:01.679Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7593261872784661086/Definitions/service-Vfw20211115103202-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-11-15T10:34:03.654Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-15T10:34:03.655Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-15T10:34:03.655Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211115103202-csar.csar
2021-11-15T10:34:03.655Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-11-15T10:34:03.655Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||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-Vfw20211115103202-csar.csar
2021-11-15T10:34:03.655Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||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-Vfw20211115103202-csar.csar
2021-11-15T10:34:03.656Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|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-Vfw20211115103202-csar.csar
2021-11-15T10:34:03.656Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211115103202-csar.csar
2021-11-15T10:34:03.656Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211115103202-csar.csar
2021-11-15T10:34:03.656Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||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-Vfw20211115103202-csar.csar
2021-11-15T10:34:03.656Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|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-Vfw20211115103202-csar.csar
2021-11-15T10:34:03.656Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a9d8ab5b-1d6d 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-Vfw20211115103202-csar.csar
2021-11-15T10:34:03.656Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|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-Vfw20211115103202-csar.csar
2021-11-15T10:34:03.656Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211115103202-csar.csar
2021-11-15T10:34:03.656Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|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-Vfw20211115103202-csar.csar
2021-11-15T10:34:03.656Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211115103202-csar.csar
2021-11-15T10:34:03.656Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|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-Vfw20211115103202-csar.csar
2021-11-15T10:34:03.657Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-15T10:34:03.657Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:34:03.657Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 10-32-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:34:03.657Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vFW a9d8ab5b-1d6d 0 is matching search criteria
2021-11-15T10:34:03.657Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-15T10:34:03.658Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a9d8ab5b-1d6d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-15T10:34:03.658Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:34:03.658Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 10-32-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:34:03.658Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vFW a9d8ab5b-1d6d 0 is matching search criteria
2021-11-15T10:34:03.659Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-15T10:34:03.659Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a9d8ab5b-1d6d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-15T10:34:03.659Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:34:03.659Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 10-32-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:34:03.660Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:34:03.660Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vFW a9d8ab5b-1d6d 0 is not matching search criteria
2021-11-15T10:34:03.660Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-15T10:34:03.660Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-15T10:34:03.660Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-15T10:34:03.660Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-15T10:34:03.661Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-15T10:34:03.661Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-15T10:34:03.661Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-15T10:34:03.661Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-15T10:34:03.661Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-15T10:34:03.661Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-15T10:34:03.661Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-15T10:34:03.662Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-15T10:34:03.662Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-15T10:34:03.662Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-15T10:34:03.662Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-15T10:34:03.662Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-15T10:34:03.662Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:34:03.662Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 10-32-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-15T10:34:03.663Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:34:03.663Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vFW a9d8ab5b-1d6d 0 is matching search criteria
2021-11-15T10:34:03.663Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a9d8ab5b-1d6d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T10:34:03.663Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:34:03.663Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vFW a9d8ab5b-1d6d 0 is matching search criteria
2021-11-15T10:34:03.663Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a9d8ab5b-1d6d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T10:34:03.663Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:34:03.664Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vFW a9d8ab5b-1d6d 0 is matching search criteria
2021-11-15T10:34:03.664Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a9d8ab5b-1d6d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T10:34:03.664Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:34:03.664Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vFW a9d8ab5b-1d6d 0 is not matching search criteria
2021-11-15T10:34:03.664Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-15T10:34:03.665Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-15T10:34:03.665Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-15T10:34:03.665Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-15T10:34:03.665Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-15T10:34:03.665Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-15T10:34:03.665Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-15T10:34:03.666Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-15T10:34:03.666Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-15T10:34:03.666Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-15T10:34:03.666Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-15T10:34:03.666Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b52eafe9-6ecb-4c84-b0c2-1b125c2df413
2021-11-15T10:34:03.666Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:34:03.666Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vFW a9d8ab5b-1d6d 0 is not matching search criteria
2021-11-15T10:34:03.667Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-15T10:34:03.667Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-15T10:34:03.667Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-15T10:34:03.667Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-15T10:34:03.667Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-15T10:34:03.667Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-15T10:34:03.667Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-15T10:34:03.668Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-15T10:34:03.668Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-15T10:34:03.668Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-15T10:34:03.668Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-15T10:34:03.668Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-15T10:34:03.668Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=87bffa69-5f5f-44f9-8534-00b66f2dbd03
2021-11-15T10:34:03.668Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:34:03.668Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vFW a9d8ab5b-1d6d 0 is not matching search criteria
2021-11-15T10:34:03.669Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-15T10:34:03.669Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-15T10:34:03.669Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-15T10:34:03.669Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-15T10:34:03.669Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-15T10:34:03.669Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-15T10:34:03.669Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-15T10:34:03.669Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-15T10:34:03.670Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-15T10:34:03.670Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-15T10:34:03.670Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-15T10:34:03.670Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-15T10:34:03.670Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b3cff3bd-c643-426a-9e39-dc430d6d543c
2021-11-15T10:34:03.670Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:34:03.670Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 10-32-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:34:03.671Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:34:03.671Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 10-32-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:34:03.671Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:34:03.671Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 10-32-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:34:03.671Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:34:03.671Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 10-32-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:34:03.671Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-11-15 10-32-02
Description:catalog service description
Model UUID:13e0ba29-bc75-4f62-9aa8-3cf46b668502
Model Version:NULL
Model InvariantUuid:1053ef3e-8933-471d-bf29-45e9d4c36d93
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW a9d8ab5b-1d6d
Model UUID:d4377ea7-b7d8-4048-9766-6245911cab6e
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7ea9ded9-0077-447a-b988-8c5d13d0b586
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a559c8ac-aa10-4fc7-98ad-be11de8bd921
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6cbe2c75-91ec-48ea-9fd6-4b67a7f91ed3
ModelName:VfwA9d8ab5b1d6d..base_vfw..module-0
ModelUuid:65fdda64-8412-486f-969e-a5b8081e36f2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b52eafe9-6ecb-4c84-b0c2-1b125c2df413
ModelInvariantUuid:c57966b5-ab1e-4b62-bfa0-c79d164428a5
ModelName:vFW a9d8ab5b-1d6d-nodes.vfwCvfc
ModelUuid:6e37e458-aa61-4a6b-9cbc-659070b26301
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:6359a966-c595-4d68-aa5c-80006a7bddfe
ModelInvariantUuid:f5737ef6-74a9-46d7-8aab-208eeb5ec03e
ModelName:VfwA9d8ab5b1d6d.compute.nodes.heat.vfw
ModelUuid:9ef828bd-0bc4-4953-9c3d-2f4becbf399a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:87bffa69-5f5f-44f9-8534-00b66f2dbd03
ModelInvariantUuid:1ae6bd77-f343-41d1-8d74-769111cc43d4
ModelName:vFW a9d8ab5b-1d6d-nodes.vsnCvfc
ModelUuid:ec0b3a5f-730e-43f4-9549-81bf7de6b683
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:9fb87cdf-01fb-4ae3-94fb-4d94dd39b8a0
ModelInvariantUuid:32462f46-480a-467e-80a0-d4a064d16d7d
ModelName:VfwA9d8ab5b1d6d.compute.nodes.heat.vsn
ModelUuid:3556a306-b04d-4381-bb28-ad29bc51bc99
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:b3cff3bd-c643-426a-9e39-dc430d6d543c
ModelInvariantUuid:3da2767c-5fc9-4a33-b23e-b4955f3753fb
ModelName:vFW a9d8ab5b-1d6d-nodes.vpgCvfc
ModelUuid:c4757625-5cbb-404a-af60-6aa64522d049
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:fc1c9e99-58e0-4db4-9d99-87e1c2829e91
ModelInvariantUuid:3d5b9d09-1801-42a3-8757-4f2aecab8255
ModelName:VfwA9d8ab5b1d6d.compute.nodes.heat.vpg
ModelUuid:937f5ee4-d33e-4947-a15f-8c67516ebd84
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=?
2021-11-15T10:34:03.677Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: e2b6a23c-fc5c-46ed-8e24-53e96968e765
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=?
2021-11-15T10:34:03.680Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||vFW a9d8ab5b-1d6d 0
2021-11-15T10:34:03.680Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e2b6a23c-fc5c-46ed-8e24-53e96968e765
2021-11-15T10:34:03.680Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8c6f2a51-3999-46dd-8f99-29f0f3d0bfad from URL: /sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/vfwa9d8ab5b1d6d0_modules.json
2021-11-15T10:34:03.680Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-15T10:34:03.681Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/vfwa9d8ab5b1d6d0_modules.json
2021-11-15T10:34:03.730Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-15T10:34:03.731Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/vfwa9d8ab5b1d6d0_modules.json 8c6f2a51-3999-46dd-8f99-29f0f3d0bfad 785
2021-11-15T10:34:03.731Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/vfwa9d8ab5b1d6d0_modules.json ASDC sendASDCNotification
2021-11-15T10:34:03.731Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/vfwa9d8ab5b1d6d0_modules.json
2021-11-15T10:34:03.731Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T10:34:03.731Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:34:03.733Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:34:03.733Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972443731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/vfwa9d8ab5b1d6d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:34:03.833Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:34:03.834Z||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.
2021-11-15T10:34:03.834Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:34:03.845Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:34:03.846Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:34:04.734Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA9d8ab5b1d6d..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "6cbe2c75-91ec-48ea-9fd6-4b67a7f91ed3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "65fdda64-8412-486f-969e-a5b8081e36f2",
    "vfModuleModelCustomizationUUID": "e0c42c3d-c7d5-4643-98d3-d3aae98efdd0",
    "isBase": true,
    "artifacts": [
      "ed0bf68b-aa9c-4dbd-adfd-f210560d42e7",
      "dbbdb180-825b-42d9-9d14-4ae4c35237b6"
    ],
    "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": ""
    }
  }
]
2021-11-15T10:34:04.738Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA9d8ab5b1d6d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:65fdda64-8412-486f-969e-a5b8081e36f2
VfModuleModelInvariantUUID:6cbe2c75-91ec-48ea-9fd6-4b67a7f91ed3
VfModuleModelDescription:NULL
Artifacts UUID List:{
ed0bf68b-aa9c-4dbd-adfd-f210560d42e7
,
dbbdb180-825b-42d9-9d14-4ae4c35237b6

}
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


}

2021-11-15T10:34:04.740Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA9d8ab5b1d6d..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "6cbe2c75-91ec-48ea-9fd6-4b67a7f91ed3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "65fdda64-8412-486f-969e-a5b8081e36f2",
    "vfModuleModelCustomizationUUID": "e0c42c3d-c7d5-4643-98d3-d3aae98efdd0",
    "isBase": true,
    "artifacts": [
      "ed0bf68b-aa9c-4dbd-adfd-f210560d42e7",
      "dbbdb180-825b-42d9-9d14-4ae4c35237b6"
    ],
    "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": ""
    }
  }
]
2021-11-15T10:34:04.741Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA9d8ab5b1d6d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:65fdda64-8412-486f-969e-a5b8081e36f2
VfModuleModelInvariantUUID:6cbe2c75-91ec-48ea-9fd6-4b67a7f91ed3
VfModuleModelDescription:NULL
Artifacts UUID List:{
ed0bf68b-aa9c-4dbd-adfd-f210560d42e7
,
dbbdb180-825b-42d9-9d14-4ae4c35237b6

}
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


}

2021-11-15T10:34:04.741Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ed0bf68b-aa9c-4dbd-adfd-f210560d42e7 from URL: /sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.yaml
2021-11-15T10:34:04.741Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-15T10:34:04.741Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.yaml
2021-11-15T10:34:04.799Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-15T10:34:04.799Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.yaml ed0bf68b-aa9c-4dbd-adfd-f210560d42e7 20368
2021-11-15T10:34:04.800Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-15T10:34:04.800Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.yaml
2021-11-15T10:34:04.800Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T10:34:04.800Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:34:04.802Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:34:04.802Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972444800,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:34:04.902Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:34:04.903Z||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.
2021-11-15T10:34:04.903Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:34:04.915Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:34:04.915Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:34:05.803Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: dbbdb180-825b-42d9-9d14-4ae4c35237b6 from URL: /sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.env
2021-11-15T10:34:05.803Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-15T10:34:05.804Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.env
2021-11-15T10:34:05.916Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-15T10:34:05.916Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.env dbbdb180-825b-42d9-9d14-4ae4c35237b6 2098
2021-11-15T10:34:05.916Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-15T10:34:05.916Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.env
2021-11-15T10:34:05.917Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T10:34:05.917Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:34:05.919Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:34:05.919Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972445916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:34:06.023Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-11-15T10:34:06.024Z||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.
2021-11-15T10:34:06.024Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:34:06.042Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:34:06.042Z||pool-45-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2021-11-15T10:34:06.921Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 13e0ba29-bc75-4f62-9aa8-3cf46b668502
2021-11-15T10:34:06.922Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a9d8ab5b-1d6d 0 e2b6a23c-fc5c-46ed-8e24-53e96968e765 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=?
2021-11-15T10:34:06.942Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@70354d23, org.onap.sdc.toscaparser.api.parameters.Input@555d7fc2, org.onap.sdc.toscaparser.api.parameters.Input@54a5ca03, org.onap.sdc.toscaparser.api.parameters.Input@4f44297e, org.onap.sdc.toscaparser.api.parameters.Input@15c229e0]
2021-11-15T10:34:06.944Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:34:06.944Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 10-32-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:34:06.945Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2021-11-15T10:34:06.945Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= a559c8ac-aa10-4fc7-98ad-be11de8bd921
2021-11-15T10:34:06.945Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a559c8ac-aa10-4fc7-98ad-be11de8bd921 matches Tosca VF Customization UUID: a559c8ac-aa10-4fc7-98ad-be11de8bd921
2021-11-15T10:34:06.945Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: a559c8ac-aa10-4fc7-98ad-be11de8bd921  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=?
2021-11-15T10:34:06.947Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:34:06.948Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 10-32-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:34:06.948Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id a559c8ac-aa10-4fc7-98ad-be11de8bd921: {\"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\"}
2021-11-15T10:34:06.948Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3f3109d2
2021-11-15T10:34:06.948Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:34:06.949Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 10-32-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-15T10:34:06.949Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e0c42c3d-c7d5-4643-98d3-d3aae98efdd0
2021-11-15T10:34:06.949Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e0c42c3d-c7d5-4643-98d3-d3aae98efdd0
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=?
2021-11-15T10:34:06.951Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:34:06.952Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vFW a9d8ab5b-1d6d 0 is matching search criteria
2021-11-15T10:34:06.952Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a9d8ab5b-1d6d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T10:34:06.952Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:34:06.952Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vFW a9d8ab5b-1d6d 0 is matching search criteria
2021-11-15T10:34:06.952Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a9d8ab5b-1d6d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T10:34:06.952Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:34:06.953Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vFW a9d8ab5b-1d6d 0 is not matching search criteria
2021-11-15T10:34:06.953Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-15T10:34:06.953Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-15T10:34:06.953Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-15T10:34:06.954Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-15T10:34:06.954Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-15T10:34:06.954Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-15T10:34:06.954Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-15T10:34:06.955Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-15T10:34:06.955Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-15T10:34:06.955Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-15T10:34:06.955Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-15T10:34:06.956Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b52eafe9-6ecb-4c84-b0c2-1b125c2df413
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=?
2021-11-15T10:34:06.958Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:34:06.958Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vFW a9d8ab5b-1d6d 0 is matching search criteria
2021-11-15T10:34:06.959Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a9d8ab5b-1d6d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T10:34:06.959Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:34:06.959Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vFW a9d8ab5b-1d6d 0 is not matching search criteria
2021-11-15T10:34:06.960Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-15T10:34:06.960Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-15T10:34:06.960Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-15T10:34:06.960Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-15T10:34:06.961Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-15T10:34:06.961Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-15T10:34:06.961Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-15T10:34:06.961Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-15T10:34:06.962Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-15T10:34:06.962Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-15T10:34:06.962Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-15T10:34:06.962Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-15T10:34:06.963Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=87bffa69-5f5f-44f9-8534-00b66f2dbd03
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=?
2021-11-15T10:34:06.964Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:34:06.964Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vFW a9d8ab5b-1d6d 0 is matching search criteria
2021-11-15T10:34:06.965Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a9d8ab5b-1d6d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T10:34:06.965Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:34:06.965Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vFW a9d8ab5b-1d6d 0 is not matching search criteria
2021-11-15T10:34:06.965Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-15T10:34:06.965Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-15T10:34:06.965Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-15T10:34:06.966Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-15T10:34:06.966Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-15T10:34:06.966Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-15T10:34:06.966Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-15T10:34:06.966Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-15T10:34:06.966Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-15T10:34:06.966Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-15T10:34:06.967Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-15T10:34:06.967Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-15T10:34:06.967Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b3cff3bd-c643-426a-9e39-dc430d6d543c
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=?
2021-11-15T10:34:06.968Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:34:06.969Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vFW a9d8ab5b-1d6d 0 is matching search criteria
2021-11-15T10:34:06.969Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a9d8ab5b-1d6d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T10:34:06.969Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:34:06.969Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vFW a9d8ab5b-1d6d 0 is matching search criteria
2021-11-15T10:34:06.969Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a9d8ab5b-1d6d 0] matching following query criteria: sdcType=VF, customizationUUID=a559c8ac-aa10-4fc7-98ad-be11de8bd921
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=?
2021-11-15T10:34:06.971Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:34:06.971Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 10-32-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:34:06.971Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 13e0ba29-bc75-4f62-9aa8-3cf46b668502: vFW a9d8ab5b-1d6d
2021-11-15T10:34:06.971Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:34:06.971Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 10-32-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:34:06.971Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:34:06.972Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 10-32-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:34:06.972Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:34:06.972Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 10-32-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:34:06.972Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:34:06.972Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 10-32-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:34:06.972Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:34:06.972Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 10-32-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:34:06.973Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2021-11-15 10-32-02 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T10:34:07.188Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a9d8ab5b-1d6d e2b6a23c-fc5c-46ed-8e24-53e96968e765 1 ASDC deployResourceStructure
2021-11-15T10:34:07.188Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/vfwa9d8ab5b1d6d0_modules.json ASDC sendASDCNotification
2021-11-15T10:34:07.189Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/vfwa9d8ab5b1d6d0_modules.json
2021-11-15T10:34:07.189Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T10:34:07.189Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:34:07.192Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:34:07.192Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972447188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/vfwa9d8ab5b1d6d0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-15T10:34:07.294Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-15T10:34:07.295Z||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.
2021-11-15T10:34:07.296Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:34:07.333Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:34:07.334Z||pool-46-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1}
2021-11-15T10:34:08.195Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-15T10:34:08.196Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.yaml
2021-11-15T10:34:08.196Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T10:34:08.196Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:34:08.200Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:34:08.200Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972448195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-11-15T10:34:08.300Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:34:08.301Z||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.
2021-11-15T10:34:08.301Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:34:08.312Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:34:08.312Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-15T10:34:09.203Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-15T10:34:09.204Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.env
2021-11-15T10:34:09.204Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T10:34:09.204Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:34:09.208Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:34:09.208Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972449203,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-11-15T10:34:09.308Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:34:09.310Z||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.
2021-11-15T10:34:09.310Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:34:09.321Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:34:09.321Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:34:10.209Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211115103202/1.0/artifacts/service-Vfw20211115103202-csar.csar ASDC sendASDCNotification
2021-11-15T10:34:10.210Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211115103202/1.0/artifacts/service-Vfw20211115103202-csar.csar
2021-11-15T10:34:10.210Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T10:34:10.210Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:34:10.213Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:34:10.213Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972450209,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/artifacts/service-Vfw20211115103202-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T10:34:10.313Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:34:10.314Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T10:34:10.314Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:34:10.326Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:34:10.326Z||pool-49-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:34:11.214Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 73f2089b-30d2-4cac-a4f9-9fd6571b8d78
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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=?
2021-11-15T10:34:11.228Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 73f2089b-30d2-4cac-a4f9-9fd6571b8d78
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T10:34:11.230Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T10:34:11.230Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-15T10:34:11.230Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-15T10:34:41.231Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 73f2089b-30d2-4cac-a4f9-9fd6571b8d78
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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=?
2021-11-15T10:34:41.242Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 73f2089b-30d2-4cac-a4f9-9fd6571b8d78
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T10:34:41.244Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T10:34:41.244Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-15T10:34:41.244Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-15T10:34:47.221Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:34:47.222Z||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.
2021-11-15T10:34:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:34:47.259Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:34:47.260Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T10:34:47.260Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "policy-id",
  "timestamp": 1636972431624,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:34:47.261Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:35:11.244Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 73f2089b-30d2-4cac-a4f9-9fd6571b8d78
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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=?
2021-11-15T10:35:11.253Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 73f2089b-30d2-4cac-a4f9-9fd6571b8d78
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T10:35:11.255Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T10:35:11.256Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-15T10:35:11.256Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-15T10:35:41.257Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 73f2089b-30d2-4cac-a4f9-9fd6571b8d78
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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=?
2021-11-15T10:35:41.280Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 73f2089b-30d2-4cac-a4f9-9fd6571b8d78
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T10:35:41.282Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T10:35:41.282Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-15T10:35:41.282Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-15T10:35:47.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:35:47.223Z||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.
2021-11-15T10:35:47.224Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:35:47.763Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:35:47.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.767Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636972433386,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:35:47.769Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:35:47.769Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.769Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "cds",
  "timestamp": 1636972428934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/vfwa9d8ab5b1d6d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:35:47.769Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:35:47.770Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.770Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972426680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/vfwa9d8ab5b1d6d0_modules.json",
  "status": "NOTIFIED"
}
2021-11-15T10:35:47.770Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:35:47.770Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.770Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "policy-id",
  "timestamp": 1636972431624,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/vfwa9d8ab5b1d6d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:35:47.770Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:35:47.770Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.770Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636972433386,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/vfwa9d8ab5b1d6d0_modules.json",
  "status": "NOTIFIED"
}
2021-11-15T10:35:47.771Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:35:47.771Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.771Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972426680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-15T10:35:47.771Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:35:47.771Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.772Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "cds",
  "timestamp": 1636972428934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:35:47.772Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:35:47.772Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.772Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "policy-id",
  "timestamp": 1636972431624,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-15T10:35:47.772Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:35:47.773Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.773Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "dcae-sch",
  "timestamp": 1636972435221,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:35:47.773Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:35:47.773Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.773Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636972433386,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-15T10:35:47.774Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:35:47.774Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.774Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "cds",
  "timestamp": 1636972428934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:35:47.774Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:35:47.774Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.774Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972426680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:35:47.775Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:35:47.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.775Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "policy-id",
  "timestamp": 1636972431624,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:35:47.775Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:35:47.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.775Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "dcae-sch",
  "timestamp": 1636972435221,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/vfwa9d8ab5b1d6d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:35:47.776Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:35:47.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.776Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636972433386,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:35:47.776Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:35:47.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.777Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "cds",
  "timestamp": 1636972428934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:35:47.777Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:35:47.777Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.777Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972426680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-15T10:35:47.777Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:35:47.777Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.777Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "policy-id",
  "timestamp": 1636972431624,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:35:47.778Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:35:47.778Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.778Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "aai-ml",
  "timestamp": 1636972436918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:35:47.778Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:35:47.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.779Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "dcae-sch",
  "timestamp": 1636972435221,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:35:47.779Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:35:47.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.779Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636972433386,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-15T10:35:47.779Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:35:47.780Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.780Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "cds",
  "timestamp": 1636972428934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/artifacts/service-Vfw20211115103202-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:35:47.780Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:35:47.780Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.780Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972426680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/artifacts/service-Vfw20211115103202-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:35:47.781Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:35:47.781Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.781Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "policy-id",
  "timestamp": 1636972431624,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/artifacts/service-Vfw20211115103202-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:35:47.781Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:35:47.781Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.781Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "aai-ml",
  "timestamp": 1636972436918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/vfwa9d8ab5b1d6d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:35:47.782Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:35:47.782Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.782Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "dcae-sch",
  "timestamp": 1636972435221,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:35:47.782Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:35:47.783Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.783Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636972433386,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/artifacts/service-Vfw20211115103202-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:35:47.783Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:35:47.783Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.783Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972426680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/artifacts/service-Vfw20211115103202-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T10:35:47.784Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:35:47.784Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.784Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "cds",
  "timestamp": 1636972428934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/artifacts/service-Vfw20211115103202-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T10:35:47.784Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:35:47.784Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.784Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "policy-id",
  "timestamp": 1636972431624,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/artifacts/service-Vfw20211115103202-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T10:35:47.785Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:35:47.785Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.785Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "aai-ml",
  "timestamp": 1636972436918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:35:47.785Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:35:47.785Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.785Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "dcae-sch",
  "timestamp": 1636972435221,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:35:47.786Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:35:47.786Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.786Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636972433386,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/artifacts/service-Vfw20211115103202-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T10:35:47.786Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:35:47.786Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.787Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "cds",
  "timestamp": 1636972440351,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/artifacts/service-Vfw20211115103202-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:35:47.787Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:35:47.787Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.787Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "policy-id",
  "timestamp": 1636972440341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/artifacts/service-Vfw20211115103202-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:35:47.787Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:35:47.787Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.788Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972440372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/artifacts/service-Vfw20211115103202-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:35:47.788Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:35:47.788Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.788Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "aai-ml",
  "timestamp": 1636972436918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:35:47.788Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:35:47.788Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.789Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "dcae-sch",
  "timestamp": 1636972435221,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/artifacts/service-Vfw20211115103202-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:35:47.789Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:35:47.789Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.789Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636972441133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/vfwa9d8ab5b1d6d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:35:47.789Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:35:47.789Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.789Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "cds",
  "timestamp": 1636972441359,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/artifacts/service-Vfw20211115103202-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=?
2021-11-15T10:35:47.796Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 73f2089b-30d2-4cac-a4f9-9fd6571b8d78
2021-11-15T10:35:47.797Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 73f2089b-30d2-4cac-a4f9-9fd6571b8d78 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 (?, ?, ?, ?, ?)
2021-11-15T10:35:47.818Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.818Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "policy-id",
  "timestamp": 1636972441346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/artifacts/service-Vfw20211115103202-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T10:35:47.819Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:35:47.819Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.819Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "aai-ml",
  "timestamp": 1636972436918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:35:47.819Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:35:47.819Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.819Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "dcae-sch",
  "timestamp": 1636972435221,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/artifacts/service-Vfw20211115103202-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:35:47.820Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:35:47.820Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.820Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636972441377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:35:47.820Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:35:47.820Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.820Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636972442200,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:35:47.821Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:35:47.821Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.821Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "policy-id",
  "timestamp": 1636972442350,
  "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=?
2021-11-15T10:35:47.825Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 73f2089b-30d2-4cac-a4f9-9fd6571b8d78
2021-11-15T10:35:47.825Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 73f2089b-30d2-4cac-a4f9-9fd6571b8d78 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 (?, ?, ?, ?, ?)
2021-11-15T10:35:47.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.833Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "aai-ml",
  "timestamp": 1636972436918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/artifacts/service-Vfw20211115103202-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:35:47.834Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:35:47.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.834Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636972441377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/vfwa9d8ab5b1d6d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:35:47.834Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:35:47.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.835Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636972443262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:35:47.835Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:35:47.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.835Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "aai-ml",
  "timestamp": 1636972436918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/artifacts/service-Vfw20211115103202-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T10:35:47.835Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:35:47.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.836Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972443731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/vfwa9d8ab5b1d6d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:35:47.836Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:35:47.836Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.836Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636972441377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:35:47.836Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:35:47.837Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.837Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636972444285,
  "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=?
2021-11-15T10:35:47.843Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 73f2089b-30d2-4cac-a4f9-9fd6571b8d78
2021-11-15T10:35:47.844Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 73f2089b-30d2-4cac-a4f9-9fd6571b8d78 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=?
2021-11-15T10:35:47.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.849Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "aai-ml",
  "timestamp": 1636972444714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/artifacts/service-Vfw20211115103202-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:35:47.849Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:35:47.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.850Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972444800,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:35:47.850Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:35:47.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.850Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636972441377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:35:47.851Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:35:47.851Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.851Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636972445290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/vfwa9d8ab5b1d6d0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-15T10:35:47.851Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:35:47.851Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.851Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972445916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:35:47.852Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:35:47.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636972441377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:35:47.852Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:35:47.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636972445485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:35:47.853Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:35:47.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "clamp",
  "timestamp": 1636972446128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:35:47.853Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:35:47.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636972441377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/artifacts/service-Vfw20211115103202-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:35:47.853Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:35:47.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636972445485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/vfwa9d8ab5b1d6d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:35:47.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:35:47.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972447188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/vfwa9d8ab5b1d6d0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-15T10:35:47.854Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:35:47.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "clamp",
  "timestamp": 1636972446128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/vfwa9d8ab5b1d6d0_modules.json",
  "status": "NOTIFIED"
}
2021-11-15T10:35:47.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:35:47.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636972441377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/artifacts/service-Vfw20211115103202-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:35:47.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:35:47.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636972445485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:35:47.856Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:35:47.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972448195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-11-15T10:35:47.856Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:35:47.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "clamp",
  "timestamp": 1636972446128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:35:47.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:35:47.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636972445485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:35:47.858Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:35:47.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972449203,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-11-15T10:35:47.858Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:35:47.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "clamp",
  "timestamp": 1636972446128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:35:47.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:35:47.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636972445485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:35:47.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:35:47.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972450209,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/artifacts/service-Vfw20211115103202-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T10:35:47.860Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:35:47.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "clamp",
  "timestamp": 1636972446128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:35:47.860Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:35:47.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636972445485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/artifacts/service-Vfw20211115103202-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:35:47.861Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:35:47.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "clamp",
  "timestamp": 1636972446128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/artifacts/service-Vfw20211115103202-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:35:47.861Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:35:47.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636972445485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/artifacts/service-Vfw20211115103202-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T10:35:47.862Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:35:47.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "clamp",
  "timestamp": 1636972446128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/artifacts/service-Vfw20211115103202-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T10:35:47.863Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:35:47.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636972453435,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/artifacts/service-Vfw20211115103202-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:35:47.863Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:35:47.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636972456880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/artifacts/service-Vfw20211115103202-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T10:35:47.864Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:35:47.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "clamp",
  "timestamp": 1636972457142,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/artifacts/service-Vfw20211115103202-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:35:47.864Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:35:47.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "aai-ml",
  "timestamp": 1636972457704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/artifacts/service-Vfw20211115103202-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T10:35:47.865Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:35:47.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636972457884,
  "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=?
2021-11-15T10:35:47.870Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 73f2089b-30d2-4cac-a4f9-9fd6571b8d78
2021-11-15T10:35:47.870Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 73f2089b-30d2-4cac-a4f9-9fd6571b8d78 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 (?, ?, ?, ?, ?)
2021-11-15T10:35:47.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "clamp",
  "timestamp": 1636972458160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/artifacts/service-Vfw20211115103202-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T10:35:47.878Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:35:47.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "aai-ml",
  "timestamp": 1636972458707,
  "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=?
2021-11-15T10:35:47.883Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 73f2089b-30d2-4cac-a4f9-9fd6571b8d78
2021-11-15T10:35:47.883Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 73f2089b-30d2-4cac-a4f9-9fd6571b8d78 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 (?, ?, ?, ?, ?)
2021-11-15T10:35:47.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:35:47.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "clamp",
  "timestamp": 1636972459163,
  "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=?
2021-11-15T10:35:47.896Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 73f2089b-30d2-4cac-a4f9-9fd6571b8d78
2021-11-15T10:35:47.896Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 73f2089b-30d2-4cac-a4f9-9fd6571b8d78 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 (?, ?, ?, ?, ?)
2021-11-15T10:36:11.282Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 73f2089b-30d2-4cac-a4f9-9fd6571b8d78
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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=?
2021-11-15T10:36:11.295Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 73f2089b-30d2-4cac-a4f9-9fd6571b8d78
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T10:36:11.299Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T10:36:11.299Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-15T10:36:11.299Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-15T10:36:11.299Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-15T10:36:11.299Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T10:36:11.299Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T10:36:11.300Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T10:36:11.300Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T10:36:11.300Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T10:36:11.300Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T10:36:11.301Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|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=?
2021-11-15T10:36:11.306Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-15T10:36:41.306Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 73f2089b-30d2-4cac-a4f9-9fd6571b8d78 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=?
2021-11-15T10:36:41.312Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 73f2089b-30d2-4cac-a4f9-9fd6571b8d78 and serviceModelVersionId: 13e0ba29-bc75-4f62-9aa8-3cf46b668502
2021-11-15T10:36:41.312Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1053ef3e-8933-471d-bf29-45e9d4c36d93
2021-11-15T10:36:41.315Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1053ef3e-8933-471d-bf29-45e9d4c36d93/model-vers/model-ver/13e0ba29-bc75-4f62-9aa8-3cf46b668502?depth=0
2021-11-15T10:36:41.321Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-11-15T10:36:41.378Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1053ef3e-8933-471d-bf29-45e9d4c36d93/model-vers/model-ver/13e0ba29-bc75-4f62-9aa8-3cf46b668502?depth=0|INFO|500||Invoke
2021-11-15T10:36:41.378Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1053ef3e-8933-471d-bf29-45e9d4c36d93/model-vers/model-ver/13e0ba29-bc75-4f62-9aa8-3cf46b668502?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1053ef3e-8933-471d-bf29-45e9d4c36d93/model-vers/model-ver/13e0ba29-bc75-4f62-9aa8-3cf46b668502?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[73f2089b-30d2-4cac-a4f9-9fd6571b8d78], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[05e538e1-d734-41fc-ac8c-3d5c68c81cd2], X-ECOMP-RequestID=[73f2089b-30d2-4cac-a4f9-9fd6571b8d78], X-TransactionId=[], X-ONAP-RequestID=[73f2089b-30d2-4cac-a4f9-9fd6571b8d78], Content-Type=[application/merge-patch+json]}
2021-11-15T10:36:41.406Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1053ef3e-8933-471d-bf29-45e9d4c36d93/model-vers/model-ver/13e0ba29-bc75-4f62-9aa8-3cf46b668502?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-15T10:36:41.523Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1053ef3e-8933-471d-bf29-45e9d4c36d93/model-vers/model-ver/13e0ba29-bc75-4f62-9aa8-3cf46b668502?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/1053ef3e-8933-471d-bf29-45e9d4c36d93/model-vers/model-ver/13e0ba29-bc75-4f62-9aa8-3cf46b668502?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211115-10:36:41:413-58132], vertex-id=[385088], Content-Length=[0], Date=[Mon, 15 Nov 2021 10:36:41 GMT], Content-Type=[application/json]}
2021-11-15T10:36:41.523Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1053ef3e-8933-471d-bf29-45e9d4c36d93/model-vers/model-ver/13e0ba29-bc75-4f62-9aa8-3cf46b668502?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-15T10:36:41.526Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1053ef3e-8933-471d-bf29-45e9d4c36d93/model-vers/model-ver/13e0ba29-bc75-4f62-9aa8-3cf46b668502?depth=0|INFO|500||InvokeReturn
2021-11-15T10:36:41.527Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-15T10:36:41.527Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|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=?
2021-11-15T10:36:41.533Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|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)
2021-11-15T10:36:41.534Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 73f2089b-30d2-4cac-a4f9-9fd6571b8d78 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-15T10:36:41.535Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-15T10:36:41.536Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:36:41.538Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:36:41.538Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972601534,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-15T10:36:41.639Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:36:41.640Z||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.
2021-11-15T10:36:41.640Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:36:41.652Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:36:41.652Z||pool-50-thread-1|||||INFO|500||cambria reply ok (13 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=?
2021-11-15T10:36:42.552Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:36:42.553Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|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.
2021-11-15T10:36:42.553Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|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 AbjctDGpKuArKV09) ...
2021-11-15T10:36:47.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:36:47.222Z||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.
2021-11-15T10:36:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:36:47.858Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:36:47.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:36:47.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636972601534,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-15T10:36:47.861Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:36:53.283Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:36:53.284Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:36:53.286Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|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.
2021-11-15T10:36:53.286Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|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 AbjctDGpKuArKV09) ...
2021-11-15T10:37:02.854Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:37:02.860Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:37:02.862Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|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.
2021-11-15T10:37:02.862Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|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 AbjctDGpKuArKV09) ...
2021-11-15T10:37:12.447Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:37:12.448Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:37:12.449Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|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.
2021-11-15T10:37:12.449Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|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 AbjctDGpKuArKV09) ...
2021-11-15T10:37:21.991Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:37:47.218Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:37:47.219Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|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.
2021-11-15T10:37:47.219Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|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 AbjctDGpKuArKV09) ...
2021-11-15T10:37:47.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:37:47.221Z||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.
2021-11-15T10:37:47.221Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:37:56.776Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:37:56.776Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:38:47.219Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:38:47.221Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:38:47.223Z||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.
2021-11-15T10:38:47.223Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|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.
2021-11-15T10:38:47.223Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|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 AbjctDGpKuArKV09) ...
2021-11-15T10:38:47.223Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:38:56.772Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:38:56.775Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:39:47.220Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:39:47.221Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:39:47.225Z||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.
2021-11-15T10:39:47.225Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:39:47.225Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|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.
2021-11-15T10:39:47.225Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|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 AbjctDGpKuArKV09) ...
2021-11-15T10:39:56.783Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:39:56.785Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:40:47.218Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:40:47.220Z||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.
2021-11-15T10:40:47.220Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:40:47.221Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:40:47.223Z||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.
2021-11-15T10:40:47.223Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:40:56.772Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:40:56.774Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:41:47.220Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:41:47.222Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:41:47.224Z||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.
2021-11-15T10:41:47.225Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:41:47.225Z||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.
2021-11-15T10:41:47.225Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:41:56.786Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:41:56.786Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:42:47.218Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:42:47.220Z||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.
2021-11-15T10:42:47.220Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:42:47.221Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:42:47.221Z||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.
2021-11-15T10:42:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:42:56.782Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:42:56.783Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:43:47.219Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:43:47.221Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T10:43:47.221Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:43:47.221Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AbjctDGpKuArKV09) ...
2021-11-15T10:43:47.221Z||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.
2021-11-15T10:43:47.221Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:43:56.768Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:43:56.790Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:44:47.221Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:44:47.219Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:44:47.225Z||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.
2021-11-15T10:44:47.225Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T10:44:47.226Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AbjctDGpKuArKV09) ...
2021-11-15T10:44:47.226Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:44:56.777Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:44:56.778Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:45:47.219Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:45:47.220Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T10:45:47.220Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AbjctDGpKuArKV09) ...
2021-11-15T10:45:47.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:45:47.222Z||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.
2021-11-15T10:45:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:45:56.776Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:45:56.776Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:46:47.218Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:46:47.220Z||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.
2021-11-15T10:46:47.220Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:46:47.221Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:46:47.221Z||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.
2021-11-15T10:46:47.221Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:46:56.767Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:46:56.775Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:47:47.219Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:47:47.221Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:47:47.223Z||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.
2021-11-15T10:47:47.223Z||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.
2021-11-15T10:47:47.223Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:47:47.223Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:47:56.769Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:47:56.832Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:48:47.220Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:48:47.222Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:48:47.223Z||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.
2021-11-15T10:48:47.223Z||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.
2021-11-15T10:48:47.223Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:48:47.223Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:48:56.791Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:48:56.799Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:49:47.219Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:49:47.220Z||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.
2021-11-15T10:49:47.220Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:49:47.221Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:49:47.221Z||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.
2021-11-15T10:49:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:49:56.772Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:49:56.772Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:50:47.219Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:50:47.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:50:47.222Z||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.
2021-11-15T10:50:47.222Z||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.
2021-11-15T10:50:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:50:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:50:56.776Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:50:56.809Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:51:47.219Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:51:47.221Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:51:47.224Z||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.
2021-11-15T10:51:47.224Z||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.
2021-11-15T10:51:47.224Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:51:47.224Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:51:56.788Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:51:56.793Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:52:47.219Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:52:47.221Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:52:47.223Z||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.
2021-11-15T10:52:47.223Z||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.
2021-11-15T10:52:47.223Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:52:47.223Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:52:47.857Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:52:47.859Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:52:47.860Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-15T10:52:47.860Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"85d711cc-fc10-43ac-9cdd-ea39a00505f5","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"973c9d17-6ac3-4d6a-866d-b61986ea8f6e","serviceDescription":"service","serviceInvariantUUID":"afc1e8b9-5c4a-43aa-8797-39c29c52b4fd","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"43831d69-353e-43a5-8da8-d79ec2a807eb","resourceInvariantUUID":"bc228b7a-fdda-4475-b2d2-22233012ccb3","resourceCustomizationUUID":"2c8428c0-c79b-423d-886b-01f8b6fed86c","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":"MzI3OWRkMDgxNTM5ZjFmYzZjNTdjZDllMGRmN2RiYzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b2c3128a-693a-44b8-8100-c141cfc7ac50","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MmMzODMzOTExOGI0NGZmMzkxNTRmODMzM2MwZjY3N2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8e0cce64-f3cf-46c5-9cd9-bf1c35423ecb","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-15T10:52:47.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:52:47.866Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85d711cc-fc10-43ac-9cdd-ea39a00505f5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636973521377,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:52:47.868Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:52:47.868Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:52:47.868Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:52:47.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:52:47.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85d711cc-fc10-43ac-9cdd-ea39a00505f5",
  "consumerID": "dcae-sch",
  "timestamp": 1636973515221,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:52:47.870Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:52:47.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:52:47.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85d711cc-fc10-43ac-9cdd-ea39a00505f5",
  "consumerID": "cds",
  "timestamp": 1636973523934,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:52:47.871Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:52:47.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:52:47.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85d711cc-fc10-43ac-9cdd-ea39a00505f5",
  "consumerID": "aai-ml",
  "timestamp": 1636973516919,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:52:47.871Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:52:47.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:52:47.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85d711cc-fc10-43ac-9cdd-ea39a00505f5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636973525486,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:52:47.872Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:52:47.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:52:47.872Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85d711cc-fc10-43ac-9cdd-ea39a00505f5",
  "consumerID": "dcae-sch",
  "timestamp": 1636973515221,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:52:47.872Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:52:47.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:52:47.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85d711cc-fc10-43ac-9cdd-ea39a00505f5",
  "consumerID": "cds",
  "timestamp": 1636973523934,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T10:52:47.873Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:52:47.873Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:52:47.873Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "85d711cc-fc10-43ac-9cdd-ea39a00505f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973567219,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:52:47.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:52:47.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85d711cc-fc10-43ac-9cdd-ea39a00505f5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636973521377,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:52:47.901Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:52:47.901Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:52:47.902Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85d711cc-fc10-43ac-9cdd-ea39a00505f5",
  "consumerID": "aai-ml",
  "timestamp": 1636973516919,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T10:52:47.903Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:52:47.903Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:52:47.903Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85d711cc-fc10-43ac-9cdd-ea39a00505f5",
  "consumerID": "clamp",
  "timestamp": 1636973526128,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:52:47.904Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:52:47.904Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:52:47.904Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85d711cc-fc10-43ac-9cdd-ea39a00505f5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636973525486,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T10:52:47.905Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:52:47.905Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:52:47.905Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85d711cc-fc10-43ac-9cdd-ea39a00505f5",
  "consumerID": "clamp",
  "timestamp": 1636973526128,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T10:52:47.906Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:52:47.906Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:52:47.906Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85d711cc-fc10-43ac-9cdd-ea39a00505f5",
  "consumerID": "aai-ml",
  "timestamp": 1636973528492,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:52:47.906Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:52:47.907Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:52:47.907Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85d711cc-fc10-43ac-9cdd-ea39a00505f5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636973528533,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:52:47.907Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:52:47.907Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:52:47.907Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85d711cc-fc10-43ac-9cdd-ea39a00505f5",
  "consumerID": "cds",
  "timestamp": 1636973528528,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:52:47.908Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:52:47.908Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:52:47.908Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85d711cc-fc10-43ac-9cdd-ea39a00505f5",
  "consumerID": "cds",
  "timestamp": 1636973529537,
  "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 (?, ?, ?, ?, ?)
2021-11-15T10:52:47.939Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 85d711cc-fc10-43ac-9cdd-ea39a00505f5
2021-11-15T10:52:47.939Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 85d711cc-fc10-43ac-9cdd-ea39a00505f5 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 (?, ?, ?, ?, ?)
2021-11-15T10:52:47.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:52:47.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85d711cc-fc10-43ac-9cdd-ea39a00505f5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636973530163,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T10:52:47.947Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:52:47.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:52:47.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85d711cc-fc10-43ac-9cdd-ea39a00505f5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636973531167,
  "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=?
2021-11-15T10:52:47.952Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 85d711cc-fc10-43ac-9cdd-ea39a00505f5
2021-11-15T10:52:47.952Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 85d711cc-fc10-43ac-9cdd-ea39a00505f5 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 (?, ?, ?, ?, ?)
2021-11-15T10:52:47.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:52:47.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85d711cc-fc10-43ac-9cdd-ea39a00505f5",
  "consumerID": "policy-id",
  "timestamp": 1636973531625,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:52:47.959Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:52:47.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:52:47.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85d711cc-fc10-43ac-9cdd-ea39a00505f5",
  "consumerID": "policy-id",
  "timestamp": 1636973531625,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T10:52:47.959Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:52:47.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:52:47.960Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85d711cc-fc10-43ac-9cdd-ea39a00505f5",
  "consumerID": "aai-ml",
  "timestamp": 1636973533502,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T10:52:47.960Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:52:47.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:52:47.960Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85d711cc-fc10-43ac-9cdd-ea39a00505f5",
  "consumerID": "clamp",
  "timestamp": 1636973533954,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:52:47.960Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:52:47.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:52:47.960Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85d711cc-fc10-43ac-9cdd-ea39a00505f5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636973533386,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:52:47.961Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:52:47.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:52:47.961Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85d711cc-fc10-43ac-9cdd-ea39a00505f5",
  "consumerID": "aai-ml",
  "timestamp": 1636973534505,
  "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=?
2021-11-15T10:52:47.965Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 85d711cc-fc10-43ac-9cdd-ea39a00505f5
2021-11-15T10:52:47.965Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 85d711cc-fc10-43ac-9cdd-ea39a00505f5 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 (?, ?, ?, ?, ?)
2021-11-15T10:52:47.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:52:47.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85d711cc-fc10-43ac-9cdd-ea39a00505f5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636973533386,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T10:52:47.972Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:52:47.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:52:47.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85d711cc-fc10-43ac-9cdd-ea39a00505f5",
  "consumerID": "policy-id",
  "timestamp": 1636973535090,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:52:47.973Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:52:47.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:52:47.973Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:52:47.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85d711cc-fc10-43ac-9cdd-ea39a00505f5",
  "consumerID": "clamp",
  "timestamp": 1636973535224,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T10:52:47.974Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:52:47.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:52:47.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85d711cc-fc10-43ac-9cdd-ea39a00505f5",
  "consumerID": "policy-id",
  "timestamp": 1636973536093,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T10:52:47.974Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:52:47.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:52:47.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85d711cc-fc10-43ac-9cdd-ea39a00505f5",
  "consumerID": "clamp",
  "timestamp": 1636973536227,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
2021-11-15T10:52:47.975Z||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.
2021-11-15T10:52:47.975Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-15T10:52:47.979Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 85d711cc-fc10-43ac-9cdd-ea39a00505f5
2021-11-15T10:52:47.979Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 85d711cc-fc10-43ac-9cdd-ea39a00505f5 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 (?, ?, ?, ?, ?)
2021-11-15T10:52:47.986Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:52:47.986Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85d711cc-fc10-43ac-9cdd-ea39a00505f5",
  "consumerID": "policy-id",
  "timestamp": 1636973537096,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2021-11-15T10:52:47.986Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-15T10:52:47.987Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:52:47.990Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 85d711cc-fc10-43ac-9cdd-ea39a00505f5
2021-11-15T10:52:47.990Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 85d711cc-fc10-43ac-9cdd-ea39a00505f5 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 (?, ?, ?, ?, ?)
2021-11-15T10:52:48.874Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:52:48.874Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:52:48.876Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:52:48.876Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "85d711cc-fc10-43ac-9cdd-ea39a00505f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973567219,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T10:52:48.976Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:52:48.977Z||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.
2021-11-15T10:52:48.977Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:52:48.990Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:52:48.991Z||pool-52-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:52:49.877Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "85d711cc-fc10-43ac-9cdd-ea39a00505f5",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "973c9d17-6ac3-4d6a-866d-b61986ea8f6e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "afc1e8b9-5c4a-43aa-8797-39c29c52b4fd",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "2c8428c0-c79b-423d-886b-01f8b6fed86c",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "43831d69-353e-43a5-8da8-d79ec2a807eb",
      "resourceInvariantUUID": "bc228b7a-fdda-4475-b2d2-22233012ccb3",
      "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": "MmMzODMzOTExOGI0NGZmMzkxNTRmODMzM2MwZjY3N2Q\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8e0cce64-f3cf-46c5-9cd9-bf1c35423ecb"
    }
  ],
  "workloadContext": "Production"
}
2021-11-15T10:52:49.877Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-15T10:52:49.878Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 973c9d17-6ac3-4d6a-866d-b61986ea8f6e ASDC
2021-11-15T10:52:49.878Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:85d711cc-fc10-43ac-9cdd-ea39a00505f5
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:973c9d17-6ac3-4d6a-866d-b61986ea8f6e
ServiceInvariantUUID:afc1e8b9-5c4a-43aa-8797-39c29c52b4fd
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:8e0cce64-f3cf-46c5-9cd9-bf1c35423ecb
ArtifactChecksum:MmMzODMzOTExOGI0NGZmMzkxNTRmODMzM2MwZjY3N2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:2c8428c0-c79b-423d-886b-01f8b6fed86c
ResourceInvariantUUID:bc228b7a-fdda-4475-b2d2-22233012ccb3
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:43831d69-353e-43a5-8da8-d79ec2a807eb
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-11-15T10:52:49.878Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 973c9d17-6ac3-4d6a-866d-b61986ea8f6e 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=?
2021-11-15T10:52:49.904Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-15T10:52:49.904Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-11-15T10:52:49.904Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-11-15T10:52:49.905Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8e0cce64-f3cf-46c5-9cd9-bf1c35423ecb from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-15T10:52:49.905Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-11-15T10:52:49.905Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-15T10:52:50.287Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-11-15T10:52:50.290Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8e0cce64-f3cf-46c5-9cd9-bf1c35423ecb 52492
2021-11-15T10:52:50.290Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-11-15T10:52:50.290Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-15T10:52:50.290Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T10:52:50.290Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:52:50.292Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:52:50.292Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "85d711cc-fc10-43ac-9cdd-ea39a00505f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973570290,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:52:50.392Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:52:50.393Z||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.
2021-11-15T10:52:50.393Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:52:50.428Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:52:50.428Z||pool-53-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2021-11-15T10:52:51.293Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-15T10:52:51.294Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-11-15T10:52:51.294Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 8e0cce64-f3cf-46c5-9cd9-bf1c35423ecb, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-15T10:52:51.295Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-11-15T10:52:51.295Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-15T10:52:51.296Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-15T10:52:51.421Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15241035967433721424/Definitions/service-BasicNetwork-template.yml
2021-11-15T10:52:51.872Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-15T10:52:51.873Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-11-15T10:52:51.874Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-15T10:52:51.874Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-11-15T10:52:51.874Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||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
2021-11-15T10:52:51.874Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||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
2021-11-15T10:52:51.874Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||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
2021-11-15T10:52:51.874Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||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
2021-11-15T10:52:51.874Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||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
2021-11-15T10:52:51.875Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||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
2021-11-15T10:52:51.875Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||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
2021-11-15T10:52:51.875Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||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
2021-11-15T10:52:51.875Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-11-15T10:52:51.875Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:52:51.875Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:52:51.875Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-11-15T10:52:51.876Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-11-15T10:52:51.876Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-15T10:52:51.876Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:52:51.876Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:52:51.876Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-11-15T10:52:51.876Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-11-15T10:52:51.876Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-15T10:52:51.877Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:52:51.877Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:52:51.877Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:52:51.877Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:52:51.877Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:52:51.877Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:52:51.877Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:52:51.878Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:52:51.878Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:52:51.878Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:52:51.878Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:973c9d17-6ac3-4d6a-866d-b61986ea8f6e
Model Version:NULL
Model InvariantUuid:afc1e8b9-5c4a-43aa-8797-39c29c52b4fd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:bc228b7a-fdda-4475-b2d2-22233012ccb3
Model UUID:9b2914b7-0154-4161-83db-ddc35d67fcd9
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:2c8428c0-c79b-423d-886b-01f8b6fed86c
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=?
2021-11-15T10:52:51.886Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: 43831d69-353e-43a5-8da8-d79ec2a807eb
2021-11-15T10:52:51.886Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||INFO|500||No resources found for Service: 973c9d17-6ac3-4d6a-866d-b61986ea8f6e
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=?
2021-11-15T10:52:51.891Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||INFO|500||
2021-11-15T10:52:51.891Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-11-15T10:52:51.892Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 973c9d17-6ac3-4d6a-866d-b61986ea8f6e
2021-11-15T10:52:51.892Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 973c9d17-6ac3-4d6a-866d-b61986ea8f6e
2021-11-15T10:52:51.892Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-11-15T10:52:51.892Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||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=?
2021-11-15T10:52:51.896Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4906bfc8, org.onap.sdc.toscaparser.api.parameters.Input@43d27316, org.onap.sdc.toscaparser.api.parameters.Input@1713640c, org.onap.sdc.toscaparser.api.parameters.Input@30822432, org.onap.sdc.toscaparser.api.parameters.Input@4c063515]
2021-11-15T10:52:51.897Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:52:51.897Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:52:51.897Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:52:51.897Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:52:51.897Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 973c9d17-6ac3-4d6a-866d-b61986ea8f6e: Generic NeutronNet
2021-11-15T10:52:51.898Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:52:51.898Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:52:51.898Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:52:51.898Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||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=?
2021-11-15T10:52:51.936Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:52:51.936Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:52:51.936Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:52:51.936Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:52:51.936Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:52:51.937Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:52:51.937Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||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 (?, ?)
2021-11-15T10:52:51.986Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-11-15T10:52:51.986Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-11-15T10:52:51.987Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-15T10:52:51.987Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T10:52:51.987Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:52:51.989Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:52:51.989Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "85d711cc-fc10-43ac-9cdd-ea39a00505f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973571986,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T10:52:52.089Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:52:52.089Z||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.
2021-11-15T10:52:52.089Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:52:52.102Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:52:52.102Z||pool-54-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:52:52.989Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 85d711cc-fc10-43ac-9cdd-ea39a00505f5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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=?
2021-11-15T10:52:52.999Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 85d711cc-fc10-43ac-9cdd-ea39a00505f5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T10:52:53.001Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T10:52:53.001Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-15T10:52:53.001Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-15T10:52:53.001Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-15T10:52:53.001Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T10:52:53.001Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T10:52:53.001Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T10:52:53.002Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T10:52:53.002Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T10:52:53.002Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T10:52:53.002Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||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=?
2021-11-15T10:52:53.006Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-15T10:53:23.007Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 85d711cc-fc10-43ac-9cdd-ea39a00505f5 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=?
2021-11-15T10:53:23.014Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 85d711cc-fc10-43ac-9cdd-ea39a00505f5 and serviceModelVersionId: 973c9d17-6ac3-4d6a-866d-b61986ea8f6e
2021-11-15T10:53:23.014Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : afc1e8b9-5c4a-43aa-8797-39c29c52b4fd
2021-11-15T10:53:23.016Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/afc1e8b9-5c4a-43aa-8797-39c29c52b4fd/model-vers/model-ver/973c9d17-6ac3-4d6a-866d-b61986ea8f6e?depth=0
2021-11-15T10:53:23.021Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-11-15T10:53:23.072Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc1e8b9-5c4a-43aa-8797-39c29c52b4fd/model-vers/model-ver/973c9d17-6ac3-4d6a-866d-b61986ea8f6e?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]}
2021-11-15T10:53:23.073Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc1e8b9-5c4a-43aa-8797-39c29c52b4fd/model-vers/model-ver/973c9d17-6ac3-4d6a-866d-b61986ea8f6e?depth=0|INFO|500||Invoke
2021-11-15T10:53:23.091Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc1e8b9-5c4a-43aa-8797-39c29c52b4fd/model-vers/model-ver/973c9d17-6ac3-4d6a-866d-b61986ea8f6e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-15T10:53:23.210Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc1e8b9-5c4a-43aa-8797-39c29c52b4fd/model-vers/model-ver/973c9d17-6ac3-4d6a-866d-b61986ea8f6e?depth=0|INFO|500||InvokeReturn
2021-11-15T10:53:23.210Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc1e8b9-5c4a-43aa-8797-39c29c52b4fd/model-vers/model-ver/973c9d17-6ac3-4d6a-866d-b61986ea8f6e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211115-10:53:23:097-22455], vertex-id=[155744], Content-Length=[0], Date=[Mon, 15 Nov 2021 10:53:23 GMT], Content-Type=[application/json]}
2021-11-15T10:53:23.211Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-11-15T10:53:23.211Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-15T10:53:23.212Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||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=?
2021-11-15T10:53:23.215Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||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)
2021-11-15T10:53:23.215Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 85d711cc-fc10-43ac-9cdd-ea39a00505f5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-15T10:53:23.216Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-15T10:53:23.216Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:53:23.217Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:53:23.217Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "85d711cc-fc10-43ac-9cdd-ea39a00505f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973603216,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-15T10:53:23.318Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-15T10:53:23.318Z||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.
2021-11-15T10:53:23.319Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:53:23.332Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:53:23.332Z||pool-55-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=?
2021-11-15T10:53:47.218Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:53:47.219Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|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.
2021-11-15T10:53:47.219Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|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 AbjctDGpKuArKV09) ...
2021-11-15T10:53:47.221Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:53:47.221Z||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.
2021-11-15T10:53:47.221Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:53:47.344Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:53:47.345Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:53:47.345Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85d711cc-fc10-43ac-9cdd-ea39a00505f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973567219,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:53:47.346Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:53:54.940Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:53:54.941Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-15T10:53:54.941Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"01889b87-a57a-400d-b11d-e5beb356cc0b","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"40ea9fbb-4632-491f-accf-ca37ea11c484","serviceDescription":"service","serviceInvariantUUID":"f3ec392b-2196-41e3-845d-754a27d9c998","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3555b5c8-097e-4abe-a54e-28468d2c9f29","resourceInvariantUUID":"83c0e1ee-635b-40f1-b63b-df58d4978ece","resourceCustomizationUUID":"f6147ec1-7df8-4c80-a1c9-8e6a6fee6ba6","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":"YjFkMDRhNTIyYWUyZDM5Y2ZiNzY3YzFmMmQ1NGU0ZDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5c7f854f-e594-46bd-b37d-d85c76228fe2","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":"ZDBhZGNiNmI2YmNjOWNjY2ViNmY3NDBiNDI3ZGFkY2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4a45689e-349c-495a-a342-208a67282df2","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":"acdedf61-1d49-4930-a516-d728def06f7b","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":"9dc6655d-1df4-493f-b2c7-87ad8611c402","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":"a8894d34-8fce-42b9-9ba6-29bb0d7e09b0","artifactVersion":"2","generatedFromUUID":"acdedf61-1d49-4930-a516-d728def06f7b"},{"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":"OWJlYWY3ZDM2ZDg4MWE5ZWFiMzg4YWM0NmJjOGNjYmQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"239d6d2a-1f70-44bb-9a26-a5b767c94951","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":"NWVmYTM0OGIxNjM3N2FiMzU5ZDBlYjA3MjZhZWMzMWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"68af42a7-d797-4f90-b478-9a03f732e9cb","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZDI2ZjhjMTk2YjA5MGFmMjFlNGRiZWIyNDBkOGE2ZDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2b98cee4-f5b8-4833-92c0-5df382332044","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-15T10:53:54.944Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:53:54.944Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:53:54.946Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:53:54.946Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973627218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:53:55.047Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:53:55.049Z||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.
2021-11-15T10:53:55.049Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:53:55.078Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:53:55.078Z||pool-56-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:53:55.947Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:53:55.947Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:53:55.949Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:53:55.949Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973627218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-11-15T10:53:56.049Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:53:56.050Z||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.
2021-11-15T10:53:56.050Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:53:56.068Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:53:56.068Z||pool-57-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:53:56.949Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:53:56.950Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:53:56.952Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:53:56.953Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973627218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-15T10:53:57.052Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-15T10:53:57.053Z||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.
2021-11-15T10:53:57.054Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:53:57.075Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:53:57.075Z||pool-58-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:53:57.972Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:53:57.974Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:53:57.977Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:53:57.977Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973627218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:53:58.076Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-15T10:53:58.077Z||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.
2021-11-15T10:53:58.077Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:53:58.092Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:53:58.092Z||pool-59-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-11-15T10:53:58.979Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:53:58.979Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:53:58.983Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:53:58.983Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973627218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-15T10:53:59.083Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:53:59.084Z||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.
2021-11-15T10:53:59.084Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:53:59.121Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:53:59.122Z||pool-60-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1}
2021-11-15T10:53:59.984Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:53:59.985Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:53:59.987Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:53:59.987Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973627218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:54:00.087Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:54:00.088Z||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.
2021-11-15T10:54:00.088Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:54:00.103Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:54:00.104Z||pool-61-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:54:00.991Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:54:00.994Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:54:01.000Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:54:01.000Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973627218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:54:01.101Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-15T10:54:01.103Z||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.
2021-11-15T10:54:01.104Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:54:01.121Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:54:01.121Z||pool-62-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:54:02.002Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:54:02.005Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:54:02.008Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:54:02.008Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973627218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T10:54:02.108Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:54:02.110Z||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.
2021-11-15T10:54:02.111Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:54:02.120Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:54:02.121Z||pool-63-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:54:03.011Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "40ea9fbb-4632-491f-accf-ca37ea11c484",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f3ec392b-2196-41e3-845d-754a27d9c998",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "f6147ec1-7df8-4c80-a1c9-8e6a6fee6ba6",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3555b5c8-097e-4abe-a54e-28468d2c9f29",
      "resourceInvariantUUID": "83c0e1ee-635b-40f1-b63b-df58d4978ece",
      "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": "ZDBhZGNiNmI2YmNjOWNjY2ViNmY3NDBiNDI3ZGFkY2M\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4a45689e-349c-495a-a342-208a67282df2",
          "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": "acdedf61-1d49-4930-a516-d728def06f7b",
          "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": "a8894d34-8fce-42b9-9ba6-29bb0d7e09b0",
            "generatedFromUUID": "acdedf61-1d49-4930-a516-d728def06f7b"
          },
          "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": "a8894d34-8fce-42b9-9ba6-29bb0d7e09b0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZDI2ZjhjMTk2YjA5MGFmMjFlNGRiZWIyNDBkOGE2ZDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2b98cee4-f5b8-4833-92c0-5df382332044"
    }
  ],
  "workloadContext": "Production"
}
2021-11-15T10:54:03.012Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-15T10:54:03.012Z|85d711cc-fc10-43ac-9cdd-ea39a00505f5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 40ea9fbb-4632-491f-accf-ca37ea11c484 ASDC
2021-11-15T10:54:03.013Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:01889b87-a57a-400d-b11d-e5beb356cc0b
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:40ea9fbb-4632-491f-accf-ca37ea11c484
ServiceInvariantUUID:f3ec392b-2196-41e3-845d-754a27d9c998
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:2b98cee4-f5b8-4833-92c0-5df382332044
ArtifactChecksum:ZDI2ZjhjMTk2YjA5MGFmMjFlNGRiZWIyNDBkOGE2ZDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:f6147ec1-7df8-4c80-a1c9-8e6a6fee6ba6
ResourceInvariantUUID:83c0e1ee-635b-40f1-b63b-df58d4978ece
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:3555b5c8-097e-4abe-a54e-28468d2c9f29
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:4a45689e-349c-495a-a342-208a67282df2
ArtifactChecksum:ZDBhZGNiNmI2YmNjOWNjY2ViNmY3NDBiNDI3ZGFkY2M=
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:acdedf61-1d49-4930-a516-d728def06f7b
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:a8894d34-8fce-42b9-9ba6-29bb0d7e09b0
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:a8894d34-8fce-42b9-9ba6-29bb0d7e09b0
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-15T10:54:03.014Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 40ea9fbb-4632-491f-accf-ca37ea11c484 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 (?, ?, ?, ?, ?)
2021-11-15T10:54:03.056Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-15T10:54:03.057Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-11-15T10:54:03.057Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-11-15T10:54:03.057Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2b98cee4-f5b8-4833-92c0-5df382332044 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-11-15T10:54:03.058Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-11-15T10:54:03.058Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-11-15T10:54:03.121Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-11-15T10:54:03.126Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2b98cee4-f5b8-4833-92c0-5df382332044 78783
2021-11-15T10:54:03.127Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-11-15T10:54:03.127Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-11-15T10:54:03.128Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T10:54:03.128Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:54:03.131Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:54:03.131Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973643127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:54:03.231Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:54:03.232Z||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.
2021-11-15T10:54:03.232Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:54:03.246Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:54:03.246Z||pool-64-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:54:04.132Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-15T10:54:04.132Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-11-15T10:54:04.133Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 2b98cee4-f5b8-4833-92c0-5df382332044, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-15T10:54:04.133Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-11-15T10:54:04.133Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-15T10:54:04.134Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-15T10:54:04.344Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10093590012220406970/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
2021-11-15T10:54:05.352Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-15T10:54:05.352Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-11-15T10:54:05.352Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-15T10:54:05.352Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-15T10:54:05.352Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||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
2021-11-15T10:54:05.352Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||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
2021-11-15T10:54:05.353Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||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
2021-11-15T10:54:05.353Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||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
2021-11-15T10:54:05.353Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||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
2021-11-15T10:54:05.353Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||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
2021-11-15T10:54:05.353Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||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
2021-11-15T10:54:05.353Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||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
2021-11-15T10:54:05.353Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||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
2021-11-15T10:54:05.353Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-11-15T10:54:05.353Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:54:05.353Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:54:05.354Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-15T10:54:05.354Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-11-15T10:54:05.354Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-15T10:54:05.354Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:54:05.354Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:54:05.354Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-15T10:54:05.355Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-11-15T10:54:05.355Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-15T10:54:05.355Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:54:05.355Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:54:05.355Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:54:05.355Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-11-15T10:54:05.355Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-11-15T10:54:05.355Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-11-15T10:54:05.356Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-11-15T10:54:05.356Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-15T10:54:05.356Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-15T10:54:05.356Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:54:05.356Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-15T10:54:05.356Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:54:05.356Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-15T10:54:05.357Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T10:54:05.357Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:54:05.357Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-15T10:54:05.357Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T10:54:05.357Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:54:05.357Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-15T10:54:05.357Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T10:54:05.357Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:54:05.358Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-11-15T10:54:05.358Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-11-15T10:54:05.358Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-15T10:54:05.358Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=18690ba9-574c-4d6e-8a92-b3970dbce5e0
2021-11-15T10:54:05.358Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:54:05.358Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:54:05.359Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:54:05.359Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:54:05.359Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:54:05.359Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:54:05.359Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:54:05.359Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:54:05.359Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:40ea9fbb-4632-491f-accf-ca37ea11c484
Model Version:NULL
Model InvariantUuid:f3ec392b-2196-41e3-845d-754a27d9c998
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:01293e36-574d-466f-b6b3-4f65cbf4c08e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:83c0e1ee-635b-40f1-b63b-df58d4978ece
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f6147ec1-7df8-4c80-a1c9-8e6a6fee6ba6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:89585927-97ab-4bd6-8505-693d2e334b24
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:480db577-e169-4eb4-a946-59e2f56bafb1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:18690ba9-574c-4d6e-8a92-b3970dbce5e0
ModelInvariantUuid:eda1da27-5fd2-4047-be4b-4e7ca11556f0
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:764846df-25c3-43d2-88ee-c1f4e6f95989
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:b0c02b83-5c62-4858-a111-8b688aad87ad
ModelInvariantUuid:f0e54078-596c-4de4-ba51-a58fd82da29a
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:82db7ed4-e552-43e8-b26e-c1bd37dbd96d
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=?
2021-11-15T10:54:05.365Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 3555b5c8-097e-4abe-a54e-28468d2c9f29
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=?
2021-11-15T10:54:05.369Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||INFO|500||basic_vm_macro 0
2021-11-15T10:54:05.369Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3555b5c8-097e-4abe-a54e-28468d2c9f29
2021-11-15T10:54:05.369Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4a45689e-349c-495a-a342-208a67282df2 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-11-15T10:54:05.369Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-11-15T10:54:05.369Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||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
2021-11-15T10:54:05.434Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-11-15T10:54:05.434Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 4a45689e-349c-495a-a342-208a67282df2 792
2021-11-15T10:54:05.434Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||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
2021-11-15T10:54:05.435Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||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
2021-11-15T10:54:05.435Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T10:54:05.435Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:54:05.437Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:54:05.437Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973645434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:54:05.537Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-15T10:54:05.538Z||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.
2021-11-15T10:54:05.538Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:54:05.553Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:54:05.553Z||pool-65-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:54:06.439Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "89585927-97ab-4bd6-8505-693d2e334b24",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "480db577-e169-4eb4-a946-59e2f56bafb1",
    "vfModuleModelCustomizationUUID": "54ac6c71-fcb6-4b6d-9a4a-e55ec37dbad0",
    "isBase": true,
    "artifacts": [
      "acdedf61-1d49-4930-a516-d728def06f7b",
      "a8894d34-8fce-42b9-9ba6-29bb0d7e09b0"
    ],
    "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": ""
    }
  }
]
2021-11-15T10:54:06.445Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:480db577-e169-4eb4-a946-59e2f56bafb1
VfModuleModelInvariantUUID:89585927-97ab-4bd6-8505-693d2e334b24
VfModuleModelDescription:NULL
Artifacts UUID List:{
acdedf61-1d49-4930-a516-d728def06f7b
,
a8894d34-8fce-42b9-9ba6-29bb0d7e09b0

}
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


}

2021-11-15T10:54:06.447Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "89585927-97ab-4bd6-8505-693d2e334b24",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "480db577-e169-4eb4-a946-59e2f56bafb1",
    "vfModuleModelCustomizationUUID": "54ac6c71-fcb6-4b6d-9a4a-e55ec37dbad0",
    "isBase": true,
    "artifacts": [
      "acdedf61-1d49-4930-a516-d728def06f7b",
      "a8894d34-8fce-42b9-9ba6-29bb0d7e09b0"
    ],
    "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": ""
    }
  }
]
2021-11-15T10:54:06.448Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:480db577-e169-4eb4-a946-59e2f56bafb1
VfModuleModelInvariantUUID:89585927-97ab-4bd6-8505-693d2e334b24
VfModuleModelDescription:NULL
Artifacts UUID List:{
acdedf61-1d49-4930-a516-d728def06f7b
,
a8894d34-8fce-42b9-9ba6-29bb0d7e09b0

}
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


}

2021-11-15T10:54:06.448Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: acdedf61-1d49-4930-a516-d728def06f7b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-11-15T10:54:06.448Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-11-15T10:54:06.448Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||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
2021-11-15T10:54:06.698Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-11-15T10:54:06.699Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml acdedf61-1d49-4930-a516-d728def06f7b 5033
2021-11-15T10:54:06.699Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||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
2021-11-15T10:54:06.700Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||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
2021-11-15T10:54:06.700Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T10:54:06.700Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:54:06.702Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:54:06.702Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973646699,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:54:06.802Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-15T10:54:06.803Z||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.
2021-11-15T10:54:06.803Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:54:06.832Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:54:06.833Z||pool-66-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:54:07.705Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a8894d34-8fce-42b9-9ba6-29bb0d7e09b0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-11-15T10:54:07.706Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-11-15T10:54:07.707Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||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
2021-11-15T10:54:08.005Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-11-15T10:54:08.006Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env a8894d34-8fce-42b9-9ba6-29bb0d7e09b0 903
2021-11-15T10:54:08.006Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||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
2021-11-15T10:54:08.006Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||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
2021-11-15T10:54:08.007Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T10:54:08.007Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:54:08.009Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:54:08.009Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973648006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:54:08.109Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:54:08.110Z||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.
2021-11-15T10:54:08.110Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:54:08.124Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:54:08.124Z||pool-67-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:54:09.010Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 40ea9fbb-4632-491f-accf-ca37ea11c484
2021-11-15T10:54:09.010Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 3555b5c8-097e-4abe-a54e-28468d2c9f29 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=?
2021-11-15T10:54:09.025Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1740e5c6, org.onap.sdc.toscaparser.api.parameters.Input@6623be60, org.onap.sdc.toscaparser.api.parameters.Input@66a3e18f, org.onap.sdc.toscaparser.api.parameters.Input@8f50e07, org.onap.sdc.toscaparser.api.parameters.Input@188ba40a]
2021-11-15T10:54:09.027Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:54:09.027Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:54:09.027Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-11-15T10:54:09.027Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= f6147ec1-7df8-4c80-a1c9-8e6a6fee6ba6
2021-11-15T10:54:09.027Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f6147ec1-7df8-4c80-a1c9-8e6a6fee6ba6 matches Tosca VF Customization UUID: f6147ec1-7df8-4c80-a1c9-8e6a6fee6ba6
2021-11-15T10:54:09.027Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: f6147ec1-7df8-4c80-a1c9-8e6a6fee6ba6  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=?
2021-11-15T10:54:09.029Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:54:09.029Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:54:09.030Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id f6147ec1-7df8-4c80-a1c9-8e6a6fee6ba6: {\"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\"}
2021-11-15T10:54:09.030Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3a5343c8
2021-11-15T10:54:09.030Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:54:09.030Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-15T10:54:09.031Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 54ac6c71-fcb6-4b6d-9a4a-e55ec37dbad0
2021-11-15T10:54:09.031Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 54ac6c71-fcb6-4b6d-9a4a-e55ec37dbad0
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=?
2021-11-15T10:54:09.033Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:54:09.033Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-15T10:54:09.033Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T10:54:09.033Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:54:09.034Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-15T10:54:09.034Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T10:54:09.034Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:54:09.034Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-11-15T10:54:09.034Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-11-15T10:54:09.034Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-15T10:54:09.034Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=18690ba9-574c-4d6e-8a92-b3970dbce5e0
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=?
2021-11-15T10:54:09.037Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:54:09.037Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-15T10:54:09.037Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T10:54:09.037Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:54:09.037Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-15T10:54:09.037Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=f6147ec1-7df8-4c80-a1c9-8e6a6fee6ba6
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=?
2021-11-15T10:54:09.039Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:54:09.039Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:54:09.039Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 40ea9fbb-4632-491f-accf-ca37ea11c484: basic_vm_macro
2021-11-15T10:54:09.039Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:54:09.039Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:54:09.039Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:54:09.040Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:54:09.040Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:54:09.040Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:54:09.040Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:54:09.040Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:54:09.040Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:54:09.040Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:54:09.040Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||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 (?, ?, ?, ?, ?)
2021-11-15T10:54:09.118Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 3555b5c8-097e-4abe-a54e-28468d2c9f29 1 ASDC deployResourceStructure
2021-11-15T10:54:09.118Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||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
2021-11-15T10:54:09.119Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||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
2021-11-15T10:54:09.119Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T10:54:09.119Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:54:09.120Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:54:09.120Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973649118,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-15T10:54:09.221Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-15T10:54:09.221Z||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.
2021-11-15T10:54:09.222Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:54:09.233Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:54:09.233Z||pool-68-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:54:10.121Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||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
2021-11-15T10:54:10.122Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||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
2021-11-15T10:54:10.122Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T10:54:10.122Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:54:10.124Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:54:10.125Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973650121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-11-15T10:54:10.225Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:54:10.225Z||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.
2021-11-15T10:54:10.225Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:54:10.235Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:54:10.235Z||pool-69-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:54:11.125Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||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
2021-11-15T10:54:11.125Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||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
2021-11-15T10:54:11.126Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T10:54:11.126Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:54:11.127Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:54:11.127Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973651125,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-11-15T10:54:11.228Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:54:11.229Z||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.
2021-11-15T10:54:11.229Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:54:11.243Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:54:11.244Z||pool-70-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-11-15T10:54:12.128Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-11-15T10:54:12.128Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-11-15T10:54:12.128Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T10:54:12.129Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:54:12.130Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:54:12.130Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973652128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T10:54:12.230Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:54:12.231Z||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.
2021-11-15T10:54:12.232Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:54:12.244Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:54:12.244Z||pool-71-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:54:13.137Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 01889b87-a57a-400d-b11d-e5beb356cc0b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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=?
2021-11-15T10:54:13.149Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 01889b87-a57a-400d-b11d-e5beb356cc0b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T10:54:13.151Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T10:54:13.151Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-15T10:54:13.151Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-15T10:54:43.152Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 01889b87-a57a-400d-b11d-e5beb356cc0b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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=?
2021-11-15T10:54:43.162Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 01889b87-a57a-400d-b11d-e5beb356cc0b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T10:54:43.163Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T10:54:43.163Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-15T10:54:43.164Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-15T10:54:47.221Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:54:47.222Z||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.
2021-11-15T10:54:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:54:47.261Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:54:47.262Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:54:47.262Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85d711cc-fc10-43ac-9cdd-ea39a00505f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973567219,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T10:54:47.266Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:54:47.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:54:47.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85d711cc-fc10-43ac-9cdd-ea39a00505f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973570290,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:54:47.267Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:54:47.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:54:47.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85d711cc-fc10-43ac-9cdd-ea39a00505f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973571986,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T10:54:47.267Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:54:47.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:54:47.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85d711cc-fc10-43ac-9cdd-ea39a00505f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973603216,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-15T10:54:47.268Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:55:13.164Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 01889b87-a57a-400d-b11d-e5beb356cc0b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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=?
2021-11-15T10:55:13.174Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 01889b87-a57a-400d-b11d-e5beb356cc0b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T10:55:13.175Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T10:55:13.176Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-15T10:55:13.176Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-15T10:55:43.177Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 01889b87-a57a-400d-b11d-e5beb356cc0b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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=?
2021-11-15T10:55:43.196Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 01889b87-a57a-400d-b11d-e5beb356cc0b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T10:55:43.198Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T10:55:43.198Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-15T10:55:43.198Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-15T10:55:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:55:47.224Z||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.
2021-11-15T10:55:47.224Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:55:47.248Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:55:47.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973627218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.270Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.270Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636973633387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.270Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.271Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "cds",
  "timestamp": 1636973628934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.271Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.271Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.271Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "policy-id",
  "timestamp": 1636973631624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.272Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.272Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.272Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "dcae-sch",
  "timestamp": 1636973635221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.272Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.272Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.272Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973627218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-11-15T10:55:47.273Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.273Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636973633387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-11-15T10:55:47.273Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.273Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "policy-id",
  "timestamp": 1636973631624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.273Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.274Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "cds",
  "timestamp": 1636973628934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.274Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.274Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "dcae-sch",
  "timestamp": 1636973635221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.274Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.275Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973627218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-15T10:55:47.275Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.275Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636973633387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-15T10:55:47.276Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.276Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "policy-id",
  "timestamp": 1636973631624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-15T10:55:47.277Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.277Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.277Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "cds",
  "timestamp": 1636973628934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.277Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.277Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.278Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "aai-ml",
  "timestamp": 1636973636918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.278Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.278Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.278Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "dcae-sch",
  "timestamp": 1636973635221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.279Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.279Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.279Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636973633387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.279Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.279Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.279Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "policy-id",
  "timestamp": 1636973631624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.280Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.280Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.280Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973627218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.281Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.281Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.281Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "cds",
  "timestamp": 1636973628934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.281Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.281Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.281Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "aai-ml",
  "timestamp": 1636973636918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.282Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.282Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.282Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "dcae-sch",
  "timestamp": 1636973635221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.282Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.282Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.282Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636973633387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-15T10:55:47.283Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.283Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973627218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-15T10:55:47.283Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.283Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "policy-id",
  "timestamp": 1636973631624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.284Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.284Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "cds",
  "timestamp": 1636973628934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.284Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.284Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "aai-ml",
  "timestamp": 1636973636918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.285Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.285Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.285Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "dcae-sch",
  "timestamp": 1636973635221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.285Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.285Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.285Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973627218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.286Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.286Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.286Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "policy-id",
  "timestamp": 1636973631624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.286Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.286Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.286Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636973633387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.286Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.287Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.287Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "cds",
  "timestamp": 1636973628934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.287Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.287Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.287Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "aai-ml",
  "timestamp": 1636973636918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.288Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.288Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.288Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "dcae-sch",
  "timestamp": 1636973635221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.288Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.288Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.288Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636973633387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.289Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.289Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.289Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "policy-id",
  "timestamp": 1636973631624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.289Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.289Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.289Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973627218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.290Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.290Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.290Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "cds",
  "timestamp": 1636973628934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.290Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.290Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.290Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "aai-ml",
  "timestamp": 1636973636918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.291Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.291Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.291Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "dcae-sch",
  "timestamp": 1636973635221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.291Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.292Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636973633387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T10:55:47.292Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "policy-id",
  "timestamp": 1636973631624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T10:55:47.293Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973627218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T10:55:47.294Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.294Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636973641377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.295Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.295Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "cds",
  "timestamp": 1636973628934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T10:55:47.295Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.295Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "aai-ml",
  "timestamp": 1636973636918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.296Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "dcae-sch",
  "timestamp": 1636973635221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.297Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.297Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.297Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636973641377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.297Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.297Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.298Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636973643091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:55:47.298Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:55:47.298Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.298Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "policy-id",
  "timestamp": 1636973643078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:55:47.299Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:55:47.299Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.299Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "cds",
  "timestamp": 1636973643136,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:55:47.299Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:55:47.299Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.300Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973643127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:55:47.300Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:55:47.300Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.300Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "aai-ml",
  "timestamp": 1636973636918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.301Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.301Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.301Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636973641377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.301Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.301Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.302Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "policy-id",
  "timestamp": 1636973644084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T10:55:47.302Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:55:47.302Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.302Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636973644222,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:55:47.303Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:55:47.303Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.303Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "aai-ml",
  "timestamp": 1636973636918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T10:55:47.303Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.303Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.304Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636973641377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.304Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.304Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.304Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "policy-id",
  "timestamp": 1636973645089,
  "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=?
2021-11-15T10:55:47.309Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 01889b87-a57a-400d-b11d-e5beb356cc0b
2021-11-15T10:55:47.310Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01889b87-a57a-400d-b11d-e5beb356cc0b 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 (?, ?, ?, ?, ?)
2021-11-15T10:55:47.320Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.320Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636973645285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:55:47.321Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:55:47.321Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.321Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973645434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:55:47.321Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:55:47.321Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.321Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "cds",
  "timestamp": 1636973645537,
  "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=?
2021-11-15T10:55:47.328Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 01889b87-a57a-400d-b11d-e5beb356cc0b
2021-11-15T10:55:47.329Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01889b87-a57a-400d-b11d-e5beb356cc0b 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 (?, ?, ?, ?, ?)
2021-11-15T10:55:47.339Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.339Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "aai-ml",
  "timestamp": 1636973645713,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:55:47.340Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:55:47.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.340Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636973641377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.341Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.341Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.342Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636973645487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.342Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.342Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.343Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636973646317,
  "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=?
2021-11-15T10:55:47.349Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 01889b87-a57a-400d-b11d-e5beb356cc0b
2021-11-15T10:55:47.349Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01889b87-a57a-400d-b11d-e5beb356cc0b 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=?
2021-11-15T10:55:47.357Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.357Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973646699,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:55:47.357Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:55:47.358Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.358Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "clamp",
  "timestamp": 1636973646128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.358Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.358Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.358Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636973641377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.359Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.359Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.359Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636973645487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.359Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.359Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.359Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "cds",
  "timestamp": 1636973646561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.360Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.360Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.360Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636973647320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-15T10:55:47.360Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:55:47.360Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.360Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "clamp",
  "timestamp": 1636973646128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-11-15T10:55:47.360Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.361Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.361Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973648006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:55:47.361Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:55:47.361Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.361Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636973641377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.362Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.362Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.362Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636973645487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.362Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.362Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.363Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "cds",
  "timestamp": 1636973646561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.363Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.363Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.363Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "clamp",
  "timestamp": 1636973646128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.363Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.363Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.364Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636973641377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.364Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.364Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.364Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973649118,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-15T10:55:47.364Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:55:47.364Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636973645487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.365Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.365Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "cds",
  "timestamp": 1636973646561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.365Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.365Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "clamp",
  "timestamp": 1636973646128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.366Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.366Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636973641377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.366Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.366Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973650121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-11-15T10:55:47.367Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:55:47.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636973645487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.367Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "cds",
  "timestamp": 1636973646561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.368Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "clamp",
  "timestamp": 1636973646128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.368Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636973641377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.368Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973651125,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-11-15T10:55:47.369Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:55:47.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636973645487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.370Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "cds",
  "timestamp": 1636973646561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.371Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "clamp",
  "timestamp": 1636973646128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.372Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636973641377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.372Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973652128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T10:55:47.373Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:55:47.373Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.373Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636973645487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.373Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.373Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.373Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "cds",
  "timestamp": 1636973646561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.373Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.374Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.374Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "policy-id",
  "timestamp": 1636973651625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.374Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.374Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.374Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "clamp",
  "timestamp": 1636973646128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.374Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.375Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.375Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636973641377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.375Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.375Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.375Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636973645487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T10:55:47.375Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.375Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.376Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "cds",
  "timestamp": 1636973646561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T10:55:47.376Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.376Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.376Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "policy-id",
  "timestamp": 1636973651625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.376Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.376Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.376Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "clamp",
  "timestamp": 1636973646128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T10:55:47.377Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.377Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.377Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636973653387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.377Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.377Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.377Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636973641377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.377Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.378Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.378Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "policy-id",
  "timestamp": 1636973651625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-15T10:55:47.378Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.378Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.378Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636973654335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:55:47.378Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:55:47.379Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.379Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "cds",
  "timestamp": 1636973654826,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:55:47.379Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:55:47.379Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.379Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636973653387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-11-15T10:55:47.379Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.380Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.380Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636973641377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.380Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.380Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.380Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "policy-id",
  "timestamp": 1636973651625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.380Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.380Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.381Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "aai-ml",
  "timestamp": 1636973655302,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T10:55:47.381Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:55:47.381Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.381Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "cds",
  "timestamp": 1636973655844,
  "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 (?, ?, ?, ?, ?)
2021-11-15T10:55:47.395Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 474b9edd-b9b4-43b6-b88c-17f8651c6151
2021-11-15T10:55:47.395Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 474b9edd-b9b4-43b6-b88c-17f8651c6151 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 (?, ?, ?, ?, ?)
2021-11-15T10:55:47.403Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.403Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "dcae-sch",
  "timestamp": 1636973655221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.403Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.403Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.404Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636973653387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-15T10:55:47.404Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.404Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.404Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636973641377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.404Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.404Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.404Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "policy-id",
  "timestamp": 1636973651625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.405Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.405Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.405Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "aai-ml",
  "timestamp": 1636973656309,
  "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=?
2021-11-15T10:55:47.409Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 01889b87-a57a-400d-b11d-e5beb356cc0b
2021-11-15T10:55:47.409Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01889b87-a57a-400d-b11d-e5beb356cc0b 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 (?, ?, ?, ?, ?)
2021-11-15T10:55:47.417Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.417Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636973656788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T10:55:47.417Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:55:47.417Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.417Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "dcae-sch",
  "timestamp": 1636973655221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.417Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.417Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.417Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636973653387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.418Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.418Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.418Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "policy-id",
  "timestamp": 1636973651625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.418Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.418Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.418Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "aai-ml",
  "timestamp": 1636973636918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.418Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.418Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.418Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636973657798,
  "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=?
2021-11-15T10:55:47.425Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 01889b87-a57a-400d-b11d-e5beb356cc0b
2021-11-15T10:55:47.425Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01889b87-a57a-400d-b11d-e5beb356cc0b 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 (?, ?, ?, ?, ?)
2021-11-15T10:55:47.434Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.434Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "dcae-sch",
  "timestamp": 1636973655221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.434Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.435Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.435Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636973653387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-15T10:55:47.435Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.435Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "policy-id",
  "timestamp": 1636973651625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T10:55:47.436Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "aai-ml",
  "timestamp": 1636973636918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.436Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636973645487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.436Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "dcae-sch",
  "timestamp": 1636973655221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.437Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.437Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.437Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636973653387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.437Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.437Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.437Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "aai-ml",
  "timestamp": 1636973636918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.437Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.437Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.437Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "policy-id",
  "timestamp": 1636973659415,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:55:47.437Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:55:47.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "cds",
  "timestamp": 1636973658934,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.438Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636973645487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.438Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "dcae-sch",
  "timestamp": 1636973655221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.438Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.439Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.439Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636973653387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T10:55:47.439Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.439Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.439Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "aai-ml",
  "timestamp": 1636973636918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.439Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.440Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.440Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "policy-id",
  "timestamp": 1636973660421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T10:55:47.440Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:55:47.440Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.440Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "cds",
  "timestamp": 1636973658934,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.440Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.440Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.440Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636973645487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.441Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.441Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.441Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "dcae-sch",
  "timestamp": 1636973655221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.441Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.441Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.441Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636973661149,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:55:47.441Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:55:47.441Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.441Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "aai-ml",
  "timestamp": 1636973636918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.442Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.442Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.442Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "policy-id",
  "timestamp": 1636973661424,
  "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=?
2021-11-15T10:55:47.448Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 474b9edd-b9b4-43b6-b88c-17f8651c6151
2021-11-15T10:55:47.449Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 474b9edd-b9b4-43b6-b88c-17f8651c6151 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 (?, ?, ?, ?, ?)
2021-11-15T10:55:47.458Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.458Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "cds",
  "timestamp": 1636973658934,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.459Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.459Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.459Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636973645487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.459Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.459Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.459Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "dcae-sch",
  "timestamp": 1636973655221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.459Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.459Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.459Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636973661377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.459Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.459Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.460Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636973662238,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:55:47.460Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:55:47.460Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.460Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "clamp",
  "timestamp": 1636973662235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:55:47.460Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:55:47.460Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.460Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "aai-ml",
  "timestamp": 1636973636918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.460Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.460Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.460Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "cds",
  "timestamp": 1636973658934,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.460Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.460Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.460Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636973645487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.461Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.461Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.461Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636973661377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.461Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.461Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.461Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636973663285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:55:47.461Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:55:47.461Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.461Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "aai-ml",
  "timestamp": 1636973636918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T10:55:47.461Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.461Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.461Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "cds",
  "timestamp": 1636973658934,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.462Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.462Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.462Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636973645487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.462Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.462Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.462Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636973661377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.462Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.463Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.463Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636973664306,
  "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=?
2021-11-15T10:55:47.467Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 474b9edd-b9b4-43b6-b88c-17f8651c6151
2021-11-15T10:55:47.467Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 474b9edd-b9b4-43b6-b88c-17f8651c6151 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=?
2021-11-15T10:55:47.474Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.474Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "aai-ml",
  "timestamp": 1636973664392,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:55:47.475Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:55:47.475Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.475Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "cds",
  "timestamp": 1636973658934,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.475Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.476Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.476Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636973645487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T10:55:47.476Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.476Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.476Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636973661377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.477Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.477Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.477Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636973665311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-15T10:55:47.477Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:55:47.477Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.477Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "cds",
  "timestamp": 1636973658934,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.478Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.478Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.478Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636973665922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:55:47.478Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:55:47.478Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.478Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636973661377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.479Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.479Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.479Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "clamp",
  "timestamp": 1636973666239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T10:55:47.479Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:55:47.479Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.479Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "cds",
  "timestamp": 1636973658934,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.479Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.479Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.480Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636973661377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.480Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.480Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.480Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "clamp",
  "timestamp": 1636973667243,
  "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=?
2021-11-15T10:55:47.484Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 01889b87-a57a-400d-b11d-e5beb356cc0b
2021-11-15T10:55:47.484Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01889b87-a57a-400d-b11d-e5beb356cc0b 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 (?, ?, ?, ?, ?)
2021-11-15T10:55:47.492Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.492Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "cds",
  "timestamp": 1636973658934,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T10:55:47.492Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.492Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.492Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636973661377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.493Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.493Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.493Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636973668204,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T10:55:47.493Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:55:47.493Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.493Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "clamp",
  "timestamp": 1636973646128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.493Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.494Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.494Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636973661377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.494Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.494Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.494Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636973669209,
  "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=?
2021-11-15T10:55:47.500Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 474b9edd-b9b4-43b6-b88c-17f8651c6151
2021-11-15T10:55:47.500Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 474b9edd-b9b4-43b6-b88c-17f8651c6151 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 (?, ?, ?, ?, ?)
2021-11-15T10:55:47.518Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "clamp",
  "timestamp": 1636973646128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-11-15T10:55:47.518Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.519Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.519Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "cds",
  "timestamp": 1636973669492,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:55:47.519Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:55:47.519Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.519Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636973661377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.519Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.519Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.519Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "clamp",
  "timestamp": 1636973646128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.519Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.519Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.519Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "cds",
  "timestamp": 1636973670503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T10:55:47.535Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382
2021-11-15T10:55:47.536Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382 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 (?, ?, ?, ?, ?)
2021-11-15T10:55:47.544Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.544Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "clamp",
  "timestamp": 1636973646128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.544Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.544Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.544Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "clamp",
  "timestamp": 1636973646128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.544Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.544Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.544Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "policy-id",
  "timestamp": 1636973671624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.545Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.545Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.545Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "clamp",
  "timestamp": 1636973646128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.545Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.545Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.545Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "policy-id",
  "timestamp": 1636973671624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.545Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.545Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.545Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "aai-ml",
  "timestamp": 1636973673902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T10:55:47.546Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:55:47.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636973673386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.546Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "clamp",
  "timestamp": 1636973646128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T10:55:47.547Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.547Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.547Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "policy-id",
  "timestamp": 1636973671624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.547Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.547Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.547Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "aai-ml",
  "timestamp": 1636973674905,
  "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=?
2021-11-15T10:55:47.552Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 474b9edd-b9b4-43b6-b88c-17f8651c6151
2021-11-15T10:55:47.552Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 474b9edd-b9b4-43b6-b88c-17f8651c6151 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 (?, ?, ?, ?, ?)
2021-11-15T10:55:47.560Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.560Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636973673386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-11-15T10:55:47.560Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.560Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.560Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "policy-id",
  "timestamp": 1636973671624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.561Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.561Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.561Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "dcae-sch",
  "timestamp": 1636973675221,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.561Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.561Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636973673386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-11-15T10:55:47.562Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636973675485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.563Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.563Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "policy-id",
  "timestamp": 1636973671624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-11-15T10:55:47.563Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "aai-ml",
  "timestamp": 1636973675909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.564Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "dcae-sch",
  "timestamp": 1636973675221,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.564Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636973673386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-11-15T10:55:47.565Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636973675485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.566Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "policy-id",
  "timestamp": 1636973671624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.567Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "aai-ml",
  "timestamp": 1636973675909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.567Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "dcae-sch",
  "timestamp": 1636973675221,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.568Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636973673386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-11-15T10:55:47.569Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636973675485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.569Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.570Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "policy-id",
  "timestamp": 1636973671624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.570Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.570Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "aai-ml",
  "timestamp": 1636973675909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.571Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "dcae-sch",
  "timestamp": 1636973675221,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.571Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.572Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636973673386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.572Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.572Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636973675485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.572Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.573Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.573Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "policy-id",
  "timestamp": 1636973671624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.573Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.573Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.573Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "aai-ml",
  "timestamp": 1636973675909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.574Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.574Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.574Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "dcae-sch",
  "timestamp": 1636973675221,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.574Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.575Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636973673386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-11-15T10:55:47.575Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.575Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636973675485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.575Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.576Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.576Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "policy-id",
  "timestamp": 1636973671624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T10:55:47.576Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.576Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.576Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "aai-ml",
  "timestamp": 1636973675909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.577Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.577Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.577Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "dcae-sch",
  "timestamp": 1636973675221,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.577Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.577Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.578Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636973673386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.578Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.578Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.578Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636973675485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.578Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.579Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.579Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "policy-id",
  "timestamp": 1636973681325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:55:47.579Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:55:47.579Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.579Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "aai-ml",
  "timestamp": 1636973675909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.580Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.580Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.580Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "dcae-sch",
  "timestamp": 1636973675221,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.580Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.580Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.580Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636973673386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T10:55:47.581Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.581Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.581Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636973675485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.581Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.581Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.581Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "policy-id",
  "timestamp": 1636973682329,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T10:55:47.582Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:55:47.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "aai-ml",
  "timestamp": 1636973675909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.582Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "dcae-sch",
  "timestamp": 1636973675221,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.583Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636973683112,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:55:47.583Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:55:47.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.584Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636973675485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.584Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.584Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "policy-id",
  "timestamp": 1636973683332,
  "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=?
2021-11-15T10:55:47.589Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382
2021-11-15T10:55:47.589Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382 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 (?, ?, ?, ?, ?)
2021-11-15T10:55:47.606Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.606Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "aai-ml",
  "timestamp": 1636973675909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.607Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "dcae-sch",
  "timestamp": 1636973675221,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:55:47.607Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636973675485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T10:55:47.608Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.608Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.608Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636973684177,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:55:47.608Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:55:47.609Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.609Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "aai-ml",
  "timestamp": 1636973675909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T10:55:47.609Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:55:47.609Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.609Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636973685222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:55:47.610Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:55:47.610Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.610Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636973685225,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:55:47.610Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:55:47.610Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "clamp",
  "timestamp": 1636973685563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:55:47.611Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:55:47.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "aai-ml",
  "timestamp": 1636973685633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:55:47.611Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:55:47.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T10:55:47.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636973686426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:55:47.612Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:56:13.198Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 01889b87-a57a-400d-b11d-e5beb356cc0b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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=?
2021-11-15T10:56:13.209Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 01889b87-a57a-400d-b11d-e5beb356cc0b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T10:56:13.212Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T10:56:13.212Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-15T10:56:13.212Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-15T10:56:13.212Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-15T10:56:13.212Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T10:56:13.212Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T10:56:13.212Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T10:56:13.212Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T10:56:13.212Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T10:56:13.212Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T10:56:13.213Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||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=?
2021-11-15T10:56:13.217Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-15T10:56:43.218Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 01889b87-a57a-400d-b11d-e5beb356cc0b 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=?
2021-11-15T10:56:43.240Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 01889b87-a57a-400d-b11d-e5beb356cc0b and serviceModelVersionId: 40ea9fbb-4632-491f-accf-ca37ea11c484
2021-11-15T10:56:43.240Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f3ec392b-2196-41e3-845d-754a27d9c998
2021-11-15T10:56:43.243Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f3ec392b-2196-41e3-845d-754a27d9c998/model-vers/model-ver/40ea9fbb-4632-491f-accf-ca37ea11c484?depth=0
2021-11-15T10:56:43.254Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-11-15T10:56:43.322Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3ec392b-2196-41e3-845d-754a27d9c998/model-vers/model-ver/40ea9fbb-4632-491f-accf-ca37ea11c484?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]}
2021-11-15T10:56:43.325Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3ec392b-2196-41e3-845d-754a27d9c998/model-vers/model-ver/40ea9fbb-4632-491f-accf-ca37ea11c484?depth=0|INFO|500||Invoke
2021-11-15T10:56:43.357Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3ec392b-2196-41e3-845d-754a27d9c998/model-vers/model-ver/40ea9fbb-4632-491f-accf-ca37ea11c484?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-15T10:56:43.451Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3ec392b-2196-41e3-845d-754a27d9c998/model-vers/model-ver/40ea9fbb-4632-491f-accf-ca37ea11c484?depth=0|INFO|500||InvokeReturn
2021-11-15T10:56:43.452Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3ec392b-2196-41e3-845d-754a27d9c998/model-vers/model-ver/40ea9fbb-4632-491f-accf-ca37ea11c484?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211115-10:56:43:365-7411], vertex-id=[172128], Content-Length=[0], Date=[Mon, 15 Nov 2021 10:56:43 GMT], Content-Type=[application/json]}
2021-11-15T10:56:43.452Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-11-15T10:56:43.453Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-15T10:56:43.453Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||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=?
2021-11-15T10:56:43.458Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||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)
2021-11-15T10:56:43.459Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 01889b87-a57a-400d-b11d-e5beb356cc0b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-15T10:56:43.460Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-15T10:56:43.460Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:56:43.463Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:56:43.463Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973803459,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-15T10:56:43.563Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:56:43.564Z||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.
2021-11-15T10:56:43.564Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:56:43.585Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:56:43.586Z||pool-72-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-15T10:56:44.474Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:56:44.474Z|01889b87-a57a-400d-b11d-e5beb356cc0b|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.
2021-11-15T10:56:44.474Z|01889b87-a57a-400d-b11d-e5beb356cc0b|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 AbjctDGpKuArKV09) ...
2021-11-15T10:56:47.221Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:56:47.222Z||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.
2021-11-15T10:56:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:56:47.244Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:56:47.245Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T10:56:47.245Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "clamp",
  "timestamp": 1636973687246,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T10:56:47.245Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:56:49.206Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:56:49.207Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-15T10:56:49.207Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"474b9edd-b9b4-43b6-b88c-17f8651c6151","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"0f679098-4973-4ea8-a2d2-c2395445bcae","serviceDescription":"service","serviceInvariantUUID":"f487bfaa-b43e-4b49-9b2d-d19932508091","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"73bc5164-1d1e-4222-bfca-3e82f6335bc2","resourceInvariantUUID":"82785393-31d5-4c2b-98a3-5e68fd7c646f","resourceCustomizationUUID":"234131c8-deb5-40be-b730-cebe0dd87311","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":"ZGE5MjNlOTJlMjBlMDY4ZWU2MmVlMjc0ZjA1NTQ1ODU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ef79939e-ba08-435c-8744-ad692c63626f","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":"MWNiMTQ2NmRjMWI3ZTRlOTkyYjdjN2RlMGY0NTE4MGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c8507480-8854-4fbd-a7cc-ce6950bda505","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":"ce8b3aa4-f4b1-4754-b062-585f0c1002e2","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":"8312139a-9b2c-4f27-adb3-388bf30bca22","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":"1a137688-4844-4f11-95bc-d1207243dbbb","artifactVersion":"2","generatedFromUUID":"ce8b3aa4-f4b1-4754-b062-585f0c1002e2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YzEyMzMxYjIzODI0MzNlYzEwZGU1Y2UxOWMzZjZjY2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7a8bbd70-99d3-49f1-923f-d1bebff44785","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OTQ4NWE3MTFmYTUzZjhkNTIyYWMxNDNjZmJhMjg3ZTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"04b2c54f-aa7c-477b-866b-2e4bfd0005c5","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-15T10:56:49.209Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:56:49.209Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:56:49.211Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:56:49.212Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973804474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:56:49.312Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-15T10:56:49.312Z||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.
2021-11-15T10:56:49.312Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:56:49.356Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:56:49.357Z||pool-73-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:56:50.213Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:56:50.215Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:56:50.217Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:56:50.218Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973804474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-11-15T10:56:50.318Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:56:50.319Z||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.
2021-11-15T10:56:50.319Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:56:50.330Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:56:50.331Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:56:51.219Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:56:51.219Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:56:51.221Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:56:51.222Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973804474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-15T10:56:51.322Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-15T10:56:51.323Z||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.
2021-11-15T10:56:51.323Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:56:51.334Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:56:51.334Z||pool-75-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-15T10:56:52.222Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:56:52.223Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:56:52.225Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:56:52.225Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973804474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:56:52.326Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-15T10:56:52.327Z||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.
2021-11-15T10:56:52.327Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:56:52.342Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:56:52.342Z||pool-76-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:56:53.226Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:56:53.227Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:56:53.228Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:56:53.229Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973804474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-15T10:56:53.329Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:56:53.330Z||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.
2021-11-15T10:56:53.330Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:56:53.345Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:56:53.345Z||pool-77-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:56:54.229Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:56:54.230Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:56:54.232Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:56:54.233Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973804474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:56:54.332Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-15T10:56:54.336Z||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.
2021-11-15T10:56:54.336Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:56:54.355Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:56:54.356Z||pool-78-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2021-11-15T10:56:55.233Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:56:55.234Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:56:55.236Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:56:55.236Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973804474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T10:56:55.336Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-15T10:56:55.337Z||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.
2021-11-15T10:56:55.337Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:56:55.350Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:56:55.350Z||pool-79-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-15T10:56:56.238Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "0f679098-4973-4ea8-a2d2-c2395445bcae",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f487bfaa-b43e-4b49-9b2d-d19932508091",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "234131c8-deb5-40be-b730-cebe0dd87311",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "73bc5164-1d1e-4222-bfca-3e82f6335bc2",
      "resourceInvariantUUID": "82785393-31d5-4c2b-98a3-5e68fd7c646f",
      "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": "MWNiMTQ2NmRjMWI3ZTRlOTkyYjdjN2RlMGY0NTE4MGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c8507480-8854-4fbd-a7cc-ce6950bda505",
          "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": "ce8b3aa4-f4b1-4754-b062-585f0c1002e2",
          "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": "1a137688-4844-4f11-95bc-d1207243dbbb",
            "generatedFromUUID": "ce8b3aa4-f4b1-4754-b062-585f0c1002e2"
          },
          "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": "1a137688-4844-4f11-95bc-d1207243dbbb",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "OTQ4NWE3MTFmYTUzZjhkNTIyYWMxNDNjZmJhMjg3ZTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "04b2c54f-aa7c-477b-866b-2e4bfd0005c5"
    }
  ],
  "workloadContext": "Production"
}
2021-11-15T10:56:56.238Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-15T10:56:56.238Z|01889b87-a57a-400d-b11d-e5beb356cc0b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0f679098-4973-4ea8-a2d2-c2395445bcae ASDC
2021-11-15T10:56:56.239Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:474b9edd-b9b4-43b6-b88c-17f8651c6151
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:0f679098-4973-4ea8-a2d2-c2395445bcae
ServiceInvariantUUID:f487bfaa-b43e-4b49-9b2d-d19932508091
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:04b2c54f-aa7c-477b-866b-2e4bfd0005c5
ArtifactChecksum:OTQ4NWE3MTFmYTUzZjhkNTIyYWMxNDNjZmJhMjg3ZTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:234131c8-deb5-40be-b730-cebe0dd87311
ResourceInvariantUUID:82785393-31d5-4c2b-98a3-5e68fd7c646f
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:73bc5164-1d1e-4222-bfca-3e82f6335bc2
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:c8507480-8854-4fbd-a7cc-ce6950bda505
ArtifactChecksum:MWNiMTQ2NmRjMWI3ZTRlOTkyYjdjN2RlMGY0NTE4MGI=
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:ce8b3aa4-f4b1-4754-b062-585f0c1002e2
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:1a137688-4844-4f11-95bc-d1207243dbbb
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:1a137688-4844-4f11-95bc-d1207243dbbb
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-15T10:56:56.239Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0f679098-4973-4ea8-a2d2-c2395445bcae 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=?
2021-11-15T10:56:56.278Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-15T10:56:56.279Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-11-15T10:56:56.279Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-11-15T10:56:56.279Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 04b2c54f-aa7c-477b-866b-2e4bfd0005c5 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-15T10:56:56.279Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-11-15T10:56:56.280Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-15T10:56:56.532Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-11-15T10:56:56.535Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 04b2c54f-aa7c-477b-866b-2e4bfd0005c5 71052
2021-11-15T10:56:56.535Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-11-15T10:56:56.535Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-15T10:56:56.536Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T10:56:56.536Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:56:56.538Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:56:56.538Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973816535,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:56:56.638Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:56:56.639Z||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.
2021-11-15T10:56:56.639Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:56:56.652Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:56:56.652Z||pool-80-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-11-15T10:56:57.538Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-15T10:56:57.539Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-11-15T10:56:57.539Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 04b2c54f-aa7c-477b-866b-2e4bfd0005c5, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-11-15T10:56:57.540Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-11-15T10:56:57.541Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-11-15T10:56:57.541Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-11-15T10:56:57.777Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3728796404156134896/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
2021-11-15T10:56:58.872Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-15T10:56:58.872Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-11-15T10:56:58.872Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-15T10:56:58.872Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-15T10:56:58.873Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||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
2021-11-15T10:56:58.873Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||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
2021-11-15T10:56:58.873Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||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
2021-11-15T10:56:58.873Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||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
2021-11-15T10:56:58.873Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||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
2021-11-15T10:56:58.873Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||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
2021-11-15T10:56:58.873Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||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
2021-11-15T10:56:58.873Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||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
2021-11-15T10:56:58.873Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||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
2021-11-15T10:56:58.873Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-11-15T10:56:58.874Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:56:58.874Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:56:58.874Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-15T10:56:58.874Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-11-15T10:56:58.874Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-15T10:56:58.874Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:56:58.875Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:56:58.875Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-15T10:56:58.875Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-11-15T10:56:58.875Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-15T10:56:58.875Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:56:58.875Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:56:58.875Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:56:58.876Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-11-15T10:56:58.876Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-11-15T10:56:58.876Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-11-15T10:56:58.876Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-11-15T10:56:58.876Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-15T10:56:58.876Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-15T10:56:58.876Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:56:58.876Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-15T10:56:58.877Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:56:58.877Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-15T10:56:58.877Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T10:56:58.877Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:56:58.877Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-15T10:56:58.877Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T10:56:58.877Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:56:58.877Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-15T10:56:58.878Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T10:56:58.878Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:56:58.878Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-11-15T10:56:58.878Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-11-15T10:56:58.878Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-15T10:56:58.878Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fd23d031-7b02-4047-8dda-2fb88320c6cb
2021-11-15T10:56:58.879Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:56:58.879Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:56:58.879Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:56:58.879Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:56:58.879Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:56:58.879Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:56:58.879Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:56:58.879Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:56:58.879Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:0f679098-4973-4ea8-a2d2-c2395445bcae
Model Version:NULL
Model InvariantUuid:f487bfaa-b43e-4b49-9b2d-d19932508091
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:925830a7-ce72-47cc-8941-373e0ace59fd
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:82785393-31d5-4c2b-98a3-5e68fd7c646f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:234131c8-deb5-40be-b730-cebe0dd87311
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:465287b6-8e6c-4c80-8cb7-2499391d25f8
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:6b6733ae-c746-48c0-b58c-d232b8543fb8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fd23d031-7b02-4047-8dda-2fb88320c6cb
ModelInvariantUuid:78b42537-3618-423c-95a6-b990ab9af731
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:eb2e6c5f-8cf0-4b57-a38a-ffd0ea3ecb83
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:8a12f6a5-0b35-409b-a468-56ec65dfb008
ModelInvariantUuid:b687defd-177b-4b62-9215-0c71c9de386b
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:7bc1c444-05c7-4829-8972-d00fbf24e51b
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=?
2021-11-15T10:56:58.885Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 73bc5164-1d1e-4222-bfca-3e82f6335bc2
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=?
2021-11-15T10:56:58.888Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||basic_vm 0
2021-11-15T10:56:58.888Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 73bc5164-1d1e-4222-bfca-3e82f6335bc2
2021-11-15T10:56:58.888Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c8507480-8854-4fbd-a7cc-ce6950bda505 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-11-15T10:56:58.888Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-11-15T10:56:58.888Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||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
2021-11-15T10:56:59.008Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-11-15T10:56:59.009Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json c8507480-8854-4fbd-a7cc-ce6950bda505 787
2021-11-15T10:56:59.009Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||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
2021-11-15T10:56:59.009Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||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
2021-11-15T10:56:59.010Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T10:56:59.010Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:56:59.012Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:56:59.012Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973819009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:56:59.113Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-15T10:56:59.113Z||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.
2021-11-15T10:56:59.114Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:56:59.127Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:56:59.128Z||pool-81-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:57:00.013Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "465287b6-8e6c-4c80-8cb7-2499391d25f8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6b6733ae-c746-48c0-b58c-d232b8543fb8",
    "vfModuleModelCustomizationUUID": "2d4a598f-366f-490a-9c76-5a227deca367",
    "isBase": true,
    "artifacts": [
      "ce8b3aa4-f4b1-4754-b062-585f0c1002e2",
      "1a137688-4844-4f11-95bc-d1207243dbbb"
    ],
    "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": ""
    }
  }
]
2021-11-15T10:57:00.018Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6b6733ae-c746-48c0-b58c-d232b8543fb8
VfModuleModelInvariantUUID:465287b6-8e6c-4c80-8cb7-2499391d25f8
VfModuleModelDescription:NULL
Artifacts UUID List:{
ce8b3aa4-f4b1-4754-b062-585f0c1002e2
,
1a137688-4844-4f11-95bc-d1207243dbbb

}
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


}

2021-11-15T10:57:00.020Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "465287b6-8e6c-4c80-8cb7-2499391d25f8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6b6733ae-c746-48c0-b58c-d232b8543fb8",
    "vfModuleModelCustomizationUUID": "2d4a598f-366f-490a-9c76-5a227deca367",
    "isBase": true,
    "artifacts": [
      "ce8b3aa4-f4b1-4754-b062-585f0c1002e2",
      "1a137688-4844-4f11-95bc-d1207243dbbb"
    ],
    "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": ""
    }
  }
]
2021-11-15T10:57:00.020Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6b6733ae-c746-48c0-b58c-d232b8543fb8
VfModuleModelInvariantUUID:465287b6-8e6c-4c80-8cb7-2499391d25f8
VfModuleModelDescription:NULL
Artifacts UUID List:{
ce8b3aa4-f4b1-4754-b062-585f0c1002e2
,
1a137688-4844-4f11-95bc-d1207243dbbb

}
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


}

2021-11-15T10:57:00.020Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ce8b3aa4-f4b1-4754-b062-585f0c1002e2 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-11-15T10:57:00.020Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-11-15T10:57:00.021Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-11-15T10:57:00.075Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-11-15T10:57:00.076Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ce8b3aa4-f4b1-4754-b062-585f0c1002e2 5033
2021-11-15T10:57:00.076Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||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
2021-11-15T10:57:00.076Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||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
2021-11-15T10:57:00.076Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T10:57:00.077Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:57:00.078Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:57:00.079Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973820076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:57:00.179Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:57:00.179Z||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.
2021-11-15T10:57:00.179Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:57:00.189Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:57:00.189Z||pool-82-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-11-15T10:57:01.079Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1a137688-4844-4f11-95bc-d1207243dbbb from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-11-15T10:57:01.080Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-11-15T10:57:01.080Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-11-15T10:57:01.134Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-11-15T10:57:01.135Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 1a137688-4844-4f11-95bc-d1207243dbbb 903
2021-11-15T10:57:01.135Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||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
2021-11-15T10:57:01.135Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||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
2021-11-15T10:57:01.135Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T10:57:01.135Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:57:01.137Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:57:01.137Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973821135,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:57:01.237Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:57:01.238Z||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.
2021-11-15T10:57:01.238Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:57:01.260Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:57:01.260Z||pool-83-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:57:02.137Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 0f679098-4973-4ea8-a2d2-c2395445bcae
2021-11-15T10:57:02.138Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 73bc5164-1d1e-4222-bfca-3e82f6335bc2 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=?
2021-11-15T10:57:02.151Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3731c785, org.onap.sdc.toscaparser.api.parameters.Input@309712e7, org.onap.sdc.toscaparser.api.parameters.Input@1967e6f5, org.onap.sdc.toscaparser.api.parameters.Input@7865b18d, org.onap.sdc.toscaparser.api.parameters.Input@41d15ceb]
2021-11-15T10:57:02.153Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:57:02.153Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:57:02.153Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-11-15T10:57:02.154Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 234131c8-deb5-40be-b730-cebe0dd87311
2021-11-15T10:57:02.154Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 234131c8-deb5-40be-b730-cebe0dd87311 matches Tosca VF Customization UUID: 234131c8-deb5-40be-b730-cebe0dd87311
2021-11-15T10:57:02.154Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 234131c8-deb5-40be-b730-cebe0dd87311  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=?
2021-11-15T10:57:02.157Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:57:02.157Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:57:02.158Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 234131c8-deb5-40be-b730-cebe0dd87311: {\"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\"}
2021-11-15T10:57:02.158Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3a93542d
2021-11-15T10:57:02.158Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:57:02.158Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-15T10:57:02.159Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2d4a598f-366f-490a-9c76-5a227deca367
2021-11-15T10:57:02.159Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2d4a598f-366f-490a-9c76-5a227deca367
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=?
2021-11-15T10:57:02.161Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:57:02.161Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-15T10:57:02.162Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T10:57:02.162Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:57:02.162Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-15T10:57:02.162Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T10:57:02.163Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:57:02.163Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-11-15T10:57:02.163Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-11-15T10:57:02.163Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-15T10:57:02.163Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fd23d031-7b02-4047-8dda-2fb88320c6cb
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=?
2021-11-15T10:57:02.165Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:57:02.166Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-15T10:57:02.166Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T10:57:02.166Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:57:02.166Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-15T10:57:02.167Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=234131c8-deb5-40be-b730-cebe0dd87311
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=?
2021-11-15T10:57:02.168Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:57:02.168Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:57:02.169Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 0f679098-4973-4ea8-a2d2-c2395445bcae: basic_vm
2021-11-15T10:57:02.169Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:57:02.169Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:57:02.169Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:57:02.169Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:57:02.169Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:57:02.170Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:57:02.170Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:57:02.170Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:57:02.170Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:57:02.171Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:57:02.171Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||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 (?, ?, ?, ?, ?)
2021-11-15T10:57:02.250Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 73bc5164-1d1e-4222-bfca-3e82f6335bc2 1 ASDC deployResourceStructure
2021-11-15T10:57:02.250Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||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
2021-11-15T10:57:02.250Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||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
2021-11-15T10:57:02.250Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T10:57:02.250Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:57:02.252Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:57:02.252Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973822250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-15T10:57:02.352Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:57:02.353Z||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.
2021-11-15T10:57:02.353Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:57:02.364Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:57:02.365Z||pool-84-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:57:03.253Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||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
2021-11-15T10:57:03.253Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||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
2021-11-15T10:57:03.253Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T10:57:03.253Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:57:03.255Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:57:03.255Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973823253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-11-15T10:57:03.355Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:57:03.356Z||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.
2021-11-15T10:57:03.357Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:57:03.373Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:57:03.373Z||pool-85-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-11-15T10:57:04.256Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||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
2021-11-15T10:57:04.256Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||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
2021-11-15T10:57:04.257Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T10:57:04.257Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:57:04.278Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:57:04.278Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973824256,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-11-15T10:57:04.359Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 81 ms
2021-11-15T10:57:04.360Z||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.
2021-11-15T10:57:04.361Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:57:04.372Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:57:04.373Z||pool-86-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:57:05.279Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-11-15T10:57:05.280Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-15T10:57:05.280Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T10:57:05.280Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:57:05.282Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:57:05.282Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973825279,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T10:57:05.382Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-15T10:57:05.383Z||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.
2021-11-15T10:57:05.383Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:57:05.395Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:57:05.395Z||pool-87-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:57:06.283Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 474b9edd-b9b4-43b6-b88c-17f8651c6151
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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=?
2021-11-15T10:57:06.292Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 474b9edd-b9b4-43b6-b88c-17f8651c6151
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T10:57:06.295Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T10:57:06.295Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-15T10:57:06.295Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-15T10:57:06.295Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-15T10:57:06.295Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T10:57:06.295Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T10:57:06.295Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T10:57:06.295Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T10:57:06.295Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T10:57:06.295Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||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=?
2021-11-15T10:57:06.301Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-15T10:57:36.302Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 474b9edd-b9b4-43b6-b88c-17f8651c6151 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=?
2021-11-15T10:57:36.307Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 474b9edd-b9b4-43b6-b88c-17f8651c6151 and serviceModelVersionId: 0f679098-4973-4ea8-a2d2-c2395445bcae
2021-11-15T10:57:36.307Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f487bfaa-b43e-4b49-9b2d-d19932508091
2021-11-15T10:57:36.308Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f487bfaa-b43e-4b49-9b2d-d19932508091/model-vers/model-ver/0f679098-4973-4ea8-a2d2-c2395445bcae?depth=0
2021-11-15T10:57:36.311Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-11-15T10:57:36.351Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f487bfaa-b43e-4b49-9b2d-d19932508091/model-vers/model-ver/0f679098-4973-4ea8-a2d2-c2395445bcae?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]}
2021-11-15T10:57:36.352Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f487bfaa-b43e-4b49-9b2d-d19932508091/model-vers/model-ver/0f679098-4973-4ea8-a2d2-c2395445bcae?depth=0|INFO|500||Invoke
2021-11-15T10:57:36.382Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f487bfaa-b43e-4b49-9b2d-d19932508091/model-vers/model-ver/0f679098-4973-4ea8-a2d2-c2395445bcae?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-15T10:57:36.599Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f487bfaa-b43e-4b49-9b2d-d19932508091/model-vers/model-ver/0f679098-4973-4ea8-a2d2-c2395445bcae?depth=0|INFO|500||InvokeReturn
2021-11-15T10:57:36.599Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f487bfaa-b43e-4b49-9b2d-d19932508091/model-vers/model-ver/0f679098-4973-4ea8-a2d2-c2395445bcae?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211115-10:57:36:388-57189], vertex-id=[266424], Content-Length=[0], Date=[Mon, 15 Nov 2021 10:57:36 GMT], Content-Type=[application/json]}
2021-11-15T10:57:36.603Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-11-15T10:57:36.604Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-15T10:57:36.604Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||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=?
2021-11-15T10:57:36.608Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||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)
2021-11-15T10:57:36.608Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 474b9edd-b9b4-43b6-b88c-17f8651c6151 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-15T10:57:36.608Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-15T10:57:36.608Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:57:36.610Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:57:36.610Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973856608,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-15T10:57:36.710Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:57:36.713Z||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.
2021-11-15T10:57:36.713Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:57:36.731Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:57:36.732Z||pool-88-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=?
2021-11-15T10:57:37.628Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-15T10:57:37.628Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"820e2e8f-dc04-47c1-8f9a-6fb12f54f359","serviceDescription":"service","serviceInvariantUUID":"fc8a0dfb-50b0-464d-a702-262ca4877b9a","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c9f9423d-f84f-4007-bda4-3c8377da5704","resourceInvariantUUID":"6c97cea1-df24-42b8-bf8e-ee2e55e88abe","resourceCustomizationUUID":"c9116f6b-17ef-4d66-ae14-247097b0bd38","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":"ZjlhOWI1MTg4YjZkNGQ3NjkwNzU3NWY1ZWUxOWM3NDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ef0f7182-3b9d-4c0b-aebf-e4ac9b856465","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":"964f77bc-185b-4780-8f13-dee7f9160250","artifactVersion":"2","generatedFromUUID":"7b33ef5a-32c8-4864-a422-303688e394ef"},{"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":"7b33ef5a-32c8-4864-a422-303688e394ef","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":"ZDdiOTFkOTk1NmQ1Zjc5ZWEwZjE4M2RjY2FjMmJjM2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c48c0a56-5d99-45e9-ad12-3193dfdd1396","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":"963bc1ad-2f80-4f01-b82a-abc352d49a6c","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":"20ffd6ce-bc92-4316-a2ce-9959031476cd","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":"24cb6b8f-2eee-4d0e-b24a-17b35b8ef4da","artifactVersion":"2","generatedFromUUID":"963bc1ad-2f80-4f01-b82a-abc352d49a6c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MDgxMDFlZmZlYWU0YjE3ZWM2MWI4ZWVhMTE1ZDRjYjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f528d4c7-fa66-4169-9136-c15ea1acd135","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ODI3YzJlNTk5YWExOTJlZjYxOWJiZGY2NzIyZGRlNmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"24b1078c-910d-4aa4-9e41-bee7574b4f75","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-15T10:57:37.629Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:57:37.629Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:57:37.631Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:57:37.631Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973804474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:57:37.731Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-15T10:57:37.732Z||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.
2021-11-15T10:57:37.732Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:57:37.743Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:57:37.744Z||pool-89-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:57:38.634Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:57:38.635Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:57:38.637Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:57:38.637Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973804474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-11-15T10:57:38.737Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:57:38.738Z||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.
2021-11-15T10:57:38.738Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:57:38.750Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:57:38.750Z||pool-90-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:57:39.637Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:57:39.638Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:57:39.641Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:57:39.641Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973804474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-11-15T10:57:39.741Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:57:39.742Z||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.
2021-11-15T10:57:39.742Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:57:39.758Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:57:39.758Z||pool-91-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:57:40.642Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:57:40.642Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:57:40.644Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:57:40.644Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973804474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-11-15T10:57:40.747Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-15T10:57:40.748Z||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.
2021-11-15T10:57:40.748Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:57:40.763Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:57:40.763Z||pool-92-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:57:41.645Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:57:41.645Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:57:41.648Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:57:41.648Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973804474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-11-15T10:57:41.747Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-15T10:57:41.748Z||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.
2021-11-15T10:57:41.749Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:57:41.761Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:57:41.762Z||pool-93-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:57:42.648Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:57:42.650Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:57:42.652Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:57:42.652Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973804474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:57:42.752Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:57:42.753Z||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.
2021-11-15T10:57:42.753Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:57:42.772Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:57:42.773Z||pool-94-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2021-11-15T10:57:43.653Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:57:43.654Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:57:43.657Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:57:43.657Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973804474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-11-15T10:57:43.756Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-11-15T10:57:43.757Z||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.
2021-11-15T10:57:43.757Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:57:43.770Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:57:43.771Z||pool-95-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:57:44.659Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:57:44.660Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:57:44.663Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:57:44.663Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973804474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:57:44.763Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:57:44.764Z||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.
2021-11-15T10:57:44.764Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:57:44.778Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:57:44.778Z||pool-96-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:57:45.664Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:57:45.665Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:57:45.666Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:57:45.666Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973804474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T10:57:45.766Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-15T10:57:45.767Z||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.
2021-11-15T10:57:45.767Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:57:45.790Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:57:45.790Z||pool-97-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:57:46.667Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "820e2e8f-dc04-47c1-8f9a-6fb12f54f359",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fc8a0dfb-50b0-464d-a702-262ca4877b9a",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "c9116f6b-17ef-4d66-ae14-247097b0bd38",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c9f9423d-f84f-4007-bda4-3c8377da5704",
      "resourceInvariantUUID": "6c97cea1-df24-42b8-bf8e-ee2e55e88abe",
      "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": "964f77bc-185b-4780-8f13-dee7f9160250",
          "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": "7b33ef5a-32c8-4864-a422-303688e394ef",
          "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": "ZDdiOTFkOTk1NmQ1Zjc5ZWEwZjE4M2RjY2FjMmJjM2M\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c48c0a56-5d99-45e9-ad12-3193dfdd1396",
          "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": "963bc1ad-2f80-4f01-b82a-abc352d49a6c",
          "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": "24cb6b8f-2eee-4d0e-b24a-17b35b8ef4da",
            "generatedFromUUID": "963bc1ad-2f80-4f01-b82a-abc352d49a6c"
          },
          "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": "24cb6b8f-2eee-4d0e-b24a-17b35b8ef4da",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ODI3YzJlNTk5YWExOTJlZjYxOWJiZGY2NzIyZGRlNmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "24b1078c-910d-4aa4-9e41-bee7574b4f75"
    }
  ],
  "workloadContext": "Production"
}
2021-11-15T10:57:46.668Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-15T10:57:46.668Z|474b9edd-b9b4-43b6-b88c-17f8651c6151|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 820e2e8f-dc04-47c1-8f9a-6fb12f54f359 ASDC
2021-11-15T10:57:46.669Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:820e2e8f-dc04-47c1-8f9a-6fb12f54f359
ServiceInvariantUUID:fc8a0dfb-50b0-464d-a702-262ca4877b9a
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:24b1078c-910d-4aa4-9e41-bee7574b4f75
ArtifactChecksum:ODI3YzJlNTk5YWExOTJlZjYxOWJiZGY2NzIyZGRlNmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:c9116f6b-17ef-4d66-ae14-247097b0bd38
ResourceInvariantUUID:6c97cea1-df24-42b8-bf8e-ee2e55e88abe
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:c9f9423d-f84f-4007-bda4-3c8377da5704
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:964f77bc-185b-4780-8f13-dee7f9160250
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:7b33ef5a-32c8-4864-a422-303688e394ef
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:c48c0a56-5d99-45e9-ad12-3193dfdd1396
ArtifactChecksum:ZDdiOTFkOTk1NmQ1Zjc5ZWEwZjE4M2RjY2FjMmJjM2M=
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:963bc1ad-2f80-4f01-b82a-abc352d49a6c
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:24cb6b8f-2eee-4d0e-b24a-17b35b8ef4da
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:24cb6b8f-2eee-4d0e-b24a-17b35b8ef4da
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-15T10:57:46.669Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 820e2e8f-dc04-47c1-8f9a-6fb12f54f359 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=?
2021-11-15T10:57:46.699Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-15T10:57:46.700Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-11-15T10:57:46.700Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-11-15T10:57:46.700Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 24b1078c-910d-4aa4-9e41-bee7574b4f75 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-11-15T10:57:46.700Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-11-15T10:57:46.701Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-11-15T10:57:47.210Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-11-15T10:57:47.213Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 24b1078c-910d-4aa4-9e41-bee7574b4f75 68929
2021-11-15T10:57:47.214Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-11-15T10:57:47.214Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-11-15T10:57:47.215Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T10:57:47.215Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:57:47.217Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:57:47.217Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973867214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:57:47.221Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:57:47.221Z||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.
2021-11-15T10:57:47.221Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:57:47.245Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:57:47.246Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T10:57:47.246Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636973687476,
  "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=?
2021-11-15T10:57:47.253Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382
2021-11-15T10:57:47.254Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382 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=?
2021-11-15T10:57:47.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T10:57:47.261Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636973687608,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T10:57:47.261Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:57:47.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T10:57:47.261Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "clamp",
  "timestamp": 1636973688249,
  "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=?
2021-11-15T10:57:47.265Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 474b9edd-b9b4-43b6-b88c-17f8651c6151
2021-11-15T10:57:47.265Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 474b9edd-b9b4-43b6-b88c-17f8651c6151 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 (?, ?, ?, ?, ?)
2021-11-15T10:57:47.271Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T10:57:47.271Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636973688479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-15T10:57:47.271Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:57:47.271Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T10:57:47.271Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636973688629,
  "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=?
2021-11-15T10:57:47.281Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382
2021-11-15T10:57:47.281Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382 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 (?, ?, ?, ?, ?)
2021-11-15T10:57:47.290Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T10:57:47.290Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "clamp",
  "timestamp": 1636973689252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:57:47.290Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:57:47.291Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T10:57:47.291Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "clamp",
  "timestamp": 1636973689252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:57:47.291Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:57:47.291Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T10:57:47.291Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "clamp",
  "timestamp": 1636973689252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:57:47.291Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:57:47.291Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T10:57:47.291Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "clamp",
  "timestamp": 1636973689252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-11-15T10:57:47.292Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:57:47.292Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T10:57:47.292Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "clamp",
  "timestamp": 1636973689252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:57:47.292Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:57:47.292Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T10:57:47.292Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "clamp",
  "timestamp": 1636973689252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:57:47.292Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:57:47.292Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T10:57:47.292Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "clamp",
  "timestamp": 1636973689252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:57:47.293Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:57:47.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T10:57:47.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "aai-ml",
  "timestamp": 1636973696404,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T10:57:47.293Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:57:47.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T10:57:47.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "clamp",
  "timestamp": 1636973689252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:57:47.293Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:57:47.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T10:57:47.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "aai-ml",
  "timestamp": 1636973697409,
  "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=?
2021-11-15T10:57:47.299Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382
2021-11-15T10:57:47.299Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382 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 (?, ?, ?, ?, ?)
2021-11-15T10:57:47.310Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T10:57:47.310Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "clamp",
  "timestamp": 1636973689252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T10:57:47.311Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:57:47.311Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T10:57:47.311Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "clamp",
  "timestamp": 1636973705247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:57:47.311Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:57:47.311Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T10:57:47.311Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "clamp",
  "timestamp": 1636973707254,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T10:57:47.311Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:57:47.311Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T10:57:47.311Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "clamp",
  "timestamp": 1636973708257,
  "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=?
2021-11-15T10:57:47.316Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382
2021-11-15T10:57:47.316Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382 and ComponentName clamp
2021-11-15T10:57:47.321Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-11-15T10:57:47.322Z||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.
2021-11-15T10:57:47.322Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T10:57:47.344Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:57:47.345Z||pool-98-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2021-11-15T10:57:48.219Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-15T10:57:48.220Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-11-15T10:57:48.220Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 24b1078c-910d-4aa4-9e41-bee7574b4f75, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-15T10:57:48.220Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-11-15T10:57:48.221Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-15T10:57:48.221Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-15T10:57:48.356Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16809664429618281018/Definitions/service-BasicCnf-template.yml
2021-11-15T10:57:49.275Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-15T10:57:49.275Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-11-15T10:57:49.276Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-15T10:57:49.276Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-11-15T10:57:49.276Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||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
2021-11-15T10:57:49.276Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||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
2021-11-15T10:57:49.276Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||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
2021-11-15T10:57:49.276Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||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
2021-11-15T10:57:49.276Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-11-15T10:57:49.276Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:57:49.276Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:57:49.277Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-15T10:57:49.277Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-11-15T10:57:49.277Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-15T10:57:49.277Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:57:49.278Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:57:49.278Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-15T10:57:49.278Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-11-15T10:57:49.278Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-15T10:57:49.278Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:57:49.278Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:57:49.279Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:57:49.279Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-11-15T10:57:49.279Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-11-15T10:57:49.279Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Node template dummy is not matching search criteria
2021-11-15T10:57:49.279Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-15T10:57:49.280Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:57:49.280Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-15T10:57:49.280Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:57:49.280Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-15T10:57:49.280Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T10:57:49.281Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:57:49.281Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-15T10:57:49.281Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T10:57:49.281Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:57:49.281Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-15T10:57:49.282Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T10:57:49.282Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:57:49.282Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-11-15T10:57:49.282Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-11-15T10:57:49.282Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=119a99b6-c4c8-425f-938f-b56387c56eec
2021-11-15T10:57:49.283Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:57:49.283Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:57:49.283Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:57:49.283Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:57:49.283Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:57:49.284Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:57:49.284Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:57:49.284Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:57:49.284Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:820e2e8f-dc04-47c1-8f9a-6fb12f54f359
Model Version:NULL
Model InvariantUuid:fc8a0dfb-50b0-464d-a702-262ca4877b9a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:c6129e22-04a4-4c8a-821f-999c7aa28625
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6c97cea1-df24-42b8-bf8e-ee2e55e88abe
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c9116f6b-17ef-4d66-ae14-247097b0bd38
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:aab34e2e-fc65-4a99-aa6c-4b44fb1aa718
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:1377839f-099e-42fc-bbf9-d912b2498c77
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:119a99b6-c4c8-425f-938f-b56387c56eec
ModelInvariantUuid:09c2afe1-21bd-4767-9deb-5844dfcc094b
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:f530a3ba-5cfe-4dfe-abb1-700f383567d3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:5d19f1c4-3749-45e8-a38b-3d4d505e561e
ModelInvariantUuid:67851c9a-7114-43e3-a093-eafb3672e7ae
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:e1fbeddc-5ba2-42ed-890d-ec7d4a763da1
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=?
2021-11-15T10:57:49.296Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: c9f9423d-f84f-4007-bda4-3c8377da5704
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=?
2021-11-15T10:57:49.301Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||basic_cnf 0
2021-11-15T10:57:49.301Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c9f9423d-f84f-4007-bda4-3c8377da5704
2021-11-15T10:57:49.302Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 964f77bc-185b-4780-8f13-dee7f9160250 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-11-15T10:57:49.302Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-11-15T10:57:49.302Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||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
2021-11-15T10:57:49.787Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-11-15T10:57:49.787Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 964f77bc-185b-4780-8f13-dee7f9160250 12
2021-11-15T10:57:49.787Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||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
2021-11-15T10:57:49.788Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||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
2021-11-15T10:57:49.788Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T10:57:49.788Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:57:49.791Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:57:49.791Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973869787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:57:49.891Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:57:49.892Z||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.
2021-11-15T10:57:49.892Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:57:49.912Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:57:49.913Z||pool-99-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:57:50.792Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7b33ef5a-32c8-4864-a422-303688e394ef from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-11-15T10:57:50.793Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-11-15T10:57:50.793Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||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
2021-11-15T10:57:51.476Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-11-15T10:57:51.476Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 7b33ef5a-32c8-4864-a422-303688e394ef 2688
2021-11-15T10:57:51.477Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||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
2021-11-15T10:57:51.477Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||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
2021-11-15T10:57:51.477Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T10:57:51.477Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:57:51.480Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:57:51.480Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973871477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:57:51.580Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:57:51.581Z||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.
2021-11-15T10:57:51.581Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:57:51.593Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:57:51.594Z||pool-100-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:57:52.482Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c48c0a56-5d99-45e9-ad12-3193dfdd1396 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-11-15T10:57:52.482Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-11-15T10:57:52.482Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||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
2021-11-15T10:57:53.401Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-11-15T10:57:53.401Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json c48c0a56-5d99-45e9-ad12-3193dfdd1396 828
2021-11-15T10:57:53.401Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||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
2021-11-15T10:57:53.401Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||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
2021-11-15T10:57:53.402Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T10:57:53.402Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:57:53.404Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:57:53.404Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973873401,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:57:53.504Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:57:53.505Z||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.
2021-11-15T10:57:53.505Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:57:53.520Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:57:53.521Z||pool-101-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:57:54.405Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "aab34e2e-fc65-4a99-aa6c-4b44fb1aa718",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1377839f-099e-42fc-bbf9-d912b2498c77",
    "vfModuleModelCustomizationUUID": "eeb17d08-52fb-497f-9ec4-8dbc34ea37c2",
    "isBase": true,
    "artifacts": [
      "963bc1ad-2f80-4f01-b82a-abc352d49a6c",
      "7b33ef5a-32c8-4864-a422-303688e394ef",
      "24cb6b8f-2eee-4d0e-b24a-17b35b8ef4da"
    ],
    "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": ""
    }
  }
]
2021-11-15T10:57:54.411Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1377839f-099e-42fc-bbf9-d912b2498c77
VfModuleModelInvariantUUID:aab34e2e-fc65-4a99-aa6c-4b44fb1aa718
VfModuleModelDescription:NULL
Artifacts UUID List:{
963bc1ad-2f80-4f01-b82a-abc352d49a6c
,
7b33ef5a-32c8-4864-a422-303688e394ef
,
24cb6b8f-2eee-4d0e-b24a-17b35b8ef4da

}
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


}

2021-11-15T10:57:54.414Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "aab34e2e-fc65-4a99-aa6c-4b44fb1aa718",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1377839f-099e-42fc-bbf9-d912b2498c77",
    "vfModuleModelCustomizationUUID": "eeb17d08-52fb-497f-9ec4-8dbc34ea37c2",
    "isBase": true,
    "artifacts": [
      "963bc1ad-2f80-4f01-b82a-abc352d49a6c",
      "7b33ef5a-32c8-4864-a422-303688e394ef",
      "24cb6b8f-2eee-4d0e-b24a-17b35b8ef4da"
    ],
    "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": ""
    }
  }
]
2021-11-15T10:57:54.414Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1377839f-099e-42fc-bbf9-d912b2498c77
VfModuleModelInvariantUUID:aab34e2e-fc65-4a99-aa6c-4b44fb1aa718
VfModuleModelDescription:NULL
Artifacts UUID List:{
963bc1ad-2f80-4f01-b82a-abc352d49a6c
,
7b33ef5a-32c8-4864-a422-303688e394ef
,
24cb6b8f-2eee-4d0e-b24a-17b35b8ef4da

}
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


}

2021-11-15T10:57:54.414Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 963bc1ad-2f80-4f01-b82a-abc352d49a6c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-11-15T10:57:54.414Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-11-15T10:57:54.414Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-11-15T10:57:54.696Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-11-15T10:57:54.697Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 963bc1ad-2f80-4f01-b82a-abc352d49a6c 1164
2021-11-15T10:57:54.698Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||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
2021-11-15T10:57:54.698Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||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
2021-11-15T10:57:54.698Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T10:57:54.698Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:57:54.700Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:57:54.700Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973874697,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:57:54.800Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:57:54.801Z||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.
2021-11-15T10:57:54.801Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:57:54.812Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:57:54.812Z||pool-102-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:57:55.700Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 24cb6b8f-2eee-4d0e-b24a-17b35b8ef4da from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-11-15T10:57:55.708Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-11-15T10:57:55.708Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-11-15T10:57:56.080Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-11-15T10:57:56.080Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 24cb6b8f-2eee-4d0e-b24a-17b35b8ef4da 200
2021-11-15T10:57:56.080Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||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
2021-11-15T10:57:56.080Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||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
2021-11-15T10:57:56.081Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T10:57:56.081Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:57:56.083Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:57:56.083Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973876080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:57:56.183Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:57:56.184Z||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.
2021-11-15T10:57:56.184Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:57:56.207Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:57:56.207Z||pool-103-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:57:57.083Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 820e2e8f-dc04-47c1-8f9a-6fb12f54f359
2021-11-15T10:57:57.084Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 c9f9423d-f84f-4007-bda4-3c8377da5704 ASDC
2021-11-15T10:57:57.097Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||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 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=?
2021-11-15T10:57:57.107Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@27588eac, org.onap.sdc.toscaparser.api.parameters.Input@70dbec4a, org.onap.sdc.toscaparser.api.parameters.Input@9c8110f, org.onap.sdc.toscaparser.api.parameters.Input@37f41d06, org.onap.sdc.toscaparser.api.parameters.Input@54bad8ba]
2021-11-15T10:57:57.109Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:57:57.109Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:57:57.110Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-11-15T10:57:57.110Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= c9116f6b-17ef-4d66-ae14-247097b0bd38
2021-11-15T10:57:57.110Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c9116f6b-17ef-4d66-ae14-247097b0bd38 matches Tosca VF Customization UUID: c9116f6b-17ef-4d66-ae14-247097b0bd38
2021-11-15T10:57:57.111Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: c9116f6b-17ef-4d66-ae14-247097b0bd38  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=?
2021-11-15T10:57:57.113Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:57:57.114Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:57:57.115Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id c9116f6b-17ef-4d66-ae14-247097b0bd38: {\"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\"}
2021-11-15T10:57:57.115Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@252ed6a7
2021-11-15T10:57:57.115Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:57:57.116Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-15T10:57:57.116Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : eeb17d08-52fb-497f-9ec4-8dbc34ea37c2
2021-11-15T10:57:57.116Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID eeb17d08-52fb-497f-9ec4-8dbc34ea37c2
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=?
2021-11-15T10:57:57.123Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:57:57.123Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-15T10:57:57.124Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T10:57:57.124Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:57:57.124Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-15T10:57:57.124Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T10:57:57.125Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:57:57.125Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-11-15T10:57:57.125Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-11-15T10:57:57.125Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=119a99b6-c4c8-425f-938f-b56387c56eec
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=?
2021-11-15T10:57:57.127Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:57:57.128Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-15T10:57:57.128Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T10:57:57.128Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:57:57.128Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-15T10:57:57.128Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=c9116f6b-17ef-4d66-ae14-247097b0bd38
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=?
2021-11-15T10:57:57.130Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:57:57.130Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:57:57.130Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 820e2e8f-dc04-47c1-8f9a-6fb12f54f359: basic_cnf
2021-11-15T10:57:57.130Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:57:57.131Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:57:57.131Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:57:57.131Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:57:57.131Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:57:57.131Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:57:57.132Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:57:57.132Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:57:57.132Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T10:57:57.132Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:57:57.132Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||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 (?, ?, ?, ?, ?)
2021-11-15T10:57:57.200Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf c9f9423d-f84f-4007-bda4-3c8377da5704 1 ASDC deployResourceStructure
2021-11-15T10:57:57.201Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||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
2021-11-15T10:57:57.201Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||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)
2021-11-15T10:57:57.202Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-11-15T10:57:57.202Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:57:57.204Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:57:57.204Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973877201,
  "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"
}
2021-11-15T10:57:57.304Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:57:57.305Z||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.
2021-11-15T10:57:57.305Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:57:57.320Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:57:57.320Z||pool-104-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:57:58.205Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||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
2021-11-15T10:57:58.206Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||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)
2021-11-15T10:57:58.206Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-11-15T10:57:58.207Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:57:58.209Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:57:58.209Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973878205,
  "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"
}
2021-11-15T10:57:58.309Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:57:58.310Z||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.
2021-11-15T10:57:58.310Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:57:58.331Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:57:58.331Z||pool-105-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:57:59.210Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||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
2021-11-15T10:57:59.211Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||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
2021-11-15T10:57:59.211Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T10:57:59.211Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:57:59.213Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:57:59.213Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973879210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-15T10:57:59.313Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:57:59.314Z||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.
2021-11-15T10:57:59.314Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:57:59.325Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:57:59.326Z||pool-106-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:58:00.214Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||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
2021-11-15T10:58:00.215Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||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
2021-11-15T10:58:00.215Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T10:58:00.216Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:58:00.217Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:58:00.217Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973880214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-11-15T10:58:00.318Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-15T10:58:00.319Z||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.
2021-11-15T10:58:00.319Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:58:00.331Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:58:00.331Z||pool-107-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-15T10:58:01.219Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||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
2021-11-15T10:58:01.219Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||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
2021-11-15T10:58:01.219Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T10:58:01.220Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:58:01.222Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:58:01.222Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973881219,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-11-15T10:58:01.322Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:58:01.323Z||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.
2021-11-15T10:58:01.323Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:58:01.333Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:58:01.333Z||pool-108-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:58:02.223Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-11-15T10:58:02.224Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-11-15T10:58:02.224Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T10:58:02.224Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:58:02.226Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:58:02.226Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973882223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T10:58:02.326Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:58:02.327Z||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.
2021-11-15T10:58:02.327Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:58:02.338Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:58:02.339Z||pool-109-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:58:03.227Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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=?
2021-11-15T10:58:03.235Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T10:58:03.239Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T10:58:03.239Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-15T10:58:03.239Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-15T10:58:03.239Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-15T10:58:03.240Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T10:58:03.240Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T10:58:03.240Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T10:58:03.240Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T10:58:03.240Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T10:58:03.240Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T10:58:03.241Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||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=?
2021-11-15T10:58:03.245Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-15T10:58:33.246Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382 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=?
2021-11-15T10:58:33.253Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382 and serviceModelVersionId: 820e2e8f-dc04-47c1-8f9a-6fb12f54f359
2021-11-15T10:58:33.253Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fc8a0dfb-50b0-464d-a702-262ca4877b9a
2021-11-15T10:58:33.255Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fc8a0dfb-50b0-464d-a702-262ca4877b9a/model-vers/model-ver/820e2e8f-dc04-47c1-8f9a-6fb12f54f359?depth=0
2021-11-15T10:58:33.263Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-11-15T10:58:33.311Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc8a0dfb-50b0-464d-a702-262ca4877b9a/model-vers/model-ver/820e2e8f-dc04-47c1-8f9a-6fb12f54f359?depth=0|INFO|500||Invoke
2021-11-15T10:58:33.311Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc8a0dfb-50b0-464d-a702-262ca4877b9a/model-vers/model-ver/820e2e8f-dc04-47c1-8f9a-6fb12f54f359?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc8a0dfb-50b0-464d-a702-262ca4877b9a/model-vers/model-ver/820e2e8f-dc04-47c1-8f9a-6fb12f54f359?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c7c4f8ac-47fa-4d52-bb6d-adf9cb3641bd], X-ECOMP-RequestID=[e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382], X-TransactionId=[], X-ONAP-RequestID=[e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382], Content-Type=[application/merge-patch+json]}
2021-11-15T10:58:33.331Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc8a0dfb-50b0-464d-a702-262ca4877b9a/model-vers/model-ver/820e2e8f-dc04-47c1-8f9a-6fb12f54f359?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-15T10:58:33.620Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc8a0dfb-50b0-464d-a702-262ca4877b9a/model-vers/model-ver/820e2e8f-dc04-47c1-8f9a-6fb12f54f359?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/fc8a0dfb-50b0-464d-a702-262ca4877b9a/model-vers/model-ver/820e2e8f-dc04-47c1-8f9a-6fb12f54f359?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211115-10:58:33:339-64557], vertex-id=[225296], Content-Length=[0], Date=[Mon, 15 Nov 2021 10:58:33 GMT], Content-Type=[application/json]}
2021-11-15T10:58:33.621Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc8a0dfb-50b0-464d-a702-262ca4877b9a/model-vers/model-ver/820e2e8f-dc04-47c1-8f9a-6fb12f54f359?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-15T10:58:33.629Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc8a0dfb-50b0-464d-a702-262ca4877b9a/model-vers/model-ver/820e2e8f-dc04-47c1-8f9a-6fb12f54f359?depth=0|INFO|500||InvokeReturn
2021-11-15T10:58:33.633Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-15T10:58:33.633Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||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=?
2021-11-15T10:58:33.639Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||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)
2021-11-15T10:58:33.640Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-15T10:58:33.640Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-15T10:58:33.641Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:58:33.644Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:58:33.644Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973913640,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-15T10:58:33.744Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:58:33.745Z||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.
2021-11-15T10:58:33.747Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:58:33.765Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:58:33.766Z||pool-110-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-15T10:58:34.659Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:58:34.659Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T10:58:34.660Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AbjctDGpKuArKV09) ...
2021-11-15T10:58:44.219Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:58:44.220Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:58:44.220Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T10:58:44.220Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AbjctDGpKuArKV09) ...
2021-11-15T10:58:47.221Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:58:47.222Z||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.
2021-11-15T10:58:47.223Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:58:47.244Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:58:47.245Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T10:58:47.245Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01889b87-a57a-400d-b11d-e5beb356cc0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973803459,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-15T10:58:47.246Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:58:53.758Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:58:53.759Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:58:53.760Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T10:58:53.761Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AbjctDGpKuArKV09) ...
2021-11-15T10:59:03.310Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:59:03.312Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:59:03.313Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T10:59:03.313Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AbjctDGpKuArKV09) ...
2021-11-15T10:59:12.870Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:59:47.218Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:59:47.219Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T10:59:47.219Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AbjctDGpKuArKV09) ...
2021-11-15T10:59:47.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:59:47.221Z||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.
2021-11-15T10:59:47.221Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:59:47.252Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T10:59:47.253Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:59:47.253Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973804474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:59:47.254Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:59:47.254Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:59:47.255Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973804474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-11-15T10:59:47.255Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:59:47.255Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:59:47.255Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973804474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-15T10:59:47.255Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:59:47.256Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:59:47.256Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973804474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:59:47.256Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:59:47.256Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:59:47.256Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973804474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-15T10:59:47.257Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:59:47.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:59:47.257Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973804474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:59:47.257Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:59:47.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:59:47.258Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973804474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T10:59:47.258Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:59:47.258Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:59:47.258Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973816535,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:59:47.258Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:59:47.259Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:59:47.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973819009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:59:47.259Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:59:47.259Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:59:47.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973820076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:59:47.260Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:59:47.260Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:59:47.260Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973821135,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-15T10:59:47.260Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:59:47.260Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:59:47.260Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973822250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-15T10:59:47.261Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:59:47.261Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:59:47.261Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973823253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-11-15T10:59:47.261Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:59:47.261Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:59:47.262Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973824256,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-11-15T10:59:47.262Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:59:47.262Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:59:47.262Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973825279,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T10:59:47.262Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:59:47.263Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:59:47.263Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474b9edd-b9b4-43b6-b88c-17f8651c6151",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973856608,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-15T10:59:47.263Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:59:47.263Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:59:47.263Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973804474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:59:47.264Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:59:47.264Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:59:47.264Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973804474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-11-15T10:59:47.264Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:59:47.264Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:59:47.264Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973804474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-11-15T10:59:47.265Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:59:47.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:59:47.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973804474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-11-15T10:59:47.265Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:59:47.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:59:47.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973804474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-11-15T10:59:47.266Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:59:47.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:59:47.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973804474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:59:47.266Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:59:47.267Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:59:47.267Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973804474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-11-15T10:59:47.267Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:59:47.267Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:59:47.267Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973804474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T10:59:47.267Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:59:47.268Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:59:47.268Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973804474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T10:59:47.268Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-15T10:59:56.773Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:00:47.219Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:00:47.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:00:47.222Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T11:00:47.223Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AbjctDGpKuArKV09) ...
2021-11-15T11:00:47.223Z||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.
2021-11-15T11:00:47.223Z||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 AbjctDGpKuArKV09) ...
2021-11-15T11:00:47.751Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:00:47.752Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T11:00:47.752Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973867214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T11:00:47.754Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:00:47.755Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T11:00:47.755Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973869787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-11-15T11:00:47.755Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:00:47.755Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T11:00:47.755Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973871477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-11-15T11:00:47.756Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:00:47.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T11:00:47.756Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973873401,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-15T11:00:47.756Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:00:47.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T11:00:47.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973874697,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-15T11:00:47.757Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:00:47.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T11:00:47.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973876080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-11-15T11:00:47.757Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:00:47.758Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T11:00:47.758Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973877201,
  "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"
}
2021-11-15T11:00:47.758Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:00:47.758Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T11:00:47.758Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973878205,
  "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"
}
2021-11-15T11:00:47.759Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:00:47.759Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T11:00:47.759Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973879210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-15T11:00:47.759Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:00:47.759Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T11:00:47.759Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973880214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-11-15T11:00:47.760Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:00:47.760Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T11:00:47.760Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973881219,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-11-15T11:00:47.760Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:00:47.760Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T11:00:47.761Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973882223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T11:00:47.761Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:00:47.761Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T11:00:47.761Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636973913640,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-15T11:00:47.761Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:00:56.788Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:01:47.219Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:01:47.220Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T11:01:47.221Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AbjctDGpKuArKV09) ...
2021-11-15T11:01:47.221Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:01:47.222Z||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.
2021-11-15T11:01:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T11:01:47.750Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:01:47.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.752Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "cds",
  "timestamp": 1636974078934,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:01:47.753Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:01:47.753Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.753Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636974073386,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:01:47.753Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:01:47.753Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.753Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "dcae-sch",
  "timestamp": 1636974075221,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-11-15T11:01:47.753Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:01:47.753Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.753Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "policy-id",
  "timestamp": 1636974071625,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:01:47.753Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:01:47.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.754Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "cds",
  "timestamp": 1636974078934,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:01:47.754Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:01:47.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.754Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "dcae-sch",
  "timestamp": 1636974075221,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:01:47.754Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:01:47.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.754Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636974073386,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:01:47.754Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:01:47.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.754Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "policy-id",
  "timestamp": 1636974071625,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:01:47.755Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:01:47.755Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.755Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "dcae-sch",
  "timestamp": 1636974075221,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:01:47.755Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:01:47.755Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.755Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "cds",
  "timestamp": 1636974078934,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:01:47.755Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:01:47.756Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.756Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636974073386,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-11-15T11:01:47.756Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:01:47.756Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.756Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "policy-id",
  "timestamp": 1636974071625,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:01:47.756Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:01:47.756Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.757Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636974081377,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:01:47.757Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:01:47.757Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.757Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "dcae-sch",
  "timestamp": 1636974075221,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:01:47.757Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:01:47.757Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.757Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636974073386,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-15T11:01:47.758Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:01:47.758Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.758Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "cds",
  "timestamp": 1636974078934,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:01:47.758Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:01:47.758Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.758Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "policy-id",
  "timestamp": 1636974071625,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-15T11:01:47.759Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:01:47.759Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.759Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636974081377,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:01:47.759Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:01:47.759Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.759Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "dcae-sch",
  "timestamp": 1636974075221,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:01:47.759Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:01:47.760Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.760Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636974073386,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:01:47.760Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:01:47.760Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.760Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "cds",
  "timestamp": 1636974078934,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:01:47.760Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:01:47.760Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.761Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "policy-id",
  "timestamp": 1636974071625,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:01:47.761Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:01:47.761Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.761Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636974081377,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:01:47.761Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:01:47.761Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.762Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "dcae-sch",
  "timestamp": 1636974075221,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:01:47.762Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:01:47.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.762Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "policy-id",
  "timestamp": 1636974071625,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:01:47.762Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:01:47.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.763Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636974073386,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-15T11:01:47.763Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:01:47.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.763Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "cds",
  "timestamp": 1636974078934,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:01:47.763Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:01:47.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.763Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636974081377,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:01:47.764Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:01:47.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "dcae-sch",
  "timestamp": 1636974075221,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:01:47.764Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:01:47.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "cds",
  "timestamp": 1636974078934,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:01:47.765Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:01:47.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.765Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636974073386,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:01:47.765Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:01:47.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.765Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "policy-id",
  "timestamp": 1636974071625,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:01:47.765Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:01:47.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.766Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636974081377,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:01:47.766Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:01:47.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.766Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "dcae-sch",
  "timestamp": 1636974075221,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:01:47.766Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:01:47.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "cds",
  "timestamp": 1636974078934,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T11:01:47.767Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:01:47.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "policy-id",
  "timestamp": 1636974071625,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T11:01:47.767Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:01:47.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.768Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636974073386,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T11:01:47.768Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:01:47.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.768Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636974081377,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:01:47.768Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:01:47.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.769Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "aai-ml",
  "timestamp": 1636974086919,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:01:47.769Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:01:47.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.769Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636974081377,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:01:47.769Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:01:47.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.770Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636974088403,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-15T11:01:47.770Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:01:47.770Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.770Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "cds",
  "timestamp": 1636974088420,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T11:01:47.770Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:01:47.770Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.771Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "policy-id",
  "timestamp": 1636974088503,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T11:01:47.771Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:01:47.771Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.771Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "aai-ml",
  "timestamp": 1636974086919,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:01:47.771Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:01:47.771Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.771Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636974081377,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:01:47.772Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:01:47.772Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.772Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "dcae-sch",
  "timestamp": 1636974089409,
  "artifactURL": "/sdc/v1/catalog/services/b65805d7-99d5-4904-91cd-a92ab5e9ecee/resourceInstances/basicclamp0/artifacts/9cb7e7f2-4756-48f7-834a-3bab4680319e",
  "status": "DOWNLOAD_OK"
}
2021-11-15T11:01:47.772Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:01:47.772Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.772Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "cds",
  "timestamp": 1636974089429,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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 (?, ?, ?, ?, ?)
2021-11-15T11:01:47.787Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a2b86b98-2d39-4430-8822-a06710744c3f
2021-11-15T11:01:47.788Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2b86b98-2d39-4430-8822-a06710744c3f 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 (?, ?, ?, ?, ?)
2021-11-15T11:01:47.796Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.796Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "policy-id",
  "timestamp": 1636974089508,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T11:01:47.796Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:01:47.796Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.797Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "aai-ml",
  "timestamp": 1636974086919,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:01:47.797Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:01:47.797Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.797Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636974089608,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-15T11:01:47.797Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:01:47.797Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.798Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "policy-id",
  "timestamp": 1636974090511,
  "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=?
2021-11-15T11:01:47.802Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a2b86b98-2d39-4430-8822-a06710744c3f
2021-11-15T11:01:47.802Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2b86b98-2d39-4430-8822-a06710744c3f 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 (?, ?, ?, ?, ?)
2021-11-15T11:01:47.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "aai-ml",
  "timestamp": 1636974086919,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:01:47.808Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:01:47.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "dcae-sch",
  "timestamp": 1636974090688,
  "artifactURL": "/sdc/v1/catalog/services/b65805d7-99d5-4904-91cd-a92ab5e9ecee/resourceInstances/basicclamp0/artifacts/9cb7e7f2-4756-48f7-834a-3bab4680319e",
  "status": "DEPLOY_OK"
}
2021-11-15T11:01:47.808Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:01:47.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636974090914,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-15T11:01:47.809Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:01:47.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "aai-ml",
  "timestamp": 1636974086919,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:01:47.809Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:01:47.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.810Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "dcae-sch",
  "timestamp": 1636974091692,
  "artifactURL": "/sdc/v1/catalog/services/b65805d7-99d5-4904-91cd-a92ab5e9ecee/resourceInstances/basicclamp0/artifacts/9cb7e7f2-4756-48f7-834a-3bab4680319e",
  "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=?
2021-11-15T11:01:47.813Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of a2b86b98-2d39-4430-8822-a06710744c3f
2021-11-15T11:01:47.813Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2b86b98-2d39-4430-8822-a06710744c3f 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 (?, ?, ?, ?, ?)
2021-11-15T11:01:47.819Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.819Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636974091938,
  "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=?
2021-11-15T11:01:47.822Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a2b86b98-2d39-4430-8822-a06710744c3f
2021-11-15T11:01:47.822Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2b86b98-2d39-4430-8822-a06710744c3f 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=?
2021-11-15T11:01:47.827Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.827Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "aai-ml",
  "timestamp": 1636974086919,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:01:47.827Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:01:47.828Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.828Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636974092942,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-15T11:01:47.828Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:01:47.828Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.828Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "aai-ml",
  "timestamp": 1636974086919,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:01:47.828Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:01:47.829Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.829Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "aai-ml",
  "timestamp": 1636974086919,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T11:01:47.829Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:01:47.829Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.829Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "aai-ml",
  "timestamp": 1636974095827,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T11:01:47.829Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:01:47.829Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.830Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636974095486,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:01:47.830Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:01:47.830Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.830Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "clamp",
  "timestamp": 1636974096129,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:01:47.830Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:01:47.830Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.831Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636974095486,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:01:47.831Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:01:47.831Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.831Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "clamp",
  "timestamp": 1636974096129,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:01:47.831Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:01:47.831Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.832Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636974095486,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:01:47.832Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:01:47.832Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.832Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "clamp",
  "timestamp": 1636974096129,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-11-15T11:01:47.832Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:01:47.832Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.834Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636974095486,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:01:47.834Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:01:47.835Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.835Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "clamp",
  "timestamp": 1636974096129,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:01:47.835Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:01:47.835Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.835Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636974095486,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:01:47.836Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:01:47.836Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.836Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "clamp",
  "timestamp": 1636974096129,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:01:47.836Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:01:47.836Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.837Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636974095486,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:01:47.837Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:01:47.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.837Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "clamp",
  "timestamp": 1636974096129,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:01:47.837Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:01:47.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.838Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636974095486,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:01:47.838Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:01:47.838Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.838Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "aai-ml",
  "timestamp": 1636974102684,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T11:01:47.838Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:01:47.838Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.839Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "clamp",
  "timestamp": 1636974096129,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:01:47.839Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:01:47.839Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.839Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636974095486,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T11:01:47.839Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:01:47.839Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.840Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "aai-ml",
  "timestamp": 1636974103688,
  "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=?
2021-11-15T11:01:47.844Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a2b86b98-2d39-4430-8822-a06710744c3f
2021-11-15T11:01:47.844Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2b86b98-2d39-4430-8822-a06710744c3f 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 (?, ?, ?, ?, ?)
2021-11-15T11:01:47.851Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.852Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "clamp",
  "timestamp": 1636974096129,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T11:01:47.852Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:01:47.852Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.852Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636974104262,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T11:01:47.853Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:01:47.853Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.853Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636974106611,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T11:01:47.853Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:01:47.853Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:01:47.854Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T11:01:47.854Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"a2b86b98-2d39-4430-8822-a06710744c3f","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"b65805d7-99d5-4904-91cd-a92ab5e9ecee","serviceDescription":"service","serviceInvariantUUID":"5ec63032-8ca3-499c-b2b9-0b2f2bafb37a","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4990d6b6-dc2d-46d4-8eb2-6801081298aa","resourceInvariantUUID":"26fdeb38-e84b-4873-817d-9714dc16249e","resourceCustomizationUUID":"bd68deae-4190-453b-bbd7-9c9e799b8e46","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":"9cb7e7f2-4756-48f7-834a-3bab4680319e","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":"ZTBiYmNiMTg3YTM1YWFhYmNkNGE0NjdjOWIwMmFhNzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"218456e5-d5e8-4b40-be91-9aea5cc32658","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":"ZjQxYTZlZTEzZGI4NWZjOWY3NTk0NDNkNTlmNzExMTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fb7d87af-f0af-44d3-a340-0508cd7db7b8","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":"e87c02fb-e77c-4293-b492-b4e41ee02b23","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":"9eea98fd-dc55-4256-8334-971401cdca03","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":"6525667d-bb9d-4272-b82a-211f6607f5ec","artifactVersion":"2","generatedFromUUID":"e87c02fb-e77c-4293-b492-b4e41ee02b23"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"YzRkM2ZhNmEyN2JiYTE2ODlkNjBhZTUyYjU2NjMxNzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2a175208-dc04-4a19-bace-0ff1ab7071fa","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"ZWU0Y2IwYjdlNzFiNDFkYmNlNzU0NDllMGZlNWRlNTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"76243660-83df-400f-8cfb-e4bfade4396e","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-15T11:01:47.857Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T11:01:47.858Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-15T11:01:47.861Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T11:01:47.861Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974107219,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:01:47.961Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T11:01:47.962Z||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.
2021-11-15T11:01:47.962Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T11:01:47.973Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:01:47.974Z||pool-111-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-15T11:01:48.861Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T11:01:48.862Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-15T11:01:48.864Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T11:01:48.864Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974107219,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:01:48.964Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T11:01:48.964Z||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.
2021-11-15T11:01:48.965Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T11:01:48.977Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:01:48.977Z||pool-112-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-15T11:01:49.864Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T11:01:49.865Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-15T11:01:49.868Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T11:01:49.868Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974107219,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-11-15T11:01:49.968Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T11:01:49.969Z||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.
2021-11-15T11:01:49.969Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T11:01:49.981Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:01:49.982Z||pool-113-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-11-15T11:01:50.871Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T11:01:50.872Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-15T11:01:50.874Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T11:01:50.874Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974107219,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-15T11:01:50.974Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T11:01:50.975Z||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.
2021-11-15T11:01:50.975Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T11:01:50.987Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:01:50.987Z||pool-114-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-15T11:01:51.874Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T11:01:51.875Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-15T11:01:51.877Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T11:01:51.877Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974107219,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:01:51.978Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T11:01:51.978Z||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.
2021-11-15T11:01:51.978Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T11:01:51.988Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:01:51.988Z||pool-115-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-15T11:01:52.878Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T11:01:52.879Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-15T11:01:52.881Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T11:01:52.882Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974107219,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-15T11:01:52.982Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T11:01:52.983Z||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.
2021-11-15T11:01:52.983Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T11:01:52.994Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:01:52.995Z||pool-116-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-15T11:01:53.883Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T11:01:53.884Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-15T11:01:53.886Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T11:01:53.886Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974107219,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:01:53.986Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T11:01:53.987Z||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.
2021-11-15T11:01:53.987Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T11:01:54.003Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:01:54.003Z||pool-117-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-11-15T11:01:54.887Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T11:01:54.888Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-15T11:01:54.889Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T11:01:54.890Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974107219,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T11:01:54.990Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T11:01:54.993Z||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.
2021-11-15T11:01:54.993Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T11:01:55.004Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:01:55.005Z||pool-118-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-15T11:01:55.891Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "b65805d7-99d5-4904-91cd-a92ab5e9ecee",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5ec63032-8ca3-499c-b2b9-0b2f2bafb37a",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "bd68deae-4190-453b-bbd7-9c9e799b8e46",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4990d6b6-dc2d-46d4-8eb2-6801081298aa",
      "resourceInvariantUUID": "26fdeb38-e84b-4873-817d-9714dc16249e",
      "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": "ZjQxYTZlZTEzZGI4NWZjOWY3NTk0NDNkNTlmNzExMTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "fb7d87af-f0af-44d3-a340-0508cd7db7b8",
          "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": "e87c02fb-e77c-4293-b492-b4e41ee02b23",
          "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": "6525667d-bb9d-4272-b82a-211f6607f5ec",
            "generatedFromUUID": "e87c02fb-e77c-4293-b492-b4e41ee02b23"
          },
          "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": "6525667d-bb9d-4272-b82a-211f6607f5ec",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "ZWU0Y2IwYjdlNzFiNDFkYmNlNzU0NDllMGZlNWRlNTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "76243660-83df-400f-8cfb-e4bfade4396e"
    }
  ],
  "workloadContext": "Production"
}
2021-11-15T11:01:55.892Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-15T11:01:55.892Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b65805d7-99d5-4904-91cd-a92ab5e9ecee ASDC
2021-11-15T11:01:55.894Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:a2b86b98-2d39-4430-8822-a06710744c3f
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:b65805d7-99d5-4904-91cd-a92ab5e9ecee
ServiceInvariantUUID:5ec63032-8ca3-499c-b2b9-0b2f2bafb37a
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:76243660-83df-400f-8cfb-e4bfade4396e
ArtifactChecksum:ZWU0Y2IwYjdlNzFiNDFkYmNlNzU0NDllMGZlNWRlNTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:bd68deae-4190-453b-bbd7-9c9e799b8e46
ResourceInvariantUUID:26fdeb38-e84b-4873-817d-9714dc16249e
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:4990d6b6-dc2d-46d4-8eb2-6801081298aa
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:fb7d87af-f0af-44d3-a340-0508cd7db7b8
ArtifactChecksum:ZjQxYTZlZTEzZGI4NWZjOWY3NTk0NDNkNTlmNzExMTk=
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:e87c02fb-e77c-4293-b492-b4e41ee02b23
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:6525667d-bb9d-4272-b82a-211f6607f5ec
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:6525667d-bb9d-4272-b82a-211f6607f5ec
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-15T11:01:55.894Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b65805d7-99d5-4904-91cd-a92ab5e9ecee 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=?
2021-11-15T11:01:55.941Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-15T11:01:55.942Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-15T11:01:55.942Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-15T11:01:55.942Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 76243660-83df-400f-8cfb-e4bfade4396e from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-11-15T11:01:55.942Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-15T11:01:55.942Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-11-15T11:01:56.378Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-15T11:01:56.382Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 76243660-83df-400f-8cfb-e4bfade4396e 73646
2021-11-15T11:01:56.382Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-11-15T11:01:56.383Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-11-15T11:01:56.383Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T11:01:56.383Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-15T11:01:56.385Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T11:01:56.385Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974116382,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T11:01:56.485Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T11:01:56.487Z||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.
2021-11-15T11:01:56.487Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T11:01:56.515Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:01:56.515Z||pool-119-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2021-11-15T11:01:57.385Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-15T11:01:57.386Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-15T11:01:57.387Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 76243660-83df-400f-8cfb-e4bfade4396e, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-15T11:01:57.387Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-11-15T11:01:57.387Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-15T11:01:57.387Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-15T11:01:57.766Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3277985317401803371/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
2021-11-15T11:01:58.798Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-15T11:01:58.799Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-11-15T11:01:58.799Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-15T11:01:58.799Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-15T11:01:58.799Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||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
2021-11-15T11:01:58.799Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||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
2021-11-15T11:01:58.799Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||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
2021-11-15T11:01:58.800Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||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
2021-11-15T11:01:58.800Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||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
2021-11-15T11:01:58.800Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||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
2021-11-15T11:01:58.800Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||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
2021-11-15T11:01:58.800Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||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
2021-11-15T11:01:58.800Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||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
2021-11-15T11:01:58.800Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-11-15T11:01:58.800Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T11:01:58.800Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T11:01:58.801Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-15T11:01:58.801Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-11-15T11:01:58.801Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-15T11:01:58.801Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T11:01:58.801Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T11:01:58.801Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-15T11:01:58.802Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-11-15T11:01:58.802Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-15T11:01:58.802Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T11:01:58.802Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T11:01:58.802Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T11:01:58.802Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-11-15T11:01:58.802Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-11-15T11:01:58.802Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-11-15T11:01:58.803Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-11-15T11:01:58.803Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-15T11:01:58.803Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-15T11:01:58.803Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T11:01:58.803Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-15T11:01:58.803Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T11:01:58.804Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-15T11:01:58.804Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T11:01:58.804Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T11:01:58.804Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-15T11:01:58.804Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T11:01:58.804Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T11:01:58.804Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-15T11:01:58.805Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T11:01:58.805Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T11:01:58.805Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-11-15T11:01:58.805Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-15T11:01:58.805Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-15T11:01:58.805Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=eca60577-96f5-4aeb-8e0b-2715c2fa33a6
2021-11-15T11:01:58.805Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T11:01:58.805Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T11:01:58.806Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T11:01:58.806Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T11:01:58.806Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T11:01:58.806Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T11:01:58.806Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T11:01:58.806Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T11:01:58.806Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:b65805d7-99d5-4904-91cd-a92ab5e9ecee
Model Version:NULL
Model InvariantUuid:5ec63032-8ca3-499c-b2b9-0b2f2bafb37a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:5c46c597-ac76-4373-affd-fafbbc9aac9a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:26fdeb38-e84b-4873-817d-9714dc16249e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bd68deae-4190-453b-bbd7-9c9e799b8e46
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c359b526-9353-46c1-bcc0-05f282e35c19
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:a379a7ea-023b-460e-b228-e92f2c51e059
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:eca60577-96f5-4aeb-8e0b-2715c2fa33a6
ModelInvariantUuid:92d20923-f383-4f9f-a196-a927bd879a42
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:e1a9c5d8-1ca8-425f-b115-789a8e879d62
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:3d157915-a7f2-4110-aba9-617445de3a86
ModelInvariantUuid:3ba1b1d2-53ad-4b62-8101-603881b6bab7
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:28154087-fd9c-4f9e-b1bf-a90733f95a40
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=?
2021-11-15T11:01:58.818Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 4990d6b6-dc2d-46d4-8eb2-6801081298aa
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=?
2021-11-15T11:01:58.828Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||basicclamp 0
2021-11-15T11:01:58.829Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4990d6b6-dc2d-46d4-8eb2-6801081298aa
2021-11-15T11:01:58.829Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fb7d87af-f0af-44d3-a340-0508cd7db7b8 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-11-15T11:01:58.829Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-15T11:01:58.829Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-11-15T11:01:59.002Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-15T11:01:59.003Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json fb7d87af-f0af-44d3-a340-0508cd7db7b8 790
2021-11-15T11:01:59.003Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-11-15T11:01:59.003Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-11-15T11:01:59.003Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T11:01:59.003Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-15T11:01:59.005Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T11:01:59.005Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974119003,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-15T11:01:59.105Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T11:01:59.106Z||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.
2021-11-15T11:01:59.106Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T11:01:59.117Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:01:59.118Z||pool-120-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-15T11:02:00.006Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "c359b526-9353-46c1-bcc0-05f282e35c19",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a379a7ea-023b-460e-b228-e92f2c51e059",
    "vfModuleModelCustomizationUUID": "07d34928-8d3d-481c-8e7a-2bbe3e8c87f8",
    "isBase": true,
    "artifacts": [
      "e87c02fb-e77c-4293-b492-b4e41ee02b23",
      "6525667d-bb9d-4272-b82a-211f6607f5ec"
    ],
    "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": ""
    }
  }
]
2021-11-15T11:02:00.009Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a379a7ea-023b-460e-b228-e92f2c51e059
VfModuleModelInvariantUUID:c359b526-9353-46c1-bcc0-05f282e35c19
VfModuleModelDescription:NULL
Artifacts UUID List:{
e87c02fb-e77c-4293-b492-b4e41ee02b23
,
6525667d-bb9d-4272-b82a-211f6607f5ec

}
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


}

2021-11-15T11:02:00.011Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "c359b526-9353-46c1-bcc0-05f282e35c19",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a379a7ea-023b-460e-b228-e92f2c51e059",
    "vfModuleModelCustomizationUUID": "07d34928-8d3d-481c-8e7a-2bbe3e8c87f8",
    "isBase": true,
    "artifacts": [
      "e87c02fb-e77c-4293-b492-b4e41ee02b23",
      "6525667d-bb9d-4272-b82a-211f6607f5ec"
    ],
    "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": ""
    }
  }
]
2021-11-15T11:02:00.011Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a379a7ea-023b-460e-b228-e92f2c51e059
VfModuleModelInvariantUUID:c359b526-9353-46c1-bcc0-05f282e35c19
VfModuleModelDescription:NULL
Artifacts UUID List:{
e87c02fb-e77c-4293-b492-b4e41ee02b23
,
6525667d-bb9d-4272-b82a-211f6607f5ec

}
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


}

2021-11-15T11:02:00.011Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e87c02fb-e77c-4293-b492-b4e41ee02b23 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-11-15T11:02:00.011Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-15T11:02:00.012Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-11-15T11:02:00.196Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-15T11:02:00.196Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml e87c02fb-e77c-4293-b492-b4e41ee02b23 5033
2021-11-15T11:02:00.197Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-15T11:02:00.197Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-11-15T11:02:00.197Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T11:02:00.197Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-15T11:02:00.199Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T11:02:00.199Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974120197,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-15T11:02:00.299Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T11:02:00.299Z||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.
2021-11-15T11:02:00.299Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T11:02:00.310Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:02:00.310Z||pool-121-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-15T11:02:01.199Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6525667d-bb9d-4272-b82a-211f6607f5ec from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-11-15T11:02:01.199Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-15T11:02:01.200Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-11-15T11:02:01.249Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-15T11:02:01.250Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 6525667d-bb9d-4272-b82a-211f6607f5ec 909
2021-11-15T11:02:01.250Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-15T11:02:01.250Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-11-15T11:02:01.251Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T11:02:01.251Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-15T11:02:01.253Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T11:02:01.253Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974121250,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-15T11:02:01.354Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-15T11:02:01.356Z||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.
2021-11-15T11:02:01.356Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T11:02:01.367Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:02:01.367Z||pool-122-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-15T11:02:02.254Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: b65805d7-99d5-4904-91cd-a92ab5e9ecee
2021-11-15T11:02:02.254Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 4990d6b6-dc2d-46d4-8eb2-6801081298aa 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=?
2021-11-15T11:02:02.270Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@204f7f9b, org.onap.sdc.toscaparser.api.parameters.Input@1f820ec9, org.onap.sdc.toscaparser.api.parameters.Input@49a57768, org.onap.sdc.toscaparser.api.parameters.Input@2eaf49dd, org.onap.sdc.toscaparser.api.parameters.Input@75475834]
2021-11-15T11:02:02.272Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T11:02:02.272Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T11:02:02.272Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2021-11-15T11:02:02.272Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= bd68deae-4190-453b-bbd7-9c9e799b8e46
2021-11-15T11:02:02.272Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bd68deae-4190-453b-bbd7-9c9e799b8e46 matches Tosca VF Customization UUID: bd68deae-4190-453b-bbd7-9c9e799b8e46
2021-11-15T11:02:02.273Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: bd68deae-4190-453b-bbd7-9c9e799b8e46  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=?
2021-11-15T11:02:02.274Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T11:02:02.274Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T11:02:02.275Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id bd68deae-4190-453b-bbd7-9c9e799b8e46: {\"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\"}
2021-11-15T11:02:02.275Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4c75817f
2021-11-15T11:02:02.276Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T11:02:02.276Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-15T11:02:02.276Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 07d34928-8d3d-481c-8e7a-2bbe3e8c87f8
2021-11-15T11:02:02.277Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 07d34928-8d3d-481c-8e7a-2bbe3e8c87f8
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=?
2021-11-15T11:02:02.278Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T11:02:02.278Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-15T11:02:02.279Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T11:02:02.279Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T11:02:02.279Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-15T11:02:02.280Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T11:02:02.280Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T11:02:02.280Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-11-15T11:02:02.281Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-15T11:02:02.281Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-15T11:02:02.281Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=eca60577-96f5-4aeb-8e0b-2715c2fa33a6
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=?
2021-11-15T11:02:02.283Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T11:02:02.283Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-15T11:02:02.283Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T11:02:02.283Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T11:02:02.284Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-15T11:02:02.284Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=bd68deae-4190-453b-bbd7-9c9e799b8e46
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=?
2021-11-15T11:02:02.285Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T11:02:02.285Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T11:02:02.286Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid b65805d7-99d5-4904-91cd-a92ab5e9ecee: basicclamp
2021-11-15T11:02:02.286Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T11:02:02.286Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T11:02:02.286Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T11:02:02.286Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T11:02:02.287Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T11:02:02.287Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T11:02:02.287Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T11:02:02.287Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T11:02:02.287Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T11:02:02.288Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T11:02:02.288Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||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 (?, ?, ?, ?, ?)
2021-11-15T11:02:02.360Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 4990d6b6-dc2d-46d4-8eb2-6801081298aa 1 ASDC deployResourceStructure
2021-11-15T11:02:02.360Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-11-15T11:02:02.360Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-11-15T11:02:02.361Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T11:02:02.361Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-15T11:02:02.363Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T11:02:02.363Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974122360,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-15T11:02:02.463Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T11:02:02.464Z||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.
2021-11-15T11:02:02.464Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T11:02:02.475Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:02:02.475Z||pool-123-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-15T11:02:03.364Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-15T11:02:03.364Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-11-15T11:02:03.365Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T11:02:03.366Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-15T11:02:03.368Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T11:02:03.368Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974123364,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-11-15T11:02:03.468Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T11:02:03.469Z||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.
2021-11-15T11:02:03.469Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T11:02:03.481Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:02:03.482Z||pool-124-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-15T11:02:04.373Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-15T11:02:04.373Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-11-15T11:02:04.373Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T11:02:04.374Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-15T11:02:04.375Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T11:02:04.376Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974124373,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-11-15T11:02:04.476Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T11:02:04.476Z||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.
2021-11-15T11:02:04.476Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T11:02:04.492Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:02:04.493Z||pool-125-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-11-15T11:02:05.376Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-11-15T11:02:05.377Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-11-15T11:02:05.377Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T11:02:05.377Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-15T11:02:05.380Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T11:02:05.381Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974125376,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T11:02:05.480Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-15T11:02:05.481Z||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.
2021-11-15T11:02:05.481Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T11:02:05.501Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:02:05.501Z||pool-126-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-11-15T11:02:06.381Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2b86b98-2d39-4430-8822-a06710744c3f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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=?
2021-11-15T11:02:06.392Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2b86b98-2d39-4430-8822-a06710744c3f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T11:02:06.395Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T11:02:06.395Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-15T11:02:06.395Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-15T11:02:06.395Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-15T11:02:36.396Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2b86b98-2d39-4430-8822-a06710744c3f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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=?
2021-11-15T11:02:36.417Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2b86b98-2d39-4430-8822-a06710744c3f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T11:02:36.419Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T11:02:36.419Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-15T11:02:36.419Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-15T11:02:36.419Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-15T11:02:47.223Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:02:47.225Z||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.
2021-11-15T11:02:47.225Z||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 AbjctDGpKuArKV09) ...
2021-11-15T11:02:47.252Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:02:47.253Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:02:47.253Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636974107615,
  "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=?
2021-11-15T11:02:47.262Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a2b86b98-2d39-4430-8822-a06710744c3f
2021-11-15T11:02:47.263Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2b86b98-2d39-4430-8822-a06710744c3f 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 (?, ?, ?, ?, ?)
2021-11-15T11:03:06.419Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2b86b98-2d39-4430-8822-a06710744c3f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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=?
2021-11-15T11:03:06.551Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2b86b98-2d39-4430-8822-a06710744c3f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T11:03:06.553Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T11:03:06.553Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-15T11:03:06.553Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-15T11:03:06.553Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-15T11:03:06.553Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T11:03:06.553Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T11:03:06.553Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T11:03:06.553Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T11:03:06.554Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T11:03:06.554Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T11:03:06.554Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||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=?
2021-11-15T11:03:06.557Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-15T11:03:36.557Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a2b86b98-2d39-4430-8822-a06710744c3f 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=?
2021-11-15T11:03:36.581Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a2b86b98-2d39-4430-8822-a06710744c3f and serviceModelVersionId: b65805d7-99d5-4904-91cd-a92ab5e9ecee
2021-11-15T11:03:36.581Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5ec63032-8ca3-499c-b2b9-0b2f2bafb37a
2021-11-15T11:03:36.584Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5ec63032-8ca3-499c-b2b9-0b2f2bafb37a/model-vers/model-ver/b65805d7-99d5-4904-91cd-a92ab5e9ecee?depth=0
2021-11-15T11:03:36.594Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-11-15T11:03:36.651Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ec63032-8ca3-499c-b2b9-0b2f2bafb37a/model-vers/model-ver/b65805d7-99d5-4904-91cd-a92ab5e9ecee?depth=0|INFO|500||Invoke
2021-11-15T11:03:36.651Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ec63032-8ca3-499c-b2b9-0b2f2bafb37a/model-vers/model-ver/b65805d7-99d5-4904-91cd-a92ab5e9ecee?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ec63032-8ca3-499c-b2b9-0b2f2bafb37a/model-vers/model-ver/b65805d7-99d5-4904-91cd-a92ab5e9ecee?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a2b86b98-2d39-4430-8822-a06710744c3f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a0f7a34d-da51-44a8-aff0-889ad83ca33c], X-ECOMP-RequestID=[a2b86b98-2d39-4430-8822-a06710744c3f], X-TransactionId=[], X-ONAP-RequestID=[a2b86b98-2d39-4430-8822-a06710744c3f], Content-Type=[application/merge-patch+json]}
2021-11-15T11:03:36.677Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ec63032-8ca3-499c-b2b9-0b2f2bafb37a/model-vers/model-ver/b65805d7-99d5-4904-91cd-a92ab5e9ecee?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-15T11:03:36.901Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ec63032-8ca3-499c-b2b9-0b2f2bafb37a/model-vers/model-ver/b65805d7-99d5-4904-91cd-a92ab5e9ecee?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/5ec63032-8ca3-499c-b2b9-0b2f2bafb37a/model-vers/model-ver/b65805d7-99d5-4904-91cd-a92ab5e9ecee?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211115-11:03:36:683-68093], vertex-id=[213080], Content-Length=[0], Date=[Mon, 15 Nov 2021 11:03:36 GMT], Content-Type=[application/json]}
2021-11-15T11:03:36.902Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ec63032-8ca3-499c-b2b9-0b2f2bafb37a/model-vers/model-ver/b65805d7-99d5-4904-91cd-a92ab5e9ecee?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-15T11:03:36.902Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ec63032-8ca3-499c-b2b9-0b2f2bafb37a/model-vers/model-ver/b65805d7-99d5-4904-91cd-a92ab5e9ecee?depth=0|INFO|500||InvokeReturn
2021-11-15T11:03:36.903Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-15T11:03:36.903Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||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=?
2021-11-15T11:03:36.909Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||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)
2021-11-15T11:03:36.910Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a2b86b98-2d39-4430-8822-a06710744c3f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-15T11:03:36.910Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-15T11:03:36.913Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-15T11:03:36.925Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T11:03:36.925Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974216910,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-15T11:03:37.025Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T11:03:37.026Z||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.
2021-11-15T11:03:37.026Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T11:03:37.059Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:03:37.060Z||pool-127-thread-1|||||INFO|500||cambria reply ok (35 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=?
2021-11-15T11:03:37.939Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:03:37.939Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T11:03:37.939Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AbjctDGpKuArKV09) ...
2021-11-15T11:03:47.221Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:03:47.222Z||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.
2021-11-15T11:03:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T11:03:47.306Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:03:47.306Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:03:47.306Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974107219,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:03:47.307Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:03:47.507Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:03:47.508Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:03:47.509Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T11:03:47.509Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AbjctDGpKuArKV09) ...
2021-11-15T11:03:57.086Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:04:47.220Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:04:47.221Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:04:47.227Z||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.
2021-11-15T11:04:47.227Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T11:04:47.227Z||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 AbjctDGpKuArKV09) ...
2021-11-15T11:04:47.227Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AbjctDGpKuArKV09) ...
2021-11-15T11:04:47.259Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:04:47.260Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T11:04:47.260Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974107219,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:04:47.262Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:04:47.262Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T11:04:47.262Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974107219,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-11-15T11:04:47.262Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:04:47.263Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T11:04:47.263Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974107219,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-15T11:04:47.263Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:04:47.263Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T11:04:47.263Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974107219,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:04:47.263Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:04:47.263Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T11:04:47.263Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974107219,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-15T11:04:47.263Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:04:47.263Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T11:04:47.263Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974107219,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:04:47.264Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:04:47.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T11:04:47.264Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "clamp",
  "timestamp": 1636974114310,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T11:04:47.264Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:04:47.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T11:04:47.264Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974107219,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T11:04:47.264Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:04:47.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T11:04:47.264Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "clamp",
  "timestamp": 1636974115314,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-15T11:04:47.264Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:04:47.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T11:04:47.264Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974116382,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T11:04:47.264Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:04:47.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T11:04:47.265Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974119003,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-15T11:04:47.265Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:04:47.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T11:04:47.265Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "clamp",
  "timestamp": 1636974119393,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T11:04:47.265Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:04:47.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T11:04:47.265Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974120197,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-15T11:04:47.265Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:04:47.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T11:04:47.265Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "clamp",
  "timestamp": 1636974120397,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-15T11:04:47.265Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:04:47.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T11:04:47.265Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974121250,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-15T11:04:47.266Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:04:47.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T11:04:47.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "clamp",
  "timestamp": 1636974121400,
  "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=?
2021-11-15T11:04:47.281Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a2b86b98-2d39-4430-8822-a06710744c3f
2021-11-15T11:04:47.281Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2b86b98-2d39-4430-8822-a06710744c3f 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 (?, ?, ?, ?, ?)
2021-11-15T11:04:47.298Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T11:04:47.298Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974122360,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-15T11:04:47.298Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:04:47.299Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T11:04:47.299Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974123364,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-11-15T11:04:47.299Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:04:47.299Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T11:04:47.299Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974124373,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-11-15T11:04:47.299Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:04:47.299Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T11:04:47.299Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974125376,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T11:04:47.299Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:04:56.779Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:05:47.219Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:05:47.220Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T11:05:47.220Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AbjctDGpKuArKV09) ...
2021-11-15T11:05:47.221Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:05:47.222Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|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.
2021-11-15T11:05:47.222Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|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 AbjctDGpKuArKV09) ...
2021-11-15T11:05:47.758Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:05:47.760Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-15T11:05:47.761Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2b86b98-2d39-4430-8822-a06710744c3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974216910,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-15T11:05:47.763Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:05:56.784Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:06:47.218Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:06:47.220Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T11:06:47.220Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AbjctDGpKuArKV09) ...
2021-11-15T11:06:47.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:06:47.221Z||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.
2021-11-15T11:06:47.221Z||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 AbjctDGpKuArKV09) ...
2021-11-15T11:06:56.769Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:06:56.772Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:07:47.219Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:07:47.221Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:07:47.222Z||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.
2021-11-15T11:07:47.222Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T11:07:47.223Z||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 AbjctDGpKuArKV09) ...
2021-11-15T11:07:47.223Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AbjctDGpKuArKV09) ...
2021-11-15T11:07:47.369Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:07:47.379Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.379Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "clamp",
  "timestamp": 1636974426128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.382Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.382Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.382Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636974425485,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.383Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.383Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.383Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636974421377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.383Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.384Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.384Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "cds",
  "timestamp": 1636974423933,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.384Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.384Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.384Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636974425485,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.385Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.385Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.385Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "clamp",
  "timestamp": 1636974426128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.385Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.385Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.386Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636974421377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.386Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.386Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.386Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "cds",
  "timestamp": 1636974423933,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.386Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.387Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.387Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636974425485,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.387Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.387Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.388Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "clamp",
  "timestamp": 1636974426128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.388Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.388Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.388Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636974421377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.388Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.389Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.389Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "cds",
  "timestamp": 1636974423933,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.389Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.389Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.390Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636974425485,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.390Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.390Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.390Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "clamp",
  "timestamp": 1636974426128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.391Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.391Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636974421377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.391Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "policy-id",
  "timestamp": 1636974431624,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.392Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "cds",
  "timestamp": 1636974423933,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.393Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636974425485,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.393Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.394Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "clamp",
  "timestamp": 1636974426128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.394Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.395Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "policy-id",
  "timestamp": 1636974431624,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.395Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.395Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636974421377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.396Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.396Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.396Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "cds",
  "timestamp": 1636974423933,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.396Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.397Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.397Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636974433386,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.397Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.397Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.397Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636974425485,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.398Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.398Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.398Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "clamp",
  "timestamp": 1636974426128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.398Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.398Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.398Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636974421377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.399Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.399Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.399Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "cds",
  "timestamp": 1636974423933,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.399Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.399Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.400Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "policy-id",
  "timestamp": 1636974431624,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.400Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.400Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.400Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636974433386,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.400Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.401Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.401Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636974425485,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.401Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.401Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.401Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "clamp",
  "timestamp": 1636974426128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.402Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.402Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.402Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "policy-id",
  "timestamp": 1636974431624,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.402Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.402Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.402Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636974421377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-11-15T11:07:47.403Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.403Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.403Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "cds",
  "timestamp": 1636974423933,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.403Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.403Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.404Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "dcae-sch",
  "timestamp": 1636974435221,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.404Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.404Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.404Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636974433386,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.404Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.405Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.405Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636974425485,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.405Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.405Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.405Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "clamp",
  "timestamp": 1636974426128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.406Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.406Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636974421377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.406Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "policy-id",
  "timestamp": 1636974431624,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.407Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "cds",
  "timestamp": 1636974423933,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.408Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "dcae-sch",
  "timestamp": 1636974435221,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.408Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.409Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.409Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636974433386,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.409Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636974425485,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T11:07:47.410Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636974421377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.412Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.412Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "clamp",
  "timestamp": 1636974426128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T11:07:47.412Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "cds",
  "timestamp": 1636974423933,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T11:07:47.413Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "policy-id",
  "timestamp": 1636974431624,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.414Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "dcae-sch",
  "timestamp": 1636974435221,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.415Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636974433386,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.416Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "policy-id",
  "timestamp": 1636974431624,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.416Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636974438634,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T11:07:47.417Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:07:47.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636974438717,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-15T11:07:47.417Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:07:47.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "cds",
  "timestamp": 1636974438724,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T11:07:47.418Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:07:47.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "dcae-sch",
  "timestamp": 1636974435221,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636974433386,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "policy-id",
  "timestamp": 1636974431624,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "dcae-sch",
  "timestamp": 1636974435221,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.421Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636974439884,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-11-15T11:07:47.421Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:07:47.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "cds",
  "timestamp": 1636974440002,
  "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 (?, ?, ?, ?, ?)
2021-11-15T11:07:47.443Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 03c22952-a3e9-4f6f-b9e3-74bf57878157
2021-11-15T11:07:47.443Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03c22952-a3e9-4f6f-b9e3-74bf57878157 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 (?, ?, ?, ?, ?)
2021-11-15T11:07:47.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636974433386,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.452Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "policy-id",
  "timestamp": 1636974431624,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T11:07:47.452Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636974440573,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T11:07:47.453Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:07:47.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "dcae-sch",
  "timestamp": 1636974435221,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.453Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636974440889,
  "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=?
2021-11-15T11:07:47.458Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 03c22952-a3e9-4f6f-b9e3-74bf57878157
2021-11-15T11:07:47.458Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03c22952-a3e9-4f6f-b9e3-74bf57878157 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 (?, ?, ?, ?, ?)
2021-11-15T11:07:47.464Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.464Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636974433386,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.465Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.465Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.465Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "policy-id",
  "timestamp": 1636974441412,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T11:07:47.465Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:07:47.465Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.465Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636974441578,
  "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=?
2021-11-15T11:07:47.472Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 03c22952-a3e9-4f6f-b9e3-74bf57878157
2021-11-15T11:07:47.472Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03c22952-a3e9-4f6f-b9e3-74bf57878157 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 (?, ?, ?, ?, ?)
2021-11-15T11:07:47.479Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.479Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "dcae-sch",
  "timestamp": 1636974435221,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.479Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.480Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.480Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636974433386,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T11:07:47.480Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.480Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.480Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "policy-id",
  "timestamp": 1636974442420,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T11:07:47.480Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:07:47.481Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.481Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "dcae-sch",
  "timestamp": 1636974435221,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.481Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.481Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.481Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "policy-id",
  "timestamp": 1636974443424,
  "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=?
2021-11-15T11:07:47.485Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 03c22952-a3e9-4f6f-b9e3-74bf57878157
2021-11-15T11:07:47.485Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03c22952-a3e9-4f6f-b9e3-74bf57878157 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 (?, ?, ?, ?, ?)
2021-11-15T11:07:47.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "dcae-sch",
  "timestamp": 1636974435221,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.493Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636974441893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.493Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "cds",
  "timestamp": 1636974441005,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.494Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "clamp",
  "timestamp": 1636974444365,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T11:07:47.494Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:07:47.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.495Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636974441893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.495Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.495Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.495Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "cds",
  "timestamp": 1636974441005,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.495Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.495Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.496Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "clamp",
  "timestamp": 1636974445385,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T11:07:47.496Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:07:47.496Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.496Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636974441893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.496Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.496Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.497Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "cds",
  "timestamp": 1636974441005,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.497Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.497Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.497Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "clamp",
  "timestamp": 1636974446390,
  "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=?
2021-11-15T11:07:47.501Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 03c22952-a3e9-4f6f-b9e3-74bf57878157
2021-11-15T11:07:47.501Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03c22952-a3e9-4f6f-b9e3-74bf57878157 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 (?, ?, ?, ?, ?)
2021-11-15T11:07:47.508Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.508Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636974441893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.508Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "cds",
  "timestamp": 1636974441005,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.509Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "aai-ml",
  "timestamp": 1636974446919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.510Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636974441893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.510Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "cds",
  "timestamp": 1636974441005,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.511Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.512Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "aai-ml",
  "timestamp": 1636974446919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.512Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.512Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.512Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636974441893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-11-15T11:07:47.512Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.513Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.513Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "cds",
  "timestamp": 1636974441005,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.513Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.513Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.514Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "aai-ml",
  "timestamp": 1636974446919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.514Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.514Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.514Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636974441893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/artifacts/service-DemoPnfUixhxai7vsljfaogbauq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.515Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.515Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.515Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "cds",
  "timestamp": 1636974441005,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/artifacts/service-DemoPnfUixhxai7vsljfaogbauq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.515Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.515Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.515Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "aai-ml",
  "timestamp": 1636974446919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.516Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636974441893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/artifacts/service-DemoPnfUixhxai7vsljfaogbauq-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.516Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "cds",
  "timestamp": 1636974441005,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/artifacts/service-DemoPnfUixhxai7vsljfaogbauq-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T11:07:47.517Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "aai-ml",
  "timestamp": 1636974446919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.517Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "policy-id",
  "timestamp": 1636974451625,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.517Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "cds",
  "timestamp": 1636974452411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/artifacts/service-DemoPnfUixhxai7vsljfaogbauq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T11:07:47.518Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:07:47.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "aai-ml",
  "timestamp": 1636974446919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.518Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636974452594,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-15T11:07:47.519Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:07:47.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "policy-id",
  "timestamp": 1636974451625,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "cds",
  "timestamp": 1636974453433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/artifacts/service-DemoPnfUixhxai7vsljfaogbauq-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 (?, ?, ?, ?, ?)
2021-11-15T11:07:47.534Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 45a84de5-dabe-4a9c-ac17-74c4a5f4356e
2021-11-15T11:07:47.534Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45a84de5-dabe-4a9c-ac17-74c4a5f4356e 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 (?, ?, ?, ?, ?)
2021-11-15T11:07:47.548Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.548Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "aai-ml",
  "timestamp": 1636974446919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.548Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.548Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.548Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636974453633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-11-15T11:07:47.549Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:07:47.549Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.549Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636974453386,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.549Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.549Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.549Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "policy-id",
  "timestamp": 1636974451625,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.550Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "aai-ml",
  "timestamp": 1636974446919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.550Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636974454636,
  "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=?
2021-11-15T11:07:47.562Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 45a84de5-dabe-4a9c-ac17-74c4a5f4356e
2021-11-15T11:07:47.562Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45a84de5-dabe-4a9c-ac17-74c4a5f4356e 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 (?, ?, ?, ?, ?)
2021-11-15T11:07:47.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636974453386,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.569Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.570Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.570Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "policy-id",
  "timestamp": 1636974451625,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.570Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.570Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.570Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "aai-ml",
  "timestamp": 1636974446919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T11:07:47.570Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.570Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.571Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "dcae-sch",
  "timestamp": 1636974455230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.571Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.571Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.571Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636974453386,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.571Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.571Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.571Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636974455485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.572Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.572Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.572Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "policy-id",
  "timestamp": 1636974451625,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.572Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.572Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.572Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "clamp",
  "timestamp": 1636974456128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.572Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.573Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.573Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "aai-ml",
  "timestamp": 1636974456857,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T11:07:47.573Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:07:47.573Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.573Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "dcae-sch",
  "timestamp": 1636974455230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.573Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.573Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.574Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636974453386,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.574Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.574Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.574Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636974455485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.574Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.574Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.575Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "policy-id",
  "timestamp": 1636974451625,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.575Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.575Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.575Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "clamp",
  "timestamp": 1636974456128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.575Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.575Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.575Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "dcae-sch",
  "timestamp": 1636974455230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.576Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636974453386,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.576Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636974455485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.576Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "policy-id",
  "timestamp": 1636974451625,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/artifacts/service-DemoPnfUixhxai7vsljfaogbauq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.577Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "clamp",
  "timestamp": 1636974456128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.577Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "dcae-sch",
  "timestamp": 1636974455230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.578Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636974453386,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.578Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636974455485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.579Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "policy-id",
  "timestamp": 1636974451625,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/artifacts/service-DemoPnfUixhxai7vsljfaogbauq-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T11:07:47.579Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "clamp",
  "timestamp": 1636974456128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.579Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.580Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "dcae-sch",
  "timestamp": 1636974455230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.580Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.580Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636974453386,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/artifacts/service-DemoPnfUixhxai7vsljfaogbauq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.580Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.580Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636974455485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.581Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "policy-id",
  "timestamp": 1636974460394,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/artifacts/service-DemoPnfUixhxai7vsljfaogbauq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T11:07:47.581Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:07:47.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "clamp",
  "timestamp": 1636974456128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.582Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.582Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.582Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "dcae-sch",
  "timestamp": 1636974455230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.582Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.582Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.582Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636974453386,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/artifacts/service-DemoPnfUixhxai7vsljfaogbauq-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T11:07:47.582Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.582Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.583Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636974455485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.583Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.583Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.583Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "policy-id",
  "timestamp": 1636974461414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/artifacts/service-DemoPnfUixhxai7vsljfaogbauq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T11:07:47.584Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:07:47.584Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.584Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "aai-ml",
  "timestamp": 1636974461677,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T11:07:47.584Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:07:47.584Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.584Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "clamp",
  "timestamp": 1636974456128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.585Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.585Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.585Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "dcae-sch",
  "timestamp": 1636974455230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/artifacts/service-DemoPnfUixhxai7vsljfaogbauq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.585Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.585Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.585Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636974455485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/artifacts/service-DemoPnfUixhxai7vsljfaogbauq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.585Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.585Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.586Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "policy-id",
  "timestamp": 1636974462424,
  "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=?
2021-11-15T11:07:47.590Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 45a84de5-dabe-4a9c-ac17-74c4a5f4356e
2021-11-15T11:07:47.590Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45a84de5-dabe-4a9c-ac17-74c4a5f4356e 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 (?, ?, ?, ?, ?)
2021-11-15T11:07:47.599Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "aai-ml",
  "timestamp": 1636974462681,
  "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=?
2021-11-15T11:07:47.605Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 03c22952-a3e9-4f6f-b9e3-74bf57878157
2021-11-15T11:07:47.605Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03c22952-a3e9-4f6f-b9e3-74bf57878157 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 (?, ?, ?, ?, ?)
2021-11-15T11:07:47.616Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.616Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "clamp",
  "timestamp": 1636974456128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/artifacts/service-DemoPnfUixhxai7vsljfaogbauq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.616Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.616Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.617Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "dcae-sch",
  "timestamp": 1636974455230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/artifacts/service-DemoPnfUixhxai7vsljfaogbauq-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.617Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.617Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.617Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636974455485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/artifacts/service-DemoPnfUixhxai7vsljfaogbauq-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T11:07:47.617Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.617Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.617Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "aai-ml",
  "timestamp": 1636974446919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.617Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.617Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.617Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "clamp",
  "timestamp": 1636974456128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/artifacts/service-DemoPnfUixhxai7vsljfaogbauq-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T11:07:47.617Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.618Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.618Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636974464293,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/artifacts/service-DemoPnfUixhxai7vsljfaogbauq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T11:07:47.618Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:07:47.618Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.618Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "aai-ml",
  "timestamp": 1636974446919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.618Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.618Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.618Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "aai-ml",
  "timestamp": 1636974446919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.618Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.618Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.618Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636974466162,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/artifacts/service-DemoPnfUixhxai7vsljfaogbauq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T11:07:47.619Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:07:47.619Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.619Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "aai-ml",
  "timestamp": 1636974446919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.619Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:07:47.871Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:07:47.873Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T11:07:47.873Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"03c22952-a3e9-4f6f-b9e3-74bf57878157","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"06391eaf-3eb8-448c-9b4a-d72bbe7bf3a5","serviceDescription":"service","serviceInvariantUUID":"6fc04be0-c6f3-4ba8-8dca-192bc4ccd67e","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"84c2a0ad-91a6-4626-946e-c5bf8be9feeb","resourceInvariantUUID":"ef9c8d35-8eca-4561-a990-64d143f3e1fe","resourceCustomizationUUID":"3a9c9a27-28cb-447d-a1b0-fdb888ff9c8d","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":"ODFkNTY1ODJmYzE0NDdiYWMxMjNiMDE5MDM3MDNiMjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"66025bca-0a44-4213-8aee-102f8b573619","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":"306bba0d-491e-4187-a0a0-cd91a6f4c006","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":"76dd1dba-57a3-45cb-92a1-7783534ab8b5","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":"YmFkNjFhMDVjZjMxYTA1MTVkNjdmNTc2OGJiNTQyYzk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"b0c6f5e1-92e6-4ce4-b93b-f6ec907ebce3","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":"377fc8ff-6c77-4692-9a90-b1e4a7c0682b","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":"cfba6880-ac84-4f89-a2fd-0683ae3779fc","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":"6a35b3e9-fe8d-44c8-b369-0ec6dd8179c4","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":"NjY0ODQ4Nzg2MjU2MTkxYTgzMDMwMjQzZTY5ZDdjNTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"33f0b6c4-57bc-413b-9dbd-fe4ec9afe45e","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ODQ4N2JlOWM1MmZjZTlmZWMxZjhiZmE5MWZlOGQwOGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c34076e6-9107-4da8-94bc-7525f43ae003","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-15T11:07:47.875Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T11:07:47.876Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-15T11:07:47.879Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T11:07:47.879Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974467219,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:47.979Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T11:07:47.981Z||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.
2021-11-15T11:07:47.981Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T11:07:47.998Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:07:47.998Z||pool-128-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-11-15T11:07:48.880Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T11:07:48.880Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-15T11:07:48.882Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T11:07:48.882Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974467219,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:48.984Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-11-15T11:07:48.985Z||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.
2021-11-15T11:07:48.985Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T11:07:48.997Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:07:48.997Z||pool-129-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-15T11:07:49.883Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T11:07:49.884Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-15T11:07:49.885Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T11:07:49.885Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974467219,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:49.986Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-15T11:07:49.987Z||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.
2021-11-15T11:07:49.988Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T11:07:50.010Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:07:50.010Z||pool-130-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-11-15T11:07:50.886Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T11:07:50.886Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-15T11:07:50.888Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T11:07:50.888Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974467219,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:50.988Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T11:07:50.990Z||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.
2021-11-15T11:07:50.990Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T11:07:51.014Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:07:51.015Z||pool-131-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2021-11-15T11:07:51.889Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T11:07:51.890Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-15T11:07:51.893Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T11:07:51.893Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974467219,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:51.993Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T11:07:51.994Z||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.
2021-11-15T11:07:51.994Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T11:07:52.005Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:07:52.005Z||pool-132-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-15T11:07:52.894Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T11:07:52.894Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-15T11:07:52.896Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T11:07:52.896Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974467219,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:52.996Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T11:07:52.997Z||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.
2021-11-15T11:07:52.997Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T11:07:53.009Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:07:53.010Z||pool-133-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-15T11:07:53.896Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T11:07:53.897Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-15T11:07:53.899Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T11:07:53.899Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974467219,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:53.999Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T11:07:54.000Z||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.
2021-11-15T11:07:54.000Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T11:07:54.013Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:07:54.014Z||pool-134-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-15T11:07:54.900Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T11:07:54.900Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-15T11:07:54.902Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T11:07:54.903Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974467219,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:07:55.003Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T11:07:55.003Z||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.
2021-11-15T11:07:55.004Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T11:07:55.021Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:07:55.021Z||pool-135-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-11-15T11:07:55.903Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T11:07:55.904Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-15T11:07:55.906Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T11:07:55.906Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974467219,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T11:07:56.007Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T11:07:56.007Z||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.
2021-11-15T11:07:56.008Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T11:07:56.021Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:07:56.021Z||pool-136-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-15T11:07:56.907Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "06391eaf-3eb8-448c-9b4a-d72bbe7bf3a5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6fc04be0-c6f3-4ba8-8dca-192bc4ccd67e",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "3a9c9a27-28cb-447d-a1b0-fdb888ff9c8d",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "84c2a0ad-91a6-4626-946e-c5bf8be9feeb",
      "resourceInvariantUUID": "ef9c8d35-8eca-4561-a990-64d143f3e1fe",
      "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": "ODQ4N2JlOWM1MmZjZTlmZWMxZjhiZmE5MWZlOGQwOGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c34076e6-9107-4da8-94bc-7525f43ae003"
    }
  ],
  "workloadContext": "Production"
}
2021-11-15T11:07:56.908Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-15T11:07:56.909Z|a2b86b98-2d39-4430-8822-a06710744c3f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 06391eaf-3eb8-448c-9b4a-d72bbe7bf3a5 ASDC
2021-11-15T11:07:56.909Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:03c22952-a3e9-4f6f-b9e3-74bf57878157
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:06391eaf-3eb8-448c-9b4a-d72bbe7bf3a5
ServiceInvariantUUID:6fc04be0-c6f3-4ba8-8dca-192bc4ccd67e
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:c34076e6-9107-4da8-94bc-7525f43ae003
ArtifactChecksum:ODQ4N2JlOWM1MmZjZTlmZWMxZjhiZmE5MWZlOGQwOGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:3a9c9a27-28cb-447d-a1b0-fdb888ff9c8d
ResourceInvariantUUID:ef9c8d35-8eca-4561-a990-64d143f3e1fe
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:84c2a0ad-91a6-4626-946e-c5bf8be9feeb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-11-15T11:07:56.910Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 06391eaf-3eb8-448c-9b4a-d72bbe7bf3a5 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=?
2021-11-15T11:07:56.950Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-15T11:07:56.951Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-15T11:07:56.951Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-15T11:07:56.951Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c34076e6-9107-4da8-94bc-7525f43ae003 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-11-15T11:07:56.952Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-15T11:07:56.952Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-11-15T11:07:57.114Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-15T11:07:57.119Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar c34076e6-9107-4da8-94bc-7525f43ae003 105635
2021-11-15T11:07:57.119Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-11-15T11:07:57.120Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-11-15T11:07:57.120Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T11:07:57.120Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-15T11:07:57.122Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T11:07:57.122Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974477119,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T11:07:57.222Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T11:07:57.222Z||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.
2021-11-15T11:07:57.223Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T11:07:57.240Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:07:57.241Z||pool-137-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-11-15T11:07:58.122Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-15T11:07:58.123Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-15T11:07:58.123Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: c34076e6-9107-4da8-94bc-7525f43ae003, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-15T11:07:58.124Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-11-15T11:07:58.125Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-15T11:07:58.125Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-15T11:07:58.292Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8775872132592153948/Definitions/service-TestPnfMacro-template.yml
2021-11-15T11:07:58.956Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-15T11:07:58.956Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-11-15T11:07:58.956Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-15T11:07:58.956Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-11-15T11:07:58.956Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||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
2021-11-15T11:07:58.956Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||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
2021-11-15T11:07:58.956Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||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
2021-11-15T11:07:58.956Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||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
2021-11-15T11:07:58.957Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||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
2021-11-15T11:07:58.957Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||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
2021-11-15T11:07:58.957Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||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
2021-11-15T11:07:58.957Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-11-15T11:07:58.957Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T11:07:58.957Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T11:07:58.957Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-11-15T11:07:58.957Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-11-15T11:07:58.958Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-15T11:07:58.958Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T11:07:58.958Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T11:07:58.958Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-11-15T11:07:58.958Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-11-15T11:07:58.958Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-15T11:07:58.958Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T11:07:58.959Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T11:07:58.959Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T11:07:58.959Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T11:07:58.959Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T11:07:58.959Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T11:07:58.959Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T11:07:58.959Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T11:07:58.959Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T11:07:58.959Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T11:07:58.960Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:06391eaf-3eb8-448c-9b4a-d72bbe7bf3a5
Model Version:NULL
Model InvariantUuid:6fc04be0-c6f3-4ba8-8dca-192bc4ccd67e
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=?
2021-11-15T11:07:58.967Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 84c2a0ad-91a6-4626-946e-c5bf8be9feeb
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=?
2021-11-15T11:07:58.970Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||INFO|500||test-pnf 0
2021-11-15T11:07:58.970Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 84c2a0ad-91a6-4626-946e-c5bf8be9feeb
2021-11-15T11:07:58.971Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 06391eaf-3eb8-448c-9b4a-d72bbe7bf3a5
2021-11-15T11:07:58.971Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 06391eaf-3eb8-448c-9b4a-d72bbe7bf3a5
2021-11-15T11:07:58.971Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 84c2a0ad-91a6-4626-946e-c5bf8be9feeb 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=?
2021-11-15T11:07:58.975Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@362d0b8a, org.onap.sdc.toscaparser.api.parameters.Input@7b24462b, org.onap.sdc.toscaparser.api.parameters.Input@13c9a7c8, org.onap.sdc.toscaparser.api.parameters.Input@4afce0ba, org.onap.sdc.toscaparser.api.parameters.Input@1453d334]
2021-11-15T11:07:58.975Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T11:07:58.975Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T11:07:58.976Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 06391eaf-3eb8-448c-9b4a-d72bbe7bf3a5: test-pnf
2021-11-15T11:07:58.976Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||INFO|500||Processing PNF resource: 84c2a0ad-91a6-4626-946e-c5bf8be9feeb
2021-11-15T11:07:58.976Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T11:07:58.976Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T11:07:58.976Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||INFO|500||Resource customization UUID: 3a9c9a27-28cb-447d-a1b0-fdb888ff9c8d is the same as notified resource customizationUUID: 3a9c9a27-28cb-447d-a1b0-fdb888ff9c8d
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 (?, ?)
2021-11-15T11:07:59.013Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 84c2a0ad-91a6-4626-946e-c5bf8be9feeb 0 ASDC deployResourceStructure
2021-11-15T11:07:59.014Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-11-15T11:07:59.014Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-11-15T11:07:59.014Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T11:07:59.014Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-15T11:07:59.016Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T11:07:59.016Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974479014,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T11:07:59.116Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T11:07:59.117Z||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.
2021-11-15T11:07:59.117Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T11:07:59.130Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:07:59.131Z||pool-138-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-15T11:08:00.017Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 03c22952-a3e9-4f6f-b9e3-74bf57878157
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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=?
2021-11-15T11:08:00.026Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 03c22952-a3e9-4f6f-b9e3-74bf57878157
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T11:08:00.028Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T11:08:00.028Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-15T11:08:00.029Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-15T11:08:00.029Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-15T11:08:00.029Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T11:08:00.029Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T11:08:00.029Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T11:08:00.030Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T11:08:00.030Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T11:08:00.030Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T11:08:00.030Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T11:08:00.030Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||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=?
2021-11-15T11:08:00.034Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-15T11:08:30.035Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 03c22952-a3e9-4f6f-b9e3-74bf57878157 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=?
2021-11-15T11:08:30.052Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 03c22952-a3e9-4f6f-b9e3-74bf57878157 and serviceModelVersionId: 06391eaf-3eb8-448c-9b4a-d72bbe7bf3a5
2021-11-15T11:08:30.053Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6fc04be0-c6f3-4ba8-8dca-192bc4ccd67e
2021-11-15T11:08:30.055Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6fc04be0-c6f3-4ba8-8dca-192bc4ccd67e/model-vers/model-ver/06391eaf-3eb8-448c-9b4a-d72bbe7bf3a5?depth=0
2021-11-15T11:08:30.064Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-11-15T11:08:30.120Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fc04be0-c6f3-4ba8-8dca-192bc4ccd67e/model-vers/model-ver/06391eaf-3eb8-448c-9b4a-d72bbe7bf3a5?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]}
2021-11-15T11:08:30.128Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fc04be0-c6f3-4ba8-8dca-192bc4ccd67e/model-vers/model-ver/06391eaf-3eb8-448c-9b4a-d72bbe7bf3a5?depth=0|INFO|500||Invoke
2021-11-15T11:08:30.149Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fc04be0-c6f3-4ba8-8dca-192bc4ccd67e/model-vers/model-ver/06391eaf-3eb8-448c-9b4a-d72bbe7bf3a5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-15T11:08:30.405Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fc04be0-c6f3-4ba8-8dca-192bc4ccd67e/model-vers/model-ver/06391eaf-3eb8-448c-9b4a-d72bbe7bf3a5?depth=0|INFO|500||InvokeReturn
2021-11-15T11:08:30.406Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fc04be0-c6f3-4ba8-8dca-192bc4ccd67e/model-vers/model-ver/06391eaf-3eb8-448c-9b4a-d72bbe7bf3a5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211115-11:08:30:156-53001], vertex-id=[516160], Content-Length=[0], Date=[Mon, 15 Nov 2021 11:08:30 GMT], Content-Type=[application/json]}
2021-11-15T11:08:30.406Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-11-15T11:08:30.407Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-15T11:08:30.407Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||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=?
2021-11-15T11:08:30.412Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||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)
2021-11-15T11:08:30.413Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 03c22952-a3e9-4f6f-b9e3-74bf57878157 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-15T11:08:30.413Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-15T11:08:30.414Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-15T11:08:30.416Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T11:08:30.417Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974510413,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-15T11:08:30.517Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T11:08:30.518Z||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.
2021-11-15T11:08:30.518Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T11:08:30.536Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:08:30.536Z||pool-139-thread-1|||||INFO|500||cambria reply ok (19 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=?
2021-11-15T11:08:31.430Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T11:08:31.430Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"45a84de5-dabe-4a9c-ac17-74c4a5f4356e","serviceName":"Demo_pNF_UIxHXAi7vSljfaOgBAuq","serviceVersion":"1.0","serviceUUID":"eeacf6ef-f0ec-4641-85ef-2978c556abfb","serviceDescription":"catalog service description","serviceInvariantUUID":"e9a48a38-8b1a-4e80-a05a-c47f2da8f4be","resources":[{"resourceInstanceName":"pNF e5d95a69-1c12 0","resourceName":"pNF e5d95a69-1c12","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4a89c783-079b-4b48-b60c-ca929cfba3c5","resourceInvariantUUID":"2345383e-0391-452c-b414-5342d9f0e78a","resourceCustomizationUUID":"2462bb3d-fec3-4036-91c9-91965391fff8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/vf-license-model.xml","artifactChecksum":"MTM0NTc3M2RjZjI3MTc0YzIyMzJlNTQzYmViN2IzMmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f9f33f58-789d-4753-b2d0-b49e32ffd3a3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/pNF.csar","artifactChecksum":"YWM2ODQ1ZDcxZWI1ODY0ZmJiNTVmNGE0YzA0Y2RhYzc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"164cd976-60ba-40b8-bc44-40383cf8ae84","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3961e480-e34b-472d-82e8-e619c9d9c331","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/vendor-license-model.xml","artifactChecksum":"M2ZhOWUyYjYyNWQyMGVmYWNiNTU1M2ZkOTJjNTk1MTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"14d76d89-2457-4769-9810-59ae47793d00","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f7e520ba-724d-4049-abff-8c83a5591ad7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"081805de-c9e7-4871-b000-c506357bec22","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUixhxai7vsljfaogbauq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/artifacts/service-DemoPnfUixhxai7vsljfaogbauq-template.yml","artifactChecksum":"NjczMzUyYjk2ZGJmYzAzNTM1ZTFmYjlhNTY4YTI2ZDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8422765f-5704-49ab-8b63-320d3c6f77e6","artifactVersion":"1"},{"artifactName":"service-DemoPnfUixhxai7vsljfaogbauq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/artifacts/service-DemoPnfUixhxai7vsljfaogbauq-csar.csar","artifactChecksum":"M2FhZDJjZTg5MTdkMTJlN2U1ZjIzYjFmYzdmOGVjYWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"403b16ea-c5cf-4724-b83c-0afcf2b10724","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-15T11:08:31.431Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T11:08:31.431Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-15T11:08:31.432Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T11:08:31.432Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974467219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:08:31.533Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T11:08:31.534Z||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.
2021-11-15T11:08:31.534Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T11:08:31.545Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:08:31.545Z||pool-140-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-15T11:08:32.433Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T11:08:32.434Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-15T11:08:32.435Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T11:08:32.435Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974467219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:08:32.535Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T11:08:32.536Z||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.
2021-11-15T11:08:32.536Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T11:08:32.546Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:08:32.546Z||pool-141-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-11-15T11:08:33.436Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T11:08:33.437Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-15T11:08:33.441Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T11:08:33.442Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974467219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:08:33.541Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-15T11:08:33.542Z||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.
2021-11-15T11:08:33.542Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T11:08:33.554Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:08:33.555Z||pool-142-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-15T11:08:34.443Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T11:08:34.445Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-15T11:08:34.448Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T11:08:34.448Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974467219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:08:34.547Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-15T11:08:34.548Z||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.
2021-11-15T11:08:34.548Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T11:08:34.559Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:08:34.559Z||pool-143-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-15T11:08:35.448Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T11:08:35.449Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-15T11:08:35.451Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T11:08:35.451Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974467219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:08:35.551Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T11:08:35.552Z||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.
2021-11-15T11:08:35.552Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T11:08:35.562Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:08:35.562Z||pool-144-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-15T11:08:36.452Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T11:08:36.452Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-15T11:08:36.455Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T11:08:36.455Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974467219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:08:36.555Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T11:08:36.556Z||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.
2021-11-15T11:08:36.556Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T11:08:36.567Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:08:36.567Z||pool-145-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-15T11:08:37.456Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T11:08:37.456Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-15T11:08:37.458Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T11:08:37.459Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974467219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/artifacts/service-DemoPnfUixhxai7vsljfaogbauq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:08:37.559Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T11:08:37.559Z||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.
2021-11-15T11:08:37.559Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T11:08:37.575Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:08:37.575Z||pool-146-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-15T11:08:38.459Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T11:08:38.460Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-15T11:08:38.465Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T11:08:38.465Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974467219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/artifacts/service-DemoPnfUixhxai7vsljfaogbauq-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T11:08:38.564Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-11-15T11:08:38.564Z||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.
2021-11-15T11:08:38.564Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T11:08:38.575Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:08:38.575Z||pool-147-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-15T11:08:39.466Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "serviceName": "Demo_pNF_UIxHXAi7vSljfaOgBAuq",
  "serviceVersion": "1.0",
  "serviceUUID": "eeacf6ef-f0ec-4641-85ef-2978c556abfb",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e9a48a38-8b1a-4e80-a05a-c47f2da8f4be",
  "resources": [
    {
      "resourceInstanceName": "pNF e5d95a69-1c12 0",
      "resourceCustomizationUUID": "2462bb3d-fec3-4036-91c9-91965391fff8",
      "resourceName": "pNF e5d95a69-1c12",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "4a89c783-079b-4b48-b60c-ca929cfba3c5",
      "resourceInvariantUUID": "2345383e-0391-452c-b414-5342d9f0e78a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUixhxai7vsljfaogbauq-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/artifacts/service-DemoPnfUixhxai7vsljfaogbauq-csar.csar",
      "artifactChecksum": "M2FhZDJjZTg5MTdkMTJlN2U1ZjIzYjFmYzdmOGVjYWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "403b16ea-c5cf-4724-b83c-0afcf2b10724"
    }
  ],
  "workloadContext": "Production"
}
2021-11-15T11:08:39.467Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-15T11:08:39.467Z|03c22952-a3e9-4f6f-b9e3-74bf57878157|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 eeacf6ef-f0ec-4641-85ef-2978c556abfb ASDC
2021-11-15T11:08:39.468Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:45a84de5-dabe-4a9c-ac17-74c4a5f4356e
ServiceName:Demo_pNF_UIxHXAi7vSljfaOgBAuq
ServiceVersion:1.0
ServiceUUID:eeacf6ef-f0ec-4641-85ef-2978c556abfb
ServiceInvariantUUID:e9a48a38-8b1a-4e80-a05a-c47f2da8f4be
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUixhxai7vsljfaogbauq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/artifacts/service-DemoPnfUixhxai7vsljfaogbauq-csar.csar
ArtifactUUID:403b16ea-c5cf-4724-b83c-0afcf2b10724
ArtifactChecksum:M2FhZDJjZTg5MTdkMTJlN2U1ZjIzYjFmYzdmOGVjYWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF e5d95a69-1c12 0
ResourceCustomizationUUID:2462bb3d-fec3-4036-91c9-91965391fff8
ResourceInvariantUUID:2345383e-0391-452c-b414-5342d9f0e78a
ResourceName:pNF e5d95a69-1c12
ResourceType:PNF
ResourceUUID:4a89c783-079b-4b48-b60c-ca929cfba3c5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-11-15T11:08:39.468Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eeacf6ef-f0ec-4641-85ef-2978c556abfb 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=?
2021-11-15T11:08:39.514Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-15T11:08:39.515Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-15T11:08:39.515Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-15T11:08:39.515Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 403b16ea-c5cf-4724-b83c-0afcf2b10724 from URL: /sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/artifacts/service-DemoPnfUixhxai7vsljfaogbauq-csar.csar
2021-11-15T11:08:39.515Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-15T11:08:39.516Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/artifacts/service-DemoPnfUixhxai7vsljfaogbauq-csar.csar
2021-11-15T11:08:39.581Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-15T11:08:39.585Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/artifacts/service-DemoPnfUixhxai7vsljfaogbauq-csar.csar 403b16ea-c5cf-4724-b83c-0afcf2b10724 82623
2021-11-15T11:08:39.585Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/artifacts/service-DemoPnfUixhxai7vsljfaogbauq-csar.csar ASDC sendASDCNotification
2021-11-15T11:08:39.585Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/artifacts/service-DemoPnfUixhxai7vsljfaogbauq-csar.csar
2021-11-15T11:08:39.586Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T11:08:39.586Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-15T11:08:39.588Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T11:08:39.588Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974519585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/artifacts/service-DemoPnfUixhxai7vsljfaogbauq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T11:08:39.689Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T11:08:39.689Z||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.
2021-11-15T11:08:39.690Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T11:08:39.706Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:08:39.707Z||pool-148-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":2,"count":1}
2021-11-15T11:08:40.589Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-15T11:08:40.590Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-15T11:08:40.591Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 403b16ea-c5cf-4724-b83c-0afcf2b10724, URL: /sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/artifacts/service-DemoPnfUixhxai7vsljfaogbauq-csar.csar to file: /app/ASDC/1/service-DemoPnfUixhxai7vsljfaogbauq-csar.csar
2021-11-15T11:08:40.591Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUixhxai7vsljfaogbauq-csar.csar
2021-11-15T11:08:40.592Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUixhxai7vsljfaogbauq-csar.csar
2021-11-15T11:08:40.592Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUixhxai7vsljfaogbauq-csar.csar
2021-11-15T11:08:40.728Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13511638256863419531/Definitions/service-DemoPnfUixhxai7vsljfaogbauq-template.yml
2021-11-15T11:08:41.488Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-15T11:08:41.489Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-11-15T11:08:41.489Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUixhxai7vsljfaogbauq-csar.csar
2021-11-15T11:08:41.489Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-11-15T11:08:41.489Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||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-DemoPnfUixhxai7vsljfaogbauq-csar.csar
2021-11-15T11:08:41.489Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUixhxai7vsljfaogbauq-csar.csar
2021-11-15T11:08:41.490Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e5d95a69-1c12 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-DemoPnfUixhxai7vsljfaogbauq-csar.csar
2021-11-15T11:08:41.490Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||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-DemoPnfUixhxai7vsljfaogbauq-csar.csar
2021-11-15T11:08:41.490Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||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-DemoPnfUixhxai7vsljfaogbauq-csar.csar
2021-11-15T11:08:41.490Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||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-DemoPnfUixhxai7vsljfaogbauq-csar.csar
2021-11-15T11:08:41.490Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||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-DemoPnfUixhxai7vsljfaogbauq-csar.csar
2021-11-15T11:08:41.490Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-11-15T11:08:41.490Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T11:08:41.491Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_UIxHXAi7vSljfaOgBAuq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T11:08:41.491Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||Node template pNF e5d95a69-1c12 0 is matching search criteria
2021-11-15T11:08:41.491Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-11-15T11:08:41.491Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF e5d95a69-1c12 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-15T11:08:41.491Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T11:08:41.491Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_UIxHXAi7vSljfaOgBAuq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T11:08:41.492Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||Node template pNF e5d95a69-1c12 0 is matching search criteria
2021-11-15T11:08:41.492Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-11-15T11:08:41.492Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF e5d95a69-1c12 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-15T11:08:41.492Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T11:08:41.492Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_UIxHXAi7vSljfaOgBAuq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T11:08:41.492Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T11:08:41.493Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_UIxHXAi7vSljfaOgBAuq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T11:08:41.493Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T11:08:41.493Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_UIxHXAi7vSljfaOgBAuq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T11:08:41.493Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T11:08:41.493Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_UIxHXAi7vSljfaOgBAuq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T11:08:41.493Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T11:08:41.493Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_UIxHXAi7vSljfaOgBAuq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T11:08:41.494Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_UIxHXAi7vSljfaOgBAuq
Description:catalog service description
Model UUID:eeacf6ef-f0ec-4641-85ef-2978c556abfb
Model Version:NULL
Model InvariantUuid:e9a48a38-8b1a-4e80-a05a-c47f2da8f4be
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=?
2021-11-15T11:08:41.499Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 4a89c783-079b-4b48-b60c-ca929cfba3c5
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=?
2021-11-15T11:08:41.502Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||INFO|500||pNF e5d95a69-1c12 0
2021-11-15T11:08:41.502Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 4a89c783-079b-4b48-b60c-ca929cfba3c5
2021-11-15T11:08:41.502Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||No resources found for Service: eeacf6ef-f0ec-4641-85ef-2978c556abfb
2021-11-15T11:08:41.502Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: eeacf6ef-f0ec-4641-85ef-2978c556abfb
2021-11-15T11:08:41.502Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF e5d95a69-1c12 0 4a89c783-079b-4b48-b60c-ca929cfba3c5 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=?
2021-11-15T11:08:41.505Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5aa5021f, org.onap.sdc.toscaparser.api.parameters.Input@5009fc23, org.onap.sdc.toscaparser.api.parameters.Input@4f369316, org.onap.sdc.toscaparser.api.parameters.Input@4a7d312e, org.onap.sdc.toscaparser.api.parameters.Input@38ba7784]
2021-11-15T11:08:41.506Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T11:08:41.506Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_UIxHXAi7vSljfaOgBAuq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T11:08:41.506Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid eeacf6ef-f0ec-4641-85ef-2978c556abfb: pNF e5d95a69-1c12
2021-11-15T11:08:41.506Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||INFO|500||Processing PNF resource: 4a89c783-079b-4b48-b60c-ca929cfba3c5
2021-11-15T11:08:41.506Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T11:08:41.507Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_UIxHXAi7vSljfaOgBAuq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T11:08:41.507Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||INFO|500||Resource customization UUID: 2462bb3d-fec3-4036-91c9-91965391fff8 is the same as notified resource customizationUUID: 2462bb3d-fec3-4036-91c9-91965391fff8
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 (?, ?)
2021-11-15T11:08:41.539Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF e5d95a69-1c12 4a89c783-079b-4b48-b60c-ca929cfba3c5 0 ASDC deployResourceStructure
2021-11-15T11:08:41.539Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/artifacts/service-DemoPnfUixhxai7vsljfaogbauq-csar.csar ASDC sendASDCNotification
2021-11-15T11:08:41.539Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/artifacts/service-DemoPnfUixhxai7vsljfaogbauq-csar.csar
2021-11-15T11:08:41.539Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T11:08:41.540Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-15T11:08:41.541Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T11:08:41.541Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974521539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/artifacts/service-DemoPnfUixhxai7vsljfaogbauq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T11:08:41.642Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T11:08:41.643Z||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.
2021-11-15T11:08:41.643Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T11:08:41.657Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:08:41.657Z||pool-149-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-15T11:08:42.542Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45a84de5-dabe-4a9c-ac17-74c4a5f4356e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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=?
2021-11-15T11:08:42.553Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45a84de5-dabe-4a9c-ac17-74c4a5f4356e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T11:08:42.556Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T11:08:42.556Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-15T11:08:42.556Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-15T11:08:47.221Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:08:47.222Z||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.
2021-11-15T11:08:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T11:08:47.242Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:08:47.243Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:08:47.243Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636974467165,
  "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=?
2021-11-15T11:08:47.258Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 45a84de5-dabe-4a9c-ac17-74c4a5f4356e
2021-11-15T11:08:47.258Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45a84de5-dabe-4a9c-ac17-74c4a5f4356e 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 (?, ?, ?, ?, ?)
2021-11-15T11:09:12.556Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45a84de5-dabe-4a9c-ac17-74c4a5f4356e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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=?
2021-11-15T11:09:12.567Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45a84de5-dabe-4a9c-ac17-74c4a5f4356e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T11:09:12.568Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T11:09:12.568Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-15T11:09:12.569Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-15T11:09:42.569Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45a84de5-dabe-4a9c-ac17-74c4a5f4356e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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=?
2021-11-15T11:09:42.578Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45a84de5-dabe-4a9c-ac17-74c4a5f4356e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T11:09:42.580Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T11:09:42.580Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-15T11:09:42.581Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-15T11:09:47.221Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:09:47.222Z||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.
2021-11-15T11:09:47.223Z||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 AbjctDGpKuArKV09) ...
2021-11-15T11:09:47.255Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:09:47.256Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:09:47.256Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "clamp",
  "timestamp": 1636974467370,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/artifacts/service-DemoPnfUixhxai7vsljfaogbauq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T11:09:47.257Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:10:12.581Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45a84de5-dabe-4a9c-ac17-74c4a5f4356e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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=?
2021-11-15T11:10:12.600Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45a84de5-dabe-4a9c-ac17-74c4a5f4356e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T11:10:12.602Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T11:10:12.602Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-15T11:10:12.602Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-15T11:10:42.602Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45a84de5-dabe-4a9c-ac17-74c4a5f4356e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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=?
2021-11-15T11:10:42.612Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45a84de5-dabe-4a9c-ac17-74c4a5f4356e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T11:10:42.613Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T11:10:42.614Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-15T11:10:42.614Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-15T11:10:47.222Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:10:47.223Z||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.
2021-11-15T11:10:47.223Z||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 AbjctDGpKuArKV09) ...
2021-11-15T11:10:47.754Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:10:47.755Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:10:47.755Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "aai-ml",
  "timestamp": 1636974446919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:10:47.756Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:10:47.756Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:10:47.756Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974467219,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:10:47.756Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:10:47.756Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:10:47.756Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "clamp",
  "timestamp": 1636974468387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/artifacts/service-DemoPnfUixhxai7vsljfaogbauq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T11:10:47.756Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:10:47.757Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:10:47.757Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "aai-ml",
  "timestamp": 1636974446919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:10:47.757Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:10:47.757Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:10:47.757Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974467219,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:10:47.757Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:10:47.757Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:10:47.757Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "clamp",
  "timestamp": 1636974469390,
  "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=?
2021-11-15T11:10:47.764Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 45a84de5-dabe-4a9c-ac17-74c4a5f4356e
2021-11-15T11:10:47.764Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45a84de5-dabe-4a9c-ac17-74c4a5f4356e 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 (?, ?, ?, ?, ?)
2021-11-15T11:10:47.775Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:10:47.775Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "aai-ml",
  "timestamp": 1636974446919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/artifacts/service-DemoPnfUixhxai7vsljfaogbauq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:10:47.775Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:10:47.776Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:10:47.776Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974467219,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:10:47.776Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:10:47.776Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:10:47.776Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "aai-ml",
  "timestamp": 1636974446919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/artifacts/service-DemoPnfUixhxai7vsljfaogbauq-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T11:10:47.776Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:10:47.776Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:10:47.776Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974467219,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:10:47.776Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:10:47.776Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:10:47.776Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974467219,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:10:47.776Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:10:47.776Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:10:47.776Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "aai-ml",
  "timestamp": 1636974472217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/artifacts/service-DemoPnfUixhxai7vsljfaogbauq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T11:10:47.776Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:10:47.777Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:10:47.777Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974467219,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:10:47.777Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:10:47.777Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:10:47.777Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974467219,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:10:47.777Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:10:47.777Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:10:47.777Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974467219,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:10:47.777Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:10:47.777Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:10:47.777Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974467219,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T11:10:47.777Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:10:47.777Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:10:47.778Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974477119,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T11:10:47.778Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:10:47.778Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:10:47.778Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "aai-ml",
  "timestamp": 1636974477596,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/artifacts/service-DemoPnfUixhxai7vsljfaogbauq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T11:10:47.778Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:10:47.778Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:10:47.778Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "aai-ml",
  "timestamp": 1636974478599,
  "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=?
2021-11-15T11:10:47.782Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 45a84de5-dabe-4a9c-ac17-74c4a5f4356e
2021-11-15T11:10:47.782Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45a84de5-dabe-4a9c-ac17-74c4a5f4356e 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 (?, ?, ?, ?, ?)
2021-11-15T11:10:47.792Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:10:47.792Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974479014,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T11:10:47.792Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:10:47.792Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:10:47.792Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03c22952-a3e9-4f6f-b9e3-74bf57878157",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974510413,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-15T11:10:47.792Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:10:47.793Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:10:47.793Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974467219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:10:47.793Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:10:47.793Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:10:47.793Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974467219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:10:47.793Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:10:47.794Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:10:47.794Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974467219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:10:47.794Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:10:47.794Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:10:47.794Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974467219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:10:47.794Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:10:47.794Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:10:47.795Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974467219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:10:47.795Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:10:47.795Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:10:47.795Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974467219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/resourceInstances/pnfe5d95a691c120/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:10:47.795Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:10:47.795Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:10:47.795Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974467219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/artifacts/service-DemoPnfUixhxai7vsljfaogbauq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T11:10:47.796Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:10:47.796Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:10:47.796Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974467219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/artifacts/service-DemoPnfUixhxai7vsljfaogbauq-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T11:10:47.796Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T11:10:47.796Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:10:47.796Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974519585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/artifacts/service-DemoPnfUixhxai7vsljfaogbauq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T11:10:47.796Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:10:47.796Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T11:10:47.796Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974521539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUixhxai7vsljfaogbauq/1.0/artifacts/service-DemoPnfUixhxai7vsljfaogbauq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T11:10:47.796Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:11:12.614Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45a84de5-dabe-4a9c-ac17-74c4a5f4356e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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=?
2021-11-15T11:11:12.628Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45a84de5-dabe-4a9c-ac17-74c4a5f4356e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T11:11:12.631Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T11:11:12.631Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-15T11:11:12.631Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-15T11:11:12.632Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-15T11:11:12.632Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T11:11:12.632Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T11:11:12.632Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T11:11:12.632Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T11:11:12.632Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T11:11:12.633Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T11:11:12.633Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T11:11:12.633Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||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=?
2021-11-15T11:11:12.639Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-15T11:11:42.639Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 45a84de5-dabe-4a9c-ac17-74c4a5f4356e 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=?
2021-11-15T11:11:42.653Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 45a84de5-dabe-4a9c-ac17-74c4a5f4356e and serviceModelVersionId: eeacf6ef-f0ec-4641-85ef-2978c556abfb
2021-11-15T11:11:42.653Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e9a48a38-8b1a-4e80-a05a-c47f2da8f4be
2021-11-15T11:11:42.656Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e9a48a38-8b1a-4e80-a05a-c47f2da8f4be/model-vers/model-ver/eeacf6ef-f0ec-4641-85ef-2978c556abfb?depth=0
2021-11-15T11:11:42.665Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-11-15T11:11:42.723Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9a48a38-8b1a-4e80-a05a-c47f2da8f4be/model-vers/model-ver/eeacf6ef-f0ec-4641-85ef-2978c556abfb?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]}
2021-11-15T11:11:42.725Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9a48a38-8b1a-4e80-a05a-c47f2da8f4be/model-vers/model-ver/eeacf6ef-f0ec-4641-85ef-2978c556abfb?depth=0|INFO|500||Invoke
2021-11-15T11:11:42.746Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9a48a38-8b1a-4e80-a05a-c47f2da8f4be/model-vers/model-ver/eeacf6ef-f0ec-4641-85ef-2978c556abfb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-15T11:11:42.850Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9a48a38-8b1a-4e80-a05a-c47f2da8f4be/model-vers/model-ver/eeacf6ef-f0ec-4641-85ef-2978c556abfb?depth=0|INFO|500||InvokeReturn
2021-11-15T11:11:42.850Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9a48a38-8b1a-4e80-a05a-c47f2da8f4be/model-vers/model-ver/eeacf6ef-f0ec-4641-85ef-2978c556abfb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211115-11:11:42:753-53386], vertex-id=[249904], Content-Length=[0], Date=[Mon, 15 Nov 2021 11:11:42 GMT], Content-Type=[application/json]}
2021-11-15T11:11:42.850Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-11-15T11:11:42.850Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-15T11:11:42.850Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||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=?
2021-11-15T11:11:42.857Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||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)
2021-11-15T11:11:42.857Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 45a84de5-dabe-4a9c-ac17-74c4a5f4356e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-15T11:11:42.857Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-15T11:11:42.857Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-15T11:11:42.860Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T11:11:42.861Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974702857,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-15T11:11:42.961Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T11:11:42.962Z||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.
2021-11-15T11:11:42.962Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T11:11:42.990Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:11:42.991Z||pool-150-thread-1|||||INFO|500||cambria reply ok (30 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=?
2021-11-15T11:11:43.874Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:11:43.874Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T11:11:43.875Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AbjctDGpKuArKV09) ...
2021-11-15T11:11:47.221Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:11:47.222Z||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.
2021-11-15T11:11:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T11:11:47.849Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:11:47.850Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-15T11:11:47.850Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a84de5-dabe-4a9c-ac17-74c4a5f4356e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636974702857,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-15T11:11:47.851Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T11:11:54.323Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:11:54.324Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:11:54.324Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T11:11:54.324Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AbjctDGpKuArKV09) ...
2021-11-15T11:12:03.897Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:12:03.898Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:12:03.898Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T11:12:03.898Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AbjctDGpKuArKV09) ...
2021-11-15T11:12:13.438Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:12:13.439Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:12:13.439Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T11:12:13.439Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AbjctDGpKuArKV09) ...
2021-11-15T11:12:22.993Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:12:47.219Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:12:47.221Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:12:47.221Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T11:12:47.221Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AbjctDGpKuArKV09) ...
2021-11-15T11:12:47.221Z||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.
2021-11-15T11:12:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T11:12:56.769Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:12:56.770Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:13:47.221Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:13:47.221Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:13:47.225Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T11:13:47.226Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|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.
2021-11-15T11:13:47.227Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|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 AbjctDGpKuArKV09) ...
2021-11-15T11:13:47.226Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AbjctDGpKuArKV09) ...
2021-11-15T11:13:56.805Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:13:56.828Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:14:47.220Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:14:47.222Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:14:47.223Z||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.
2021-11-15T11:14:47.223Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|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.
2021-11-15T11:14:47.224Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|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 AbjctDGpKuArKV09) ...
2021-11-15T11:14:47.224Z||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 AbjctDGpKuArKV09) ...
2021-11-15T11:14:56.775Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:14:56.825Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:15:47.218Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:15:47.219Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|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.
2021-11-15T11:15:47.219Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|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 AbjctDGpKuArKV09) ...
2021-11-15T11:15:47.221Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:15:47.221Z||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.
2021-11-15T11:15:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T11:15:56.773Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:15:56.775Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:16:47.220Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:16:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:16:47.224Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|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.
2021-11-15T11:16:47.225Z||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.
2021-11-15T11:16:47.225Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|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 AbjctDGpKuArKV09) ...
2021-11-15T11:16:47.225Z||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 AbjctDGpKuArKV09) ...
2021-11-15T11:16:56.820Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:16:56.823Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:17:47.220Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:17:47.221Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:17:47.224Z||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.
2021-11-15T11:17:47.224Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|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.
2021-11-15T11:17:47.224Z||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 AbjctDGpKuArKV09) ...
2021-11-15T11:17:47.224Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|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 AbjctDGpKuArKV09) ...
2021-11-15T11:17:56.783Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:17:56.809Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:18:47.218Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:18:47.221Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|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.
2021-11-15T11:18:47.221Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|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 AbjctDGpKuArKV09) ...
2021-11-15T11:18:47.221Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:18:47.221Z||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.
2021-11-15T11:18:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T11:18:56.796Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:18:56.831Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:19:47.218Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:19:47.219Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|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.
2021-11-15T11:19:47.219Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|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 AbjctDGpKuArKV09) ...
2021-11-15T11:19:47.221Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:19:47.221Z||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.
2021-11-15T11:19:47.221Z||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 AbjctDGpKuArKV09) ...
2021-11-15T11:19:56.761Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:19:56.772Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:20:47.220Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:20:47.221Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:20:47.224Z||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.
2021-11-15T11:20:47.224Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|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.
2021-11-15T11:20:47.225Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|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 AbjctDGpKuArKV09) ...
2021-11-15T11:20:47.225Z||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 AbjctDGpKuArKV09) ...
2021-11-15T11:20:56.782Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:20:56.786Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:21:47.218Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:21:47.219Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|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.
2021-11-15T11:21:47.219Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|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 AbjctDGpKuArKV09) ...
2021-11-15T11:21:47.221Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:21:47.221Z||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.
2021-11-15T11:21:47.221Z||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 AbjctDGpKuArKV09) ...
2021-11-15T11:21:56.763Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:21:56.772Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:22:47.219Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:22:47.221Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:22:47.223Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|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.
2021-11-15T11:22:47.223Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|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.
2021-11-15T11:22:47.224Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|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 AbjctDGpKuArKV09) ...
2021-11-15T11:22:47.224Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|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 AbjctDGpKuArKV09) ...
2021-11-15T11:22:56.790Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:22:56.790Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:23:47.218Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:23:47.219Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|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.
2021-11-15T11:23:47.219Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|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 AbjctDGpKuArKV09) ...
2021-11-15T11:23:47.221Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:23:47.221Z||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.
2021-11-15T11:23:47.221Z||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 AbjctDGpKuArKV09) ...
2021-11-15T11:23:56.764Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:23:56.765Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:24:47.219Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:24:47.221Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:24:47.223Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|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.
2021-11-15T11:24:47.223Z||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.
2021-11-15T11:24:47.223Z||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 AbjctDGpKuArKV09) ...
2021-11-15T11:24:47.223Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|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 AbjctDGpKuArKV09) ...
2021-11-15T11:24:56.785Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:24:56.787Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:25:47.221Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:25:47.220Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:25:47.225Z||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.
2021-11-15T11:25:47.225Z||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.
2021-11-15T11:25:47.225Z||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 AbjctDGpKuArKV09) ...
2021-11-15T11:25:47.225Z||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 AbjctDGpKuArKV09) ...
2021-11-15T11:25:56.794Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:25:56.842Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:26:47.219Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:26:47.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T11:26:47.221Z||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 AbjctDGpKuArKV09) ...
2021-11-15T11:26:47.221Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:26:47.221Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|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.
2021-11-15T11:26:47.222Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|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 AbjctDGpKuArKV09) ...
2021-11-15T11:26:56.776Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:26:56.776Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:27:47.220Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:27:47.221Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:27:47.223Z||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.
2021-11-15T11:27:47.223Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|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.
2021-11-15T11:27:47.224Z||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 AbjctDGpKuArKV09) ...
2021-11-15T11:27:47.224Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|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 AbjctDGpKuArKV09) ...
2021-11-15T11:27:56.784Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:27:56.801Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:28:47.218Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:28:47.221Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:28:47.221Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|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.
2021-11-15T11:28:47.221Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|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.
2021-11-15T11:28:47.221Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|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 AbjctDGpKuArKV09) ...
2021-11-15T11:28:47.221Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|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 AbjctDGpKuArKV09) ...
2021-11-15T11:28:56.784Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:28:56.793Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:29:47.219Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:29:47.220Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|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.
2021-11-15T11:29:47.220Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|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 AbjctDGpKuArKV09) ...
2021-11-15T11:29:47.223Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:29:47.223Z||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.
2021-11-15T11:29:47.223Z||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 AbjctDGpKuArKV09) ...
2021-11-15T11:29:56.770Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:29:56.771Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:30:47.219Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:30:47.221Z||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.
2021-11-15T11:30:47.221Z||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 AbjctDGpKuArKV09) ...
2021-11-15T11:30:47.221Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:30:47.223Z||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.
2021-11-15T11:30:47.223Z||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 AbjctDGpKuArKV09) ...
2021-11-15T11:30:56.776Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:30:56.778Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:31:47.218Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:31:47.219Z||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.
2021-11-15T11:31:47.220Z||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 AbjctDGpKuArKV09) ...
2021-11-15T11:31:47.221Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:31:47.222Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|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.
2021-11-15T11:31:47.222Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|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 AbjctDGpKuArKV09) ...
2021-11-15T11:31:56.764Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:31:56.765Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:32:47.220Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:32:47.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:32:47.226Z||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.
2021-11-15T11:32:47.226Z||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.
2021-11-15T11:32:47.226Z||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 AbjctDGpKuArKV09) ...
2021-11-15T11:32:47.227Z||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 AbjctDGpKuArKV09) ...
2021-11-15T11:32:56.772Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:32:56.774Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:33:47.218Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:33:47.219Z||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.
2021-11-15T11:33:47.219Z||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 AbjctDGpKuArKV09) ...
2021-11-15T11:33:47.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:33:47.221Z||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.
2021-11-15T11:33:47.221Z||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 AbjctDGpKuArKV09) ...
2021-11-15T11:33:56.765Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:33:56.766Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:34:47.223Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:34:47.223Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:34:47.232Z||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.
2021-11-15T11:34:47.233Z||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 AbjctDGpKuArKV09) ...
2021-11-15T11:34:47.232Z||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.
2021-11-15T11:34:47.233Z||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 AbjctDGpKuArKV09) ...
2021-11-15T11:34:56.788Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:34:56.790Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:35:47.218Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:35:47.219Z||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.
2021-11-15T11:35:47.219Z||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 AbjctDGpKuArKV09) ...
2021-11-15T11:35:47.221Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:35:47.222Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|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.
2021-11-15T11:35:47.222Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|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 AbjctDGpKuArKV09) ...
2021-11-15T11:35:56.768Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:35:56.769Z|e08b1c34-e5d6-4dd7-a7ad-d53d6fb83382|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:36:47.220Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:36:47.221Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:36:47.224Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|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.
2021-11-15T11:36:47.224Z||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.
2021-11-15T11:36:47.224Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|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 AbjctDGpKuArKV09) ...
2021-11-15T11:36:47.224Z||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 AbjctDGpKuArKV09) ...
2021-11-15T11:36:56.787Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:36:56.791Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:37:47.218Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:37:47.220Z||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.
2021-11-15T11:37:47.220Z||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 AbjctDGpKuArKV09) ...
2021-11-15T11:37:47.221Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:37:47.222Z||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.
2021-11-15T11:37:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T11:37:56.768Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:37:56.796Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:38:47.222Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:38:47.226Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:38:47.226Z||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.
2021-11-15T11:38:47.226Z||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 AbjctDGpKuArKV09) ...
2021-11-15T11:38:47.227Z||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.
2021-11-15T11:38:47.227Z||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 AbjctDGpKuArKV09) ...
2021-11-15T11:38:56.783Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:38:56.840Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:39:47.218Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:39:47.219Z||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.
2021-11-15T11:39:47.219Z||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 AbjctDGpKuArKV09) ...
2021-11-15T11:39:47.221Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:39:47.221Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|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.
2021-11-15T11:39:47.221Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|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 AbjctDGpKuArKV09) ...
2021-11-15T11:39:56.777Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:39:56.785Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:40:40.831Z||http-nio-8085-exec-9|||||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)
2021-11-15T11:40:47.219Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:40:47.220Z||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.
2021-11-15T11:40:47.220Z||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 AbjctDGpKuArKV09) ...
2021-11-15T11:40:47.221Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:40:47.222Z||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.
2021-11-15T11:40:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T11:40:56.769Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:40:56.777Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:41:47.218Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:41:47.220Z||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.
2021-11-15T11:41:47.220Z||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 AbjctDGpKuArKV09) ...
2021-11-15T11:41:47.221Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:41:47.221Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|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.
2021-11-15T11:41:47.221Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|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 AbjctDGpKuArKV09) ...
2021-11-15T11:41:56.775Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:41:56.775Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:42:47.219Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:42:47.221Z||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.
2021-11-15T11:42:47.221Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:42:47.221Z||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 AbjctDGpKuArKV09) ...
2021-11-15T11:42:47.221Z||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.
2021-11-15T11:42:47.221Z||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 AbjctDGpKuArKV09) ...
2021-11-15T11:42:56.763Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:42:56.766Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:43:47.220Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:43:47.221Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:43:47.225Z||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.
2021-11-15T11:43:47.225Z||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.
2021-11-15T11:43:47.225Z||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 AbjctDGpKuArKV09) ...
2021-11-15T11:43:47.225Z||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 AbjctDGpKuArKV09) ...
2021-11-15T11:43:56.780Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:43:56.786Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:44:47.218Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:44:47.219Z||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.
2021-11-15T11:44:47.219Z||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 AbjctDGpKuArKV09) ...
2021-11-15T11:44:47.221Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:44:47.221Z||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.
2021-11-15T11:44:47.221Z||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 AbjctDGpKuArKV09) ...
2021-11-15T11:44:56.773Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:44:56.774Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:45:47.219Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:45:47.221Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:45:47.224Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|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.
2021-11-15T11:45:47.224Z||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.
2021-11-15T11:45:47.224Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|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 AbjctDGpKuArKV09) ...
2021-11-15T11:45:47.224Z||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 AbjctDGpKuArKV09) ...
2021-11-15T11:45:56.780Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:45:56.780Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T11:46:47.219Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:46:47.221Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T11:46:47.222Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|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.
2021-11-15T11:46:47.222Z|45a84de5-dabe-4a9c-ac17-74c4a5f4356e|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 AbjctDGpKuArKV09) ...
2021-11-15T11:46:47.225Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|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.
2021-11-15T11:46:47.225Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|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 AbjctDGpKuArKV09) ...