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-09-14T06:42:00.455Z||main|||||INFO|500||The following profiles are active: basic
2021-09-14T06:42:15.099Z||main|||||INFO|500||Starting service [Tomcat]
2021-09-14T06:42:15.105Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-09-14T06:42:15.250Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-09-14T06:42:21.023Z||main|||||INFO|500||catdb-pool - Starting...
2021-09-14T06:42:21.539Z||main|||||INFO|500||catdb-pool - Start completed.
2021-09-14T06:42:22.191Z||main|||||INFO|500||reqdb-pool - Starting...
2021-09-14T06:42:22.198Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-09-14T06:42:22.417Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-09-14T06:42:22.801Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-09-14T06:42:23.653Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-09-14T06:42:30.620Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-14T06:42:33.415Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-14T06:42:33.483Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-09-14T06:42:34.150Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-14T06:42:34.379Z||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-09-14T06:42:35.897Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-14T06:42:37.338Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-09-14T06:42:37.359Z||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$$3899c07d.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-09-14T06:42:37.360Z||main|||||WARN|500||The sdc end point is not alive
2021-09-14T06:42:41.352Z||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-09-14T06:42:45.060Z||main|||||WARN|500||---
2021-09-14T06:42:45.060Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-09-14T06:42:45.061Z||main|||||WARN|500||---
2021-09-14T06:42:45.742Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-09-14T06:42:52.014Z||main|||||INFO|500||Started Application in 56.625 seconds (JVM running for 63.452)
2021-09-14T06:42:52.059Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-14T06:42:52.067Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-14T06:42:52.085Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-14T06:42:52.118Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-14T06:42:52.203Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f3ee2e7e-a0d9-49a9-a25f-3380faaeaae4 url= /sdc/v1/artifactTypes
2021-09-14T06:42:52.204Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-14T06:42:52.508Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-14T06:42:52.529Z||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-09-14T06:42:52.552Z||scheduling-1|||||DEBUG|500||create keys
2021-09-14T06:42:52.559Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-14T06:42:52.596Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T06:42:52.618Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 6769c91a-d67c-4b66-908e-bc5683b3a898 url= /sdc/v1/registerForDistribution
2021-09-14T06:42:52.746Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 6769c91a-d67c-4b66-908e-bc5683b3a898 url= /sdc/v1/registerForDistribution
2021-09-14T06:42:52.747Z||scheduling-1|||||INFO|500||start DistributionClient
2021-09-14T06:42:52.780Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:42:52.791Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:42:52.797Z||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-09-14T06:42:52.800Z||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-09-14T06:42:52.798Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:42:52.800Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:42:52.802Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-09-14T06:43:03.287Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T06:43:03.315Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T06:43:52.761Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:43:52.766Z||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-09-14T06:43:52.766Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:43:52.769Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:43:52.770Z||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-09-14T06:43:52.771Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:44:02.450Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T06:44:02.450Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T06:44:52.761Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:44:52.765Z||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-09-14T06:44:52.766Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:44:52.769Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:44:52.770Z||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-09-14T06:44:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:45:02.346Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T06:45:02.365Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T06:45:52.764Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:45:52.767Z||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-09-14T06:45:52.767Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:45:52.769Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:45:52.769Z||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-09-14T06:45:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:46:02.328Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T06:46:02.339Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T06:46:52.761Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:46:52.766Z||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-09-14T06:46:52.767Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:46:52.769Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:46:52.771Z||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-09-14T06:46:52.771Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:47:02.338Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T06:47:02.363Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T06:47:52.762Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:47:52.765Z||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-09-14T06:47:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:47:52.769Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:47:52.769Z||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-09-14T06:47:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:48:02.353Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T06:48:02.365Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T06:48:52.762Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:48:52.765Z||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-09-14T06:48:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:48:52.769Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:48:52.770Z||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-09-14T06:48:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:49:02.324Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T06:49:02.324Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T06:49:52.761Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:49:52.767Z||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-09-14T06:49:52.767Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:49:52.769Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:49:52.774Z||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-09-14T06:49:52.774Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:50:02.341Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T06:50:02.356Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T06:50:52.762Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:50:52.766Z||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-09-14T06:50:52.767Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:50:52.769Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:50:52.769Z||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-09-14T06:50:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:51:02.339Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T06:51:02.351Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T06:51:49.651Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-14T06:51:52.761Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:51:52.763Z||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-09-14T06:51:52.763Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:51:52.769Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:51:52.770Z||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-09-14T06:51:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:52:02.338Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T06:52:02.344Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T06:52:52.761Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:52:52.764Z||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-09-14T06:52:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:52:52.769Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:52:52.769Z||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-09-14T06:52:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:53:02.335Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T06:53:02.354Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T06:53:52.761Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:53:52.764Z||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-09-14T06:53:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:53:52.769Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:53:52.769Z||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-09-14T06:53:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:54:02.345Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T06:54:02.346Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T06:54:52.761Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:54:52.762Z||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-09-14T06:54:52.763Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:54:52.768Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:54:52.769Z||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-09-14T06:54:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:55:02.347Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T06:55:02.356Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T06:55:52.761Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:55:52.763Z||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-09-14T06:55:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:55:52.769Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:55:52.769Z||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-09-14T06:55:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:56:02.325Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T06:56:02.328Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T06:56:52.761Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:56:52.765Z||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-09-14T06:56:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:56:52.769Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:56:52.769Z||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-09-14T06:56:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:57:02.328Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T06:57:02.328Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T06:57:52.762Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:57:52.765Z||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-09-14T06:57:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:57:52.769Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:57:52.769Z||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-09-14T06:57:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:58:02.324Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T06:58:02.336Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T06:58:52.761Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:58:52.766Z||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-09-14T06:58:52.767Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:58:52.769Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:58:52.770Z||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-09-14T06:58:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:59:02.337Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T06:59:02.347Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T06:59:52.761Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:59:52.765Z||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-09-14T06:59:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:59:52.769Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:59:52.769Z||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-09-14T06:59:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:00:02.351Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:00:02.383Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:00:52.763Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:00:52.767Z||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-09-14T07:00:52.768Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:00:52.769Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:00:52.769Z||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-09-14T07:00:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:01:02.430Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:01:02.444Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:01:52.762Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:01:52.765Z||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-09-14T07:01:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:01:52.769Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:01:52.770Z||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-09-14T07:01:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:02:02.346Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:02:02.347Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:02:52.761Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:02:52.764Z||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-09-14T07:02:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:02:52.769Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:02:52.770Z||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-09-14T07:02:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:03:02.354Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:03:02.392Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:03:52.761Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:03:52.766Z||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-09-14T07:03:52.767Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:03:52.769Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:03:52.769Z||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-09-14T07:03:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:04:02.398Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:04:02.435Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:04:52.761Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:04:52.765Z||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-09-14T07:04:52.766Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:04:52.769Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:04:52.769Z||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-09-14T07:04:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:05:02.357Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:05:02.359Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:05:52.761Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:05:52.764Z||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-09-14T07:05:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:05:52.769Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:05:52.769Z||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-09-14T07:05:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:06:02.334Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:06:02.335Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:06:52.762Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:06:52.766Z||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-09-14T07:06:52.766Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:06:52.769Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:06:52.771Z||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-09-14T07:06:52.771Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:07:02.329Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:07:02.343Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:07:52.761Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:07:52.764Z||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-09-14T07:07:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:07:52.769Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:07:52.770Z||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-09-14T07:07:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:08:02.338Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:08:02.340Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:08:52.761Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:08:52.766Z||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-09-14T07:08:52.766Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:08:52.770Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:08:52.771Z||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-09-14T07:08:52.772Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:09:02.338Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:09:02.343Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:09:52.764Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:09:52.768Z||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-09-14T07:09:52.768Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:09:52.769Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:09:52.769Z||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-09-14T07:09:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:10:02.342Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:10:02.351Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:10:52.763Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:10:52.766Z||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-09-14T07:10:52.766Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:10:52.769Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:10:52.771Z||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-09-14T07:10:52.771Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:11:02.378Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:11:02.381Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:11:52.762Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:11:52.764Z||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-09-14T07:11:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:11:52.769Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:11:52.769Z||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-09-14T07:11:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:12:02.358Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:12:02.359Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:12:52.765Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:12:52.768Z||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-09-14T07:12:52.768Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:12:52.769Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:12:52.769Z||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-09-14T07:12:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:13:02.331Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:13:02.333Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:13:52.761Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:13:52.764Z||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-09-14T07:13:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:13:52.769Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:13:52.769Z||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-09-14T07:13:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:14:02.333Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:14:02.346Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:14:52.761Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:14:52.765Z||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-09-14T07:14:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:14:52.769Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:14:52.769Z||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-09-14T07:14:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:15:02.340Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:15:02.344Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:15:52.761Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:15:52.765Z||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-09-14T07:15:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:15:52.769Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:15:52.769Z||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-09-14T07:15:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:16:02.322Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:16:02.325Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:16:52.761Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:16:52.764Z||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-09-14T07:16:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:16:52.769Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:16:52.769Z||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-09-14T07:16:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:17:02.343Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:17:02.343Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:17:52.761Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:17:52.764Z||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-09-14T07:17:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:17:52.769Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:17:52.769Z||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-09-14T07:17:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:18:02.338Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:18:02.346Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:18:52.761Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:18:52.765Z||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-09-14T07:18:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:18:52.769Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:18:52.769Z||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-09-14T07:18:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:19:02.338Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:19:02.345Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:19:52.762Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:19:52.765Z||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-09-14T07:19:52.766Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:19:52.769Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:19:52.770Z||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-09-14T07:19:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:20:02.339Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:20:02.340Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:20:52.761Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:20:52.766Z||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-09-14T07:20:52.766Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:20:52.769Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:20:52.769Z||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-09-14T07:20:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:21:02.349Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:21:02.353Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:21:52.761Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:21:52.766Z||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-09-14T07:21:52.766Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:21:52.769Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:21:52.770Z||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-09-14T07:21:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:22:02.335Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:22:02.355Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:22:52.761Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:22:52.764Z||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-09-14T07:22:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:22:52.769Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:22:52.769Z||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-09-14T07:22:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:23:02.319Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:23:02.321Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:23:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:23:52.765Z||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-09-14T07:23:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:23:52.769Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:23:52.769Z||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-09-14T07:23:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:24:02.344Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:24:02.346Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:24:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:24:52.764Z||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-09-14T07:24:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:24:52.769Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:24:52.769Z||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-09-14T07:24:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:25:02.323Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:25:02.330Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:25:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:25:52.765Z||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-09-14T07:25:52.766Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:25:52.769Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:25:52.769Z||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-09-14T07:25:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:26:02.367Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:26:02.398Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:26:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:26:52.766Z||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-09-14T07:26:52.766Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:26:52.769Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:26:52.770Z||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-09-14T07:26:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:27:02.339Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:27:02.360Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:27:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:27:52.765Z||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-09-14T07:27:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:27:52.769Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:27:52.769Z||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-09-14T07:27:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:28:02.345Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:28:02.357Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:28:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:28:52.765Z||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-09-14T07:28:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:28:52.769Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:28:52.769Z||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-09-14T07:28:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:29:02.323Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:29:02.342Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:29:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:29:52.765Z||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-09-14T07:29:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:29:52.769Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:29:52.769Z||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-09-14T07:29:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:30:02.338Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:30:02.338Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:30:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:30:52.764Z||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-09-14T07:30:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:30:52.769Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:30:52.769Z||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-09-14T07:30:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:31:02.337Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:31:02.346Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:31:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:31:52.765Z||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-09-14T07:31:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:31:52.769Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:31:52.769Z||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-09-14T07:31:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:32:02.319Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:32:02.345Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:32:52.762Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:32:52.767Z||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-09-14T07:32:52.767Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:32:52.769Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:32:52.769Z||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-09-14T07:32:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:33:02.334Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:33:02.354Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:33:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:33:52.765Z||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-09-14T07:33:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:33:52.769Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:33:52.769Z||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-09-14T07:33:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:34:02.340Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:34:02.367Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:34:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:34:52.764Z||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-09-14T07:34:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:34:52.769Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:34:52.770Z||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-09-14T07:34:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:35:02.332Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:35:02.348Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:35:52.761Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:35:52.764Z||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-09-14T07:35:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:35:52.769Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:35:52.769Z||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-09-14T07:35:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:36:02.348Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:36:02.348Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:36:52.761Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:36:52.764Z||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-09-14T07:36:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:36:52.769Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:36:52.770Z||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-09-14T07:36:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:37:02.361Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:37:02.358Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:37:52.761Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:37:52.764Z||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-09-14T07:37:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:37:52.769Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:37:52.769Z||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-09-14T07:37:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:38:02.330Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:38:02.347Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:38:52.761Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:38:52.763Z||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-09-14T07:38:52.763Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:38:52.769Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:38:52.769Z||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-09-14T07:38:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:39:02.362Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:39:02.362Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:39:52.763Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:39:52.770Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:39:52.771Z||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-09-14T07:39:52.772Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:39:52.772Z||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-09-14T07:39:52.773Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:40:02.382Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:40:02.382Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:40:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:40:52.766Z||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-09-14T07:40:52.766Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:40:52.769Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:40:52.769Z||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-09-14T07:40:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:41:02.339Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:41:02.358Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:41:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:41:52.765Z||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-09-14T07:41:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:41:52.769Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:41:52.769Z||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-09-14T07:41:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:42:02.323Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:42:02.344Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:42:52.762Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:42:52.766Z||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-09-14T07:42:52.766Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:42:52.769Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:42:52.769Z||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-09-14T07:42:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:43:02.340Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:43:02.368Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:43:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:43:52.765Z||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-09-14T07:43:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:43:52.769Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:43:52.769Z||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-09-14T07:43:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:44:02.327Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:44:02.340Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:44:52.763Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:44:52.768Z||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-09-14T07:44:52.768Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:44:52.770Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:44:52.770Z||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-09-14T07:44:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:45:02.352Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:45:02.354Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:45:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:45:52.764Z||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-09-14T07:45:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:45:52.769Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:45:52.769Z||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-09-14T07:45:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:46:02.330Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:46:02.336Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:46:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:46:52.765Z||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-09-14T07:46:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:46:52.769Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:46:52.770Z||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-09-14T07:46:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:47:02.319Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:47:02.320Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:47:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:47:52.764Z||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-09-14T07:47:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:47:52.769Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:47:52.769Z||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-09-14T07:47:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:48:02.402Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:48:02.410Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:48:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:48:52.765Z||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-09-14T07:48:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:48:52.769Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:48:52.770Z||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-09-14T07:48:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:49:02.323Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:49:02.342Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:49:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:49:52.765Z||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-09-14T07:49:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:49:52.769Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:49:52.769Z||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-09-14T07:49:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:50:02.344Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:50:02.347Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:50:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:50:52.766Z||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-09-14T07:50:52.766Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:50:52.769Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:50:52.769Z||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-09-14T07:50:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:51:02.336Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:51:02.338Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:51:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:51:52.764Z||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-09-14T07:51:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:51:52.769Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:51:52.769Z||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-09-14T07:51:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:52:02.337Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:52:02.356Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:52:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:52:52.765Z||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-09-14T07:52:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:52:52.769Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:52:52.769Z||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-09-14T07:52:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:53:02.329Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:53:02.331Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:53:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:53:52.764Z||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-09-14T07:53:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:53:52.769Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:53:52.770Z||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-09-14T07:53:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:54:02.320Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:54:02.354Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:54:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:54:52.765Z||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-09-14T07:54:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:54:52.769Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:54:52.769Z||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-09-14T07:54:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:55:02.332Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:55:02.347Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:55:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:55:52.765Z||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-09-14T07:55:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:55:52.769Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:55:52.769Z||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-09-14T07:55:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:56:02.342Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:56:02.347Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:56:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:56:52.764Z||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-09-14T07:56:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:56:52.769Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:56:52.770Z||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-09-14T07:56:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:57:02.365Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:57:02.376Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:57:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:57:52.764Z||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-09-14T07:57:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:57:52.769Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:57:52.769Z||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-09-14T07:57:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:58:02.326Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:58:02.352Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:58:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:58:52.764Z||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-09-14T07:58:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:58:52.769Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:58:52.770Z||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-09-14T07:58:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:59:02.340Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:59:02.345Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T07:59:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:59:52.764Z||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-09-14T07:59:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:59:52.769Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:59:52.769Z||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-09-14T07:59:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:00:02.380Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:00:02.382Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:00:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:00:52.764Z||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-09-14T08:00:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:00:52.769Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:00:52.769Z||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-09-14T08:00:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:01:02.367Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:01:02.370Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:01:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:01:52.763Z||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-09-14T08:01:52.763Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:01:52.769Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:01:52.770Z||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-09-14T08:01:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:02:02.339Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:02:02.373Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:02:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:02:52.764Z||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-09-14T08:02:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:02:52.769Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:02:52.769Z||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-09-14T08:02:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:03:02.357Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:03:02.358Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:03:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:03:52.763Z||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-09-14T08:03:52.763Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:03:52.768Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:03:52.769Z||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-09-14T08:03:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:04:02.334Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:04:02.359Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:04:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:04:52.764Z||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-09-14T08:04:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:04:52.769Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:04:52.771Z||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-09-14T08:04:52.771Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:05:02.368Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:05:02.372Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:05:52.761Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:05:52.764Z||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-09-14T08:05:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:05:52.769Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:05:52.770Z||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-09-14T08:05:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:06:02.367Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:06:02.373Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:06:52.770Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:06:52.763Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:06:52.772Z||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-09-14T08:06:52.772Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:06:52.773Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T08:06:52.773Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:07:02.407Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:07:02.410Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:07:52.761Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:07:52.765Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T08:07:52.765Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:07:52.769Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:07:52.769Z||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-09-14T08:07:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:08:02.332Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:08:02.334Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:08:52.762Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:08:52.764Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T08:08:52.765Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:08:52.769Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:08:52.769Z||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-09-14T08:08:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:09:02.331Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:09:02.339Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:09:52.761Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:09:52.765Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T08:09:52.766Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:09:52.769Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:09:52.769Z||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-09-14T08:09:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:10:02.369Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:10:02.373Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:10:52.761Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:10:52.764Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T08:10:52.764Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:10:52.769Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:10:52.770Z||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-09-14T08:10:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:11:02.347Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:11:02.347Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:11:52.761Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:11:52.764Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T08:11:52.764Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:11:52.769Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:11:52.770Z||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-09-14T08:11:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:12:02.343Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:12:02.350Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:12:52.761Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:12:52.764Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T08:12:52.764Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:12:52.769Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:12:52.769Z||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-09-14T08:12:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:13:02.328Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:13:02.339Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:13:52.761Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:13:52.764Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T08:13:52.764Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:13:52.769Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:13:52.769Z||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-09-14T08:13:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:14:02.370Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:14:02.365Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:14:52.761Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:14:52.764Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T08:14:52.764Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:14:52.769Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:14:52.769Z||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-09-14T08:14:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:15:02.354Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:15:02.360Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:15:52.761Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:15:52.765Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T08:15:52.766Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:15:52.769Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:15:52.769Z||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-09-14T08:15:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:16:02.324Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:16:02.327Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:16:52.762Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:16:52.764Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T08:16:52.765Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:16:52.769Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:16:52.771Z||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-09-14T08:16:52.772Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:17:02.398Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:17:02.399Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:17:52.761Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:17:52.763Z||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-09-14T08:17:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:17:52.770Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:17:52.771Z||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-09-14T08:17:52.771Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:18:02.335Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:18:02.338Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:18:52.764Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:18:52.767Z||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-09-14T08:18:52.767Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:18:52.771Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:18:52.771Z||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-09-14T08:18:52.771Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:18:53.403Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:18:53.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"37aa0b96-00f9-4da9-b51f-0a5754555172","serviceName":"vFW 2021-09-14 08-14-49","serviceVersion":"1.0","serviceUUID":"6dc3288a-14b5-45d6-bcf9-1284e3c3fd88","serviceDescription":"catalog service description","serviceInvariantUUID":"2c61b285-1d62-410e-b82a-d978345ca3a8","resources":[{"resourceInstanceName":"vFW 1714ccab-ac24 0","resourceName":"vFW 1714ccab-ac24","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2560c39b-1f78-499c-9646-d31a85aeefd1","resourceInvariantUUID":"c55c1e28-b319-45a9-8cee-6b6b87ccb3a5","resourceCustomizationUUID":"ddefc7ae-747a-4e4a-b200-21f030b82c80","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vf-license-model.xml","artifactChecksum":"NTgwMzZjOGY3NTUwMDQ5OTAxYzU2OTJkOGIwOTAxNmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7c3d86ee-80de-4ede-aa49-1ba1f4b7b809","artifactVersion":"1"},{"artifactName":"vfw1714ccabac240_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vfw1714ccabac240_modules.json","artifactChecksum":"NGU0OTFiNGVhMDc0N2UyMTg4NzZlZTk5Yzk2MDY5N2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e345ce5f-20de-4d73-8d72-e161573f11aa","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c1a05382-6046-46f5-8aec-a584a2bd1d83","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vendor-license-model.xml","artifactChecksum":"MTNkY2QwNTY2NmUyZDY3MmQyZGE5OWI0ZWMwMGY1ZWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"dcc0237e-6b5a-41f5-ae19-d61d675c3438","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"54a8ea73-1d96-4058-a64b-800137cf5720","artifactVersion":"2","generatedFromUUID":"c1a05382-6046-46f5-8aec-a584a2bd1d83"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210914081449-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-template.yml","artifactChecksum":"MGJhMjUxZDk3ZmVjNGI5YjQ2NmI1ODQ3YmI1OGI5NGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5b038ff5-21e5-402a-adc1-3981a33f8774","artifactVersion":"1"},{"artifactName":"service-Vfw20210914081449-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar","artifactChecksum":"NmU1MGEyZTFkZTJkZGZiNTMyMzRlZDRlOGM0MmUxYWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7e4c24c8-93d4-4095-8efb-a043fe57753e","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-14T08:18:53.409Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:18:53.415Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.416Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "cds",
  "timestamp": 1631607481992,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.437Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:18:53.445Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:18:53.452Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:18:53.452Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.452Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631607489195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.452Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:18:53.452Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.452Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631607490474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.452Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:18:53.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "policy-id",
  "timestamp": 1631607488482,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.453Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:18:53.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631607486694,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.453Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:18:53.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "aai-ml",
  "timestamp": 1631607487613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.453Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:18:53.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.454Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "dcae-sch",
  "timestamp": 1631607481915,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.454Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:18:53.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.454Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "cds",
  "timestamp": 1631607481992,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vfw1714ccabac240_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.455Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:18:53.455Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.455Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631607486694,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vfw1714ccabac240_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.455Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:18:53.455Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.455Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631607490474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vfw1714ccabac240_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.456Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:18:53.456Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.456Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631607489195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vfw1714ccabac240_modules.json",
  "status": "NOTIFIED"
}
2021-09-14T08:18:53.456Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:18:53.456Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.456Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "aai-ml",
  "timestamp": 1631607487613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vfw1714ccabac240_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.456Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:18:53.457Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.457Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "policy-id",
  "timestamp": 1631607488482,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vfw1714ccabac240_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.457Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:18:53.458Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.458Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "dcae-sch",
  "timestamp": 1631607481915,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vfw1714ccabac240_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.458Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:18:53.458Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.459Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "cds",
  "timestamp": 1631607481992,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.459Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:18:53.459Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.459Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631607490474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.461Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:18:53.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.461Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631607489195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-14T08:18:53.461Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:18:53.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.461Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631607486694,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.462Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:18:53.462Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.462Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "aai-ml",
  "timestamp": 1631607487613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.462Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:18:53.462Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.462Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "policy-id",
  "timestamp": 1631607488482,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-14T08:18:53.463Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:18:53.463Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.463Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "dcae-sch",
  "timestamp": 1631607481915,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.463Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:18:53.463Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.463Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "clamp",
  "timestamp": 1631607493498,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.463Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:18:53.463Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:18:53.464Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.464Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631607532764,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.464Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "cds",
  "timestamp": 1631607481992,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.464Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:18:53.464Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.464Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631607486694,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.464Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:18:53.464Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.464Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631607489195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.465Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:18:53.465Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.465Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631607490474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.465Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:18:53.465Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.465Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "aai-ml",
  "timestamp": 1631607487613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.465Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:18:53.465Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.465Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "policy-id",
  "timestamp": 1631607488482,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.466Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:18:53.466Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.466Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "dcae-sch",
  "timestamp": 1631607481915,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.466Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:18:53.466Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "clamp",
  "timestamp": 1631607493498,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vfw1714ccabac240_modules.json",
  "status": "NOTIFIED"
}
2021-09-14T08:18:53.467Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:18:53.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "cds",
  "timestamp": 1631607481992,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.467Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:18:53.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631607490474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.467Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:18:53.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631607486694,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.468Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:18:53.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631607489195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-14T08:18:53.468Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:18:53.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "aai-ml",
  "timestamp": 1631607487613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.469Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:18:53.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "policy-id",
  "timestamp": 1631607488482,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.469Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:18:53.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "dcae-sch",
  "timestamp": 1631607481915,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.469Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:18:53.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "clamp",
  "timestamp": 1631607493498,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.470Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:18:53.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "cds",
  "timestamp": 1631607481992,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.470Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:18:53.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631607490474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.470Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:18:53.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631607486694,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.470Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:18:53.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.471Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "aai-ml",
  "timestamp": 1631607487613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.471Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:18:53.471Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.471Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631607489195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.471Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:18:53.471Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.471Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "policy-id",
  "timestamp": 1631607488482,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.471Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:18:53.472Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.472Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "dcae-sch",
  "timestamp": 1631607481915,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.472Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:18:53.472Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.472Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "clamp",
  "timestamp": 1631607493498,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.473Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:18:53.473Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.473Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "cds",
  "timestamp": 1631607481992,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T08:18:53.473Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:18:53.473Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.473Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631607486694,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.473Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:18:53.474Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.474Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631607490474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T08:18:53.474Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:18:53.474Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.474Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631607489195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T08:18:53.475Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:18:53.475Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.475Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "aai-ml",
  "timestamp": 1631607487613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T08:18:53.475Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:18:53.475Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.475Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "policy-id",
  "timestamp": 1631607488482,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T08:18:53.475Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:18:53.476Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.476Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "dcae-sch",
  "timestamp": 1631607481915,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.476Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:18:53.476Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.476Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "clamp",
  "timestamp": 1631607493498,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.476Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:18:53.476Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.476Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "clamp",
  "timestamp": 1631607493498,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.477Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:18:53.477Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.477Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "clamp",
  "timestamp": 1631607493498,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T08:18:53.477Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:18:53.477Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.477Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631607501065,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vfw1714ccabac240_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:18:53.477Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:18:53.477Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.477Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "cds",
  "timestamp": 1631607501110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:18:53.478Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:18:53.478Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.478Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "aai-ml",
  "timestamp": 1631607501092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:18:53.478Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:18:53.478Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.478Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631607501179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:18:53.478Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:18:53.478Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.479Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "policy-id",
  "timestamp": 1631607501073,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:18:53.479Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:18:53.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.479Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "policy-id",
  "timestamp": 1631607502081,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-14T08:18:53.479Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:18:53.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.479Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "cds",
  "timestamp": 1631607502150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-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-09-14T08:18:53.563Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2021-09-14T08:18:53.572Z||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-09-14T08:18:53.573Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:18:53.590Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:18:53.591Z||pool-3-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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-14T08:18:53.757Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 37aa0b96-00f9-4da9-b51f-0a5754555172
2021-09-14T08:18:53.782Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37aa0b96-00f9-4da9-b51f-0a5754555172 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-09-14T08:18:53.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "policy-id",
  "timestamp": 1631607503084,
  "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-09-14T08:18:53.832Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 37aa0b96-00f9-4da9-b51f-0a5754555172
2021-09-14T08:18:53.832Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37aa0b96-00f9-4da9-b51f-0a5754555172 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-09-14T08:18:53.851Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.851Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631607503210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:18:53.851Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:18:53.851Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.852Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631607506544,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-14T08:18:53.852Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:18:53.852Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.852Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631607507547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:18:53.852Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:18:53.852Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.852Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631607507553,
  "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-09-14T08:18:53.865Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 37aa0b96-00f9-4da9-b51f-0a5754555172
2021-09-14T08:18:53.866Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37aa0b96-00f9-4da9-b51f-0a5754555172 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-09-14T08:18:53.885Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.885Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631607508912,
  "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-09-14T08:18:53.897Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 37aa0b96-00f9-4da9-b51f-0a5754555172
2021-09-14T08:18:53.897Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37aa0b96-00f9-4da9-b51f-0a5754555172 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-09-14T08:18:53.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631607509917,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vfw1714ccabac240_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-14T08:18:53.914Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:18:53.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "clamp",
  "timestamp": 1631607512342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:18:53.914Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:18:53.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "clamp",
  "timestamp": 1631607514353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-14T08:18:53.915Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:18:53.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "clamp",
  "timestamp": 1631607515360,
  "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-09-14T08:18:53.921Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 37aa0b96-00f9-4da9-b51f-0a5754555172
2021-09-14T08:18:53.921Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37aa0b96-00f9-4da9-b51f-0a5754555172 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-09-14T08:18:53.944Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.944Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "aai-ml",
  "timestamp": 1631607515808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-14T08:18:53.945Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:18:53.945Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.945Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "aai-ml",
  "timestamp": 1631607516814,
  "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-09-14T08:18:53.967Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 37aa0b96-00f9-4da9-b51f-0a5754555172
2021-09-14T08:18:53.967Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37aa0b96-00f9-4da9-b51f-0a5754555172 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-09-14T08:18:54.478Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:18:54.478Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:18:54.482Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:18:54.482Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631607532764,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vfw1714ccabac240_modules.json",
  "status": "NOTIFIED"
}
2021-09-14T08:18:54.583Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:18:54.589Z||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-09-14T08:18:54.590Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:18:54.623Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:18:54.624Z||pool-4-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:18:55.483Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:18:55.484Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:18:55.487Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:18:55.487Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631607532764,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-14T08:18:55.587Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:18:55.588Z||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-09-14T08:18:55.589Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:18:55.598Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:18:55.598Z||pool-5-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-14T08:18:56.488Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:18:56.489Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:18:56.491Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:18:56.492Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631607532764,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:18:56.592Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:18:56.593Z||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-09-14T08:18:56.593Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:18:56.619Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:18:56.620Z||pool-6-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2021-09-14T08:18:57.493Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:18:57.494Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:18:57.497Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:18:57.497Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631607532764,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-14T08:18:57.597Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:18:57.598Z||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-09-14T08:18:57.598Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:18:57.607Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:18:57.607Z||pool-7-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-14T08:18:58.497Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:18:58.498Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:18:58.501Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:18:58.502Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631607532764,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:18:58.604Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-09-14T08:18:58.605Z||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-09-14T08:18:58.605Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:18:58.628Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:18:58.629Z||pool-8-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:18:59.502Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:18:59.503Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:18:59.506Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:18:59.506Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631607532764,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T08:18:59.608Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-09-14T08:18:59.609Z||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-09-14T08:18:59.609Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:18:59.619Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:18:59.620Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:19:00.513Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "serviceName": "vFW 2021-09-14 08-14-49",
  "serviceVersion": "1.0",
  "serviceUUID": "6dc3288a-14b5-45d6-bcf9-1284e3c3fd88",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "2c61b285-1d62-410e-b82a-d978345ca3a8",
  "resources": [
    {
      "resourceInstanceName": "vFW 1714ccab-ac24 0",
      "resourceCustomizationUUID": "ddefc7ae-747a-4e4a-b200-21f030b82c80",
      "resourceName": "vFW 1714ccab-ac24",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2560c39b-1f78-499c-9646-d31a85aeefd1",
      "resourceInvariantUUID": "c55c1e28-b319-45a9-8cee-6b6b87ccb3a5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw1714ccabac240_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vfw1714ccabac240_modules.json",
          "artifactChecksum": "NGU0OTFiNGVhMDc0N2UyMTg4NzZlZTk5Yzk2MDY5N2Q\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e345ce5f-20de-4d73-8d72-e161573f11aa",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c1a05382-6046-46f5-8aec-a584a2bd1d83",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "54a8ea73-1d96-4058-a64b-800137cf5720",
            "generatedFromUUID": "c1a05382-6046-46f5-8aec-a584a2bd1d83"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "54a8ea73-1d96-4058-a64b-800137cf5720",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210914081449-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar",
      "artifactChecksum": "NmU1MGEyZTFkZTJkZGZiNTMyMzRlZDRlOGM0MmUxYWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7e4c24c8-93d4-4095-8efb-a043fe57753e"
    }
  ],
  "workloadContext": "Production"
}
2021-09-14T08:19:00.514Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-14T08:19:00.514Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6dc3288a-14b5-45d6-bcf9-1284e3c3fd88 ASDC
2021-09-14T08:19:00.676Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:37aa0b96-00f9-4da9-b51f-0a5754555172
ServiceName:vFW 2021-09-14 08-14-49
ServiceVersion:1.0
ServiceUUID:6dc3288a-14b5-45d6-bcf9-1284e3c3fd88
ServiceInvariantUUID:2c61b285-1d62-410e-b82a-d978345ca3a8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210914081449-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar
ArtifactUUID:7e4c24c8-93d4-4095-8efb-a043fe57753e
ArtifactChecksum:NmU1MGEyZTFkZTJkZGZiNTMyMzRlZDRlOGM0MmUxYWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 1714ccab-ac24 0
ResourceCustomizationUUID:ddefc7ae-747a-4e4a-b200-21f030b82c80
ResourceInvariantUUID:c55c1e28-b319-45a9-8cee-6b6b87ccb3a5
ResourceName:vFW 1714ccab-ac24
ResourceType:VF
ResourceUUID:2560c39b-1f78-499c-9646-d31a85aeefd1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw1714ccabac240_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vfw1714ccabac240_modules.json
ArtifactUUID:e345ce5f-20de-4d73-8d72-e161573f11aa
ArtifactChecksum:NGU0OTFiNGVhMDc0N2UyMTg4NzZlZTk5Yzk2MDY5N2Q=
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/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.yaml
ArtifactUUID:c1a05382-6046-46f5-8aec-a584a2bd1d83
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/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.env
ArtifactUUID:54a8ea73-1d96-4058-a64b-800137cf5720
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/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.env
ArtifactUUID:54a8ea73-1d96-4058-a64b-800137cf5720
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-14T08:19:00.677Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6dc3288a-14b5-45d6-bcf9-1284e3c3fd88 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-09-14T08:19:00.757Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-14T08:19:00.759Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-14T08:19:00.762Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-14T08:19:00.762Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7e4c24c8-93d4-4095-8efb-a043fe57753e from URL: /sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar
2021-09-14T08:19:00.763Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-14T08:19:00.767Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar
2021-09-14T08:19:01.861Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-14T08:19:01.882Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar 7e4c24c8-93d4-4095-8efb-a043fe57753e 98737
2021-09-14T08:19:01.883Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar ASDC sendASDCNotification
2021-09-14T08:19:01.884Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar
2021-09-14T08:19:01.891Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-14T08:19:01.892Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:19:01.894Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:19:01.895Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631607541882,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:19:01.995Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-14T08:19:01.996Z||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-09-14T08:19:01.996Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:19:02.010Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:19:02.012Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:19:02.895Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-14T08:19:02.896Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-14T08:19:02.897Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 7e4c24c8-93d4-4095-8efb-a043fe57753e, URL: /sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar to file: /app/ASDC/1/service-Vfw20210914081449-csar.csar
2021-09-14T08:19:02.897Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210914081449-csar.csar
2021-09-14T08:19:03.164Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210914081449-csar.csar
2021-09-14T08:19:03.165Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210914081449-csar.csar
2021-09-14T08:19:04.123Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6259153323155807479/Definitions/service-Vfw20210914081449-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-09-14T08:19:07.031Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-14T08:19:07.036Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-14T08:19:07.036Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210914081449-csar.csar
2021-09-14T08:19:07.036Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-14T08:19:07.036Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210914081449-csar.csar
2021-09-14T08:19:07.036Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210914081449-csar.csar
2021-09-14T08:19:07.037Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210914081449-csar.csar
2021-09-14T08:19:07.037Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210914081449-csar.csar
2021-09-14T08:19:07.037Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210914081449-csar.csar
2021-09-14T08:19:07.037Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210914081449-csar.csar
2021-09-14T08:19:07.037Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210914081449-csar.csar
2021-09-14T08:19:07.037Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210914081449-csar.csar
2021-09-14T08:19:07.037Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210914081449-csar.csar
2021-09-14T08:19:07.037Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210914081449-csar.csar
2021-09-14T08:19:07.038Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210914081449-csar.csar
2021-09-14T08:19:07.038Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210914081449-csar.csar
2021-09-14T08:19:07.038Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 1714ccab-ac24 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-Vfw20210914081449-csar.csar
2021-09-14T08:19:07.038Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-14T08:19:07.044Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:19:07.046Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-14 08-14-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:19:07.050Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vFW 1714ccab-ac24 0 is matching search criteria
2021-09-14T08:19:07.050Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-14T08:19:07.052Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1714ccab-ac24 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-14T08:19:07.054Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:19:07.054Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-14 08-14-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:19:07.054Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vFW 1714ccab-ac24 0 is matching search criteria
2021-09-14T08:19:07.054Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-14T08:19:07.054Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1714ccab-ac24 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-14T08:19:07.055Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:19:07.055Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-14 08-14-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:19:07.058Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:19:07.059Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vFW 1714ccab-ac24 0 is not matching search criteria
2021-09-14T08:19:07.059Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-14T08:19:07.059Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-14T08:19:07.059Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-14T08:19:07.060Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-14T08:19:07.060Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-14T08:19:07.060Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-14T08:19:07.060Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-14T08:19:07.060Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-14T08:19:07.061Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-14T08:19:07.061Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-14T08:19:07.061Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-14T08:19:07.061Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-14T08:19:07.061Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-14T08:19:07.062Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-14T08:19:07.062Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-14T08:19:07.062Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-14T08:19:07.062Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:19:07.063Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-14 08-14-49 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-14T08:19:07.064Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:19:07.065Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vFW 1714ccab-ac24 0 is matching search criteria
2021-09-14T08:19:07.065Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1714ccab-ac24 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T08:19:07.065Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:19:07.066Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vFW 1714ccab-ac24 0 is matching search criteria
2021-09-14T08:19:07.066Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1714ccab-ac24 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T08:19:07.066Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:19:07.066Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vFW 1714ccab-ac24 0 is matching search criteria
2021-09-14T08:19:07.067Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1714ccab-ac24 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T08:19:07.067Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:19:07.067Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vFW 1714ccab-ac24 0 is not matching search criteria
2021-09-14T08:19:07.067Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-14T08:19:07.067Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-14T08:19:07.068Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-14T08:19:07.068Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-14T08:19:07.068Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-14T08:19:07.068Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-14T08:19:07.069Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-14T08:19:07.072Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-14T08:19:07.072Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-14T08:19:07.072Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-14T08:19:07.072Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-14T08:19:07.073Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cbf6fccd-709b-4158-96d0-ad0e8e779897
2021-09-14T08:19:07.073Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:19:07.073Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vFW 1714ccab-ac24 0 is not matching search criteria
2021-09-14T08:19:07.073Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-14T08:19:07.074Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-14T08:19:07.074Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-14T08:19:07.074Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-14T08:19:07.074Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-14T08:19:07.074Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-14T08:19:07.075Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-14T08:19:07.075Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-14T08:19:07.075Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-14T08:19:07.075Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-14T08:19:07.076Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-14T08:19:07.076Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-14T08:19:07.076Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c586c74c-b259-4844-9f35-ca363503f0ca
2021-09-14T08:19:07.076Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:19:07.077Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vFW 1714ccab-ac24 0 is not matching search criteria
2021-09-14T08:19:07.077Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-14T08:19:07.077Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-14T08:19:07.077Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-14T08:19:07.077Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-14T08:19:07.078Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-14T08:19:07.078Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-14T08:19:07.078Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-14T08:19:07.078Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-14T08:19:07.079Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-14T08:19:07.079Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-14T08:19:07.079Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-14T08:19:07.079Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-14T08:19:07.079Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0483f521-2803-4db9-bed4-4fcccaac851b
2021-09-14T08:19:07.080Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:19:07.080Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-14 08-14-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:19:07.080Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:19:07.080Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-14 08-14-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:19:07.080Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:19:07.081Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-14 08-14-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:19:07.081Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:19:07.081Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-14 08-14-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:19:07.081Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-09-14 08-14-49
Description:catalog service description
Model UUID:6dc3288a-14b5-45d6-bcf9-1284e3c3fd88
Model Version:NULL
Model InvariantUuid:2c61b285-1d62-410e-b82a-d978345ca3a8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 1714ccab-ac24
Model UUID:6d259853-07da-4467-b43c-9da22c1b7b2d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c55c1e28-b319-45a9-8cee-6b6b87ccb3a5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ddefc7ae-747a-4e4a-b200-21f030b82c80
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:de87f8fa-01e0-43bf-8be7-8ecf85b6ddae
ModelName:Vfw1714ccabAc24..base_vfw..module-0
ModelUuid:b9402b2d-9867-4805-86a1-0a295ce19b5f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cbf6fccd-709b-4158-96d0-ad0e8e779897
ModelInvariantUuid:32ef81c9-ef59-4ff7-923f-42a2cb1c8f95
ModelName:vFW 1714ccab-ac24-nodes.vfwCvfc
ModelUuid:c257d112-7610-4ed0-ad8c-858733b05248
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:b6fde21d-0200-4670-87df-54c94fd2c75f
ModelInvariantUuid:ec498c5d-49ac-464b-a60c-41838d7546f7
ModelName:Vfw1714ccabAc24.compute.nodes.heat.vfw
ModelUuid:16b1cecf-a917-4173-b393-e9dfb7ad3e57
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c586c74c-b259-4844-9f35-ca363503f0ca
ModelInvariantUuid:5b6c61b3-af07-4c19-a9f3-ed563cd679f9
ModelName:vFW 1714ccab-ac24-nodes.vsnCvfc
ModelUuid:5fce1e4c-3034-4310-b985-8875f6a12f0a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:547f5d45-2a57-495c-913e-196f71364875
ModelInvariantUuid:04ccdb08-e5ca-4fb4-86fc-5b83ec8aa962
ModelName:Vfw1714ccabAc24.compute.nodes.heat.vsn
ModelUuid:fd80f346-f2f9-40e3-b9fc-0eb53d5255da
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:0483f521-2803-4db9-bed4-4fcccaac851b
ModelInvariantUuid:3e8aeea5-8fbd-4b08-8c43-dc01c9f8fd0e
ModelName:vFW 1714ccab-ac24-nodes.vpgCvfc
ModelUuid:3bf7c6a8-86b4-4ed8-9dce-77518e21769c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7f0ab7cc-b302-4335-9bb2-d996b7a8c227
ModelInvariantUuid:a69915c7-9aad-40c8-ab5f-567e3eaf43d6
ModelName:Vfw1714ccabAc24.compute.nodes.heat.vpg
ModelUuid:0566eafe-dbfe-4705-b816-f43e76cf234f
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-14T08:19:07.136Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 2560c39b-1f78-499c-9646-d31a85aeefd1
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-14T08:19:07.248Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||vFW 1714ccab-ac24 0
2021-09-14T08:19:07.254Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2560c39b-1f78-499c-9646-d31a85aeefd1
2021-09-14T08:19:07.254Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e345ce5f-20de-4d73-8d72-e161573f11aa from URL: /sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vfw1714ccabac240_modules.json
2021-09-14T08:19:07.255Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-14T08:19:07.255Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vfw1714ccabac240_modules.json
2021-09-14T08:19:08.067Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-14T08:19:08.068Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vfw1714ccabac240_modules.json e345ce5f-20de-4d73-8d72-e161573f11aa 785
2021-09-14T08:19:08.068Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vfw1714ccabac240_modules.json ASDC sendASDCNotification
2021-09-14T08:19:08.068Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vfw1714ccabac240_modules.json
2021-09-14T08:19:08.068Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-14T08:19:08.069Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:19:08.071Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:19:08.071Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631607548068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vfw1714ccabac240_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:19:08.171Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-14T08:19:08.172Z||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-09-14T08:19:08.173Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:19:08.183Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:19:08.183Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:19:09.077Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw1714ccabAc24..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "de87f8fa-01e0-43bf-8be7-8ecf85b6ddae",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b9402b2d-9867-4805-86a1-0a295ce19b5f",
    "vfModuleModelCustomizationUUID": "67ede325-286d-41e5-9a5e-d688090a0fcd",
    "isBase": true,
    "artifacts": [
      "c1a05382-6046-46f5-8aec-a584a2bd1d83",
      "54a8ea73-1d96-4058-a64b-800137cf5720"
    ],
    "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-09-14T08:19:09.095Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1714ccabAc24..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b9402b2d-9867-4805-86a1-0a295ce19b5f
VfModuleModelInvariantUUID:de87f8fa-01e0-43bf-8be7-8ecf85b6ddae
VfModuleModelDescription:NULL
Artifacts UUID List:{
c1a05382-6046-46f5-8aec-a584a2bd1d83
,
54a8ea73-1d96-4058-a64b-800137cf5720

}
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-09-14T08:19:09.098Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw1714ccabAc24..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "de87f8fa-01e0-43bf-8be7-8ecf85b6ddae",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b9402b2d-9867-4805-86a1-0a295ce19b5f",
    "vfModuleModelCustomizationUUID": "67ede325-286d-41e5-9a5e-d688090a0fcd",
    "isBase": true,
    "artifacts": [
      "c1a05382-6046-46f5-8aec-a584a2bd1d83",
      "54a8ea73-1d96-4058-a64b-800137cf5720"
    ],
    "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-09-14T08:19:09.098Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1714ccabAc24..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b9402b2d-9867-4805-86a1-0a295ce19b5f
VfModuleModelInvariantUUID:de87f8fa-01e0-43bf-8be7-8ecf85b6ddae
VfModuleModelDescription:NULL
Artifacts UUID List:{
c1a05382-6046-46f5-8aec-a584a2bd1d83
,
54a8ea73-1d96-4058-a64b-800137cf5720

}
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-09-14T08:19:09.098Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c1a05382-6046-46f5-8aec-a584a2bd1d83 from URL: /sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.yaml
2021-09-14T08:19:09.099Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-14T08:19:09.099Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.yaml
2021-09-14T08:19:09.991Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-14T08:19:09.992Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.yaml c1a05382-6046-46f5-8aec-a584a2bd1d83 20368
2021-09-14T08:19:09.992Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-14T08:19:09.992Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.yaml
2021-09-14T08:19:09.992Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-14T08:19:09.993Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:19:09.995Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:19:09.995Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631607549992,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:19:10.095Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:19:10.096Z||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-09-14T08:19:10.096Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:19:10.107Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:19:10.109Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:19:11.000Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 54a8ea73-1d96-4058-a64b-800137cf5720 from URL: /sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.env
2021-09-14T08:19:11.000Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-14T08:19:11.000Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.env
2021-09-14T08:19:11.866Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-14T08:19:11.867Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.env 54a8ea73-1d96-4058-a64b-800137cf5720 2098
2021-09-14T08:19:11.867Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-14T08:19:11.867Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.env
2021-09-14T08:19:11.868Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-14T08:19:11.868Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:19:11.870Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:19:11.871Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631607551867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:19:11.971Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:19:11.972Z||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-09-14T08:19:11.972Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:19:11.982Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:19:11.983Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-14T08:19:12.872Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 6dc3288a-14b5-45d6-bcf9-1284e3c3fd88
2021-09-14T08:19:12.872Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 1714ccab-ac24 0 2560c39b-1f78-499c-9646-d31a85aeefd1 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-14T08:19:12.926Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5bfc0a33, org.onap.sdc.toscaparser.api.parameters.Input@28a7e1a4, org.onap.sdc.toscaparser.api.parameters.Input@52218785, org.onap.sdc.toscaparser.api.parameters.Input@5dd22a5c, org.onap.sdc.toscaparser.api.parameters.Input@66440e47]
2021-09-14T08:19:12.930Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:19:12.930Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-14 08-14-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:19:12.931Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-09-14T08:19:12.931Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= ddefc7ae-747a-4e4a-b200-21f030b82c80
2021-09-14T08:19:12.931Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ddefc7ae-747a-4e4a-b200-21f030b82c80 matches Tosca VF Customization UUID: ddefc7ae-747a-4e4a-b200-21f030b82c80
2021-09-14T08:19:12.931Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: ddefc7ae-747a-4e4a-b200-21f030b82c80  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-14T08:19:12.957Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:19:12.958Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-14 08-14-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:19:12.959Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id ddefc7ae-747a-4e4a-b200-21f030b82c80: {\"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-09-14T08:19:12.959Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1ac249db
2021-09-14T08:19:12.960Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:19:12.960Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-14 08-14-49 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-14T08:19:12.960Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 67ede325-286d-41e5-9a5e-d688090a0fcd
2021-09-14T08:19:12.961Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 67ede325-286d-41e5-9a5e-d688090a0fcd
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-14T08:19:12.969Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:19:12.969Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vFW 1714ccab-ac24 0 is matching search criteria
2021-09-14T08:19:12.969Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1714ccab-ac24 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T08:19:12.970Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:19:12.970Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vFW 1714ccab-ac24 0 is matching search criteria
2021-09-14T08:19:12.971Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1714ccab-ac24 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T08:19:12.971Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:19:12.971Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vFW 1714ccab-ac24 0 is not matching search criteria
2021-09-14T08:19:12.971Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-14T08:19:12.971Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-14T08:19:12.971Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-14T08:19:12.972Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-14T08:19:12.972Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-14T08:19:12.972Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-14T08:19:12.972Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-14T08:19:12.972Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-14T08:19:12.973Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-14T08:19:12.973Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-14T08:19:12.973Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-14T08:19:12.973Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cbf6fccd-709b-4158-96d0-ad0e8e779897
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-14T08:19:12.996Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:19:12.997Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vFW 1714ccab-ac24 0 is matching search criteria
2021-09-14T08:19:12.997Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1714ccab-ac24 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T08:19:12.997Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:19:12.997Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vFW 1714ccab-ac24 0 is not matching search criteria
2021-09-14T08:19:12.997Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-14T08:19:12.998Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-14T08:19:12.998Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-14T08:19:12.998Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-14T08:19:12.998Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-14T08:19:12.998Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-14T08:19:12.998Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-14T08:19:12.998Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-14T08:19:12.999Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-14T08:19:12.999Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-14T08:19:12.999Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-14T08:19:12.999Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-14T08:19:12.999Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c586c74c-b259-4844-9f35-ca363503f0ca
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-14T08:19:13.003Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:19:13.003Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vFW 1714ccab-ac24 0 is matching search criteria
2021-09-14T08:19:13.003Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1714ccab-ac24 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T08:19:13.005Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:19:13.006Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vFW 1714ccab-ac24 0 is not matching search criteria
2021-09-14T08:19:13.006Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-14T08:19:13.006Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-14T08:19:13.006Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-14T08:19:13.006Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-14T08:19:13.006Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-14T08:19:13.007Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-14T08:19:13.007Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-14T08:19:13.007Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-14T08:19:13.007Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-14T08:19:13.007Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-14T08:19:13.007Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-14T08:19:13.008Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-14T08:19:13.008Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0483f521-2803-4db9-bed4-4fcccaac851b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-14T08:19:13.012Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:19:13.012Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vFW 1714ccab-ac24 0 is matching search criteria
2021-09-14T08:19:13.012Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1714ccab-ac24 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T08:19:13.013Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:19:13.013Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vFW 1714ccab-ac24 0 is matching search criteria
2021-09-14T08:19:13.013Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1714ccab-ac24 0] matching following query criteria: sdcType=VF, customizationUUID=ddefc7ae-747a-4e4a-b200-21f030b82c80
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-14T08:19:13.015Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:19:13.015Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-14 08-14-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:19:13.016Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 6dc3288a-14b5-45d6-bcf9-1284e3c3fd88: vFW 1714ccab-ac24
2021-09-14T08:19:13.016Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:19:13.016Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-14 08-14-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:19:13.016Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:19:13.017Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-14 08-14-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:19:13.017Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:19:13.017Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-14 08-14-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:19:13.017Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:19:13.017Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-14 08-14-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:19:13.017Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:19:13.018Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-14 08-14-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:19:13.018Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2021-09-14 08-14-49 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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-09-14T08:19:13.468Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 1714ccab-ac24 2560c39b-1f78-499c-9646-d31a85aeefd1 1 ASDC deployResourceStructure
2021-09-14T08:19:13.469Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vfw1714ccabac240_modules.json ASDC sendASDCNotification
2021-09-14T08:19:13.469Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vfw1714ccabac240_modules.json
2021-09-14T08:19:13.470Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-14T08:19:13.470Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:19:13.477Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:19:13.477Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631607553469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vfw1714ccabac240_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-14T08:19:13.577Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:19:13.578Z||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-09-14T08:19:13.578Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:19:13.590Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:19:13.591Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:19:14.481Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-14T08:19:14.482Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.yaml
2021-09-14T08:19:14.482Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-14T08:19:14.482Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:19:14.485Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:19:14.485Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631607554481,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-14T08:19:14.585Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:19:14.586Z||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-09-14T08:19:14.586Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:19:14.599Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:19:14.600Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:19:15.486Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-14T08:19:15.486Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.env
2021-09-14T08:19:15.487Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-14T08:19:15.487Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:19:15.489Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:19:15.489Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631607555486,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-14T08:19:15.589Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:19:15.590Z||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-09-14T08:19:15.590Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:19:15.598Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:19:15.599Z||pool-16-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:19:16.491Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar ASDC sendASDCNotification
2021-09-14T08:19:16.491Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar
2021-09-14T08:19:16.492Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-14T08:19:16.492Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:19:16.495Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:19:16.495Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631607556490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-14T08:19:16.595Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:19:16.596Z||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-09-14T08:19:16.596Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:19:16.603Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:19:16.604Z||pool-17-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:19:17.497Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 37aa0b96-00f9-4da9-b51f-0a5754555172
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-09-14T08:19:17.519Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 37aa0b96-00f9-4da9-b51f-0a5754555172
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-14T08:19:17.524Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-14T08:19:17.524Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-14T08:19:17.524Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-14T08:19:17.525Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-14T08:19:17.525Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-14T08:19:17.525Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-14T08:19:17.525Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-14T08:19:17.526Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-14T08:19:17.526Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-14T08:19:17.526Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-14T08:19:17.526Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-14T08:19:17.536Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-14T08:19:47.539Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 37aa0b96-00f9-4da9-b51f-0a5754555172 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-09-14T08:19:47.571Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 37aa0b96-00f9-4da9-b51f-0a5754555172 and serviceModelVersionId: 6dc3288a-14b5-45d6-bcf9-1284e3c3fd88
2021-09-14T08:19:47.571Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2c61b285-1d62-410e-b82a-d978345ca3a8
2021-09-14T08:19:52.769Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:19:52.771Z||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-09-14T08:19:52.771Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:19:52.907Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:19:52.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:19:52.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631607532764,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:19:52.910Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:20:06.173Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2c61b285-1d62-410e-b82a-d978345ca3a8/model-vers/model-ver/6dc3288a-14b5-45d6-bcf9-1284e3c3fd88?depth=0
2021-09-14T08:20:06.310Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-09-14T08:20:06.857Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2c61b285-1d62-410e-b82a-d978345ca3a8/model-vers/model-ver/6dc3288a-14b5-45d6-bcf9-1284e3c3fd88?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-09-14T08:20:06.866Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2c61b285-1d62-410e-b82a-d978345ca3a8/model-vers/model-ver/6dc3288a-14b5-45d6-bcf9-1284e3c3fd88?depth=0|INFO|500||Invoke
2021-09-14T08:20:07.009Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2c61b285-1d62-410e-b82a-d978345ca3a8/model-vers/model-ver/6dc3288a-14b5-45d6-bcf9-1284e3c3fd88?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-14T08:20:07.579Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2c61b285-1d62-410e-b82a-d978345ca3a8/model-vers/model-ver/6dc3288a-14b5-45d6-bcf9-1284e3c3fd88?depth=0|INFO|500||InvokeReturn
2021-09-14T08:20:07.580Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2c61b285-1d62-410e-b82a-d978345ca3a8/model-vers/model-ver/6dc3288a-14b5-45d6-bcf9-1284e3c3fd88?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210914-08:20:06:999-84032], vertex-id=[352256], Content-Length=[0], Date=[Tue, 14 Sep 2021 08:20:06 GMT], Content-Type=[application/json]}
2021-09-14T08:20:07.581Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-09-14T08:20:07.584Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-14T08:20:07.584Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-14T08:20:07.591Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-14T08:20:07.592Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 37aa0b96-00f9-4da9-b51f-0a5754555172 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-14T08:20:07.593Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-14T08:20:07.593Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:20:07.595Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:20:07.596Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631607607592,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-14T08:20:07.696Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:20:07.697Z||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-09-14T08:20:07.697Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:20:07.704Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:20:07.705Z||pool-18-thread-1|||||INFO|500||cambria reply ok (9 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-09-14T08:20:08.648Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:20:08.648Z|37aa0b96-00f9-4da9-b51f-0a5754555172|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-09-14T08:20:08.649Z|37aa0b96-00f9-4da9-b51f-0a5754555172|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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:20:18.302Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:20:52.761Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:20:52.763Z|37aa0b96-00f9-4da9-b51f-0a5754555172|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-09-14T08:20:52.763Z|37aa0b96-00f9-4da9-b51f-0a5754555172|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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:20:52.769Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:20:52.770Z||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-09-14T08:20:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:20:52.805Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:20:52.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:20:52.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631607532764,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vfw1714ccabac240_modules.json",
  "status": "NOTIFIED"
}
2021-09-14T08:20:52.808Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:20:52.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:20:52.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631607532764,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-14T08:20:52.808Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:20:52.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:20:52.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631607532764,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:20:52.808Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:20:52.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:20:52.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631607532764,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-14T08:20:52.810Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:20:52.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:20:52.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631607532764,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:20:52.810Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:20:52.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:20:52.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631607532764,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T08:20:52.810Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:20:52.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:20:52.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631607541882,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:20:52.811Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:20:52.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:20:52.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631607548068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vfw1714ccabac240_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:20:52.811Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:20:52.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:20:52.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631607549992,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:20:52.812Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:20:52.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:20:52.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631607551867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:20:52.812Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:20:52.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:20:52.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631607553469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vfw1714ccabac240_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-14T08:20:52.812Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:20:52.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:20:52.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631607554481,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-14T08:20:52.813Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:20:52.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:20:52.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631607555486,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-14T08:20:52.813Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:20:52.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:20:52.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631607556490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-14T08:20:52.813Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:21:02.349Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:21:52.765Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:21:52.769Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:21:52.772Z||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-09-14T08:21:52.772Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:21:52.772Z|37aa0b96-00f9-4da9-b51f-0a5754555172|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-09-14T08:21:52.772Z|37aa0b96-00f9-4da9-b51f-0a5754555172|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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:21:53.308Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:21:53.310Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:21:53.311Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631607607592,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-14T08:21:53.317Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:22:02.352Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:22:52.762Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:22:52.766Z|37aa0b96-00f9-4da9-b51f-0a5754555172|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-09-14T08:22:52.766Z|37aa0b96-00f9-4da9-b51f-0a5754555172|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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:22:52.769Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:22:52.769Z||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-09-14T08:22:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:23:02.357Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:23:02.384Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:23:52.762Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:23:52.765Z|37aa0b96-00f9-4da9-b51f-0a5754555172|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-09-14T08:23:52.765Z|37aa0b96-00f9-4da9-b51f-0a5754555172|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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:23:52.769Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:23:52.769Z||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-09-14T08:23:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:24:02.330Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:24:02.344Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:24:52.761Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:24:52.764Z|37aa0b96-00f9-4da9-b51f-0a5754555172|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-09-14T08:24:52.764Z|37aa0b96-00f9-4da9-b51f-0a5754555172|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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:24:52.769Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:24:52.769Z||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-09-14T08:24:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:24:53.404Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:24:53.408Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.409Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631607846692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.410Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:24:53.410Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.410Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "aai-ml",
  "timestamp": 1631607847615,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.410Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:24:53.411Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.411Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "cds",
  "timestamp": 1631607841993,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.411Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:24:53.411Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.412Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "dcae-sch",
  "timestamp": 1631607841912,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.412Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:24:53.412Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.412Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "policy-id",
  "timestamp": 1631607848482,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.413Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:24:53.413Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.413Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631607849195,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.414Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:24:53.414Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.414Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631607846692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/basic_onboard_dzcvol0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.415Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:24:53.415Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.415Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "aai-ml",
  "timestamp": 1631607847615,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/basic_onboard_dzcvol0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.415Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:24:53.416Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.416Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "cds",
  "timestamp": 1631607841993,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/basic_onboard_dzcvol0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.416Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:24:53.416Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.416Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "dcae-sch",
  "timestamp": 1631607841912,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/basic_onboard_dzcvol0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.417Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:24:53.417Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.417Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "policy-id",
  "timestamp": 1631607848482,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/basic_onboard_dzcvol0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.418Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:24:53.418Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.418Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631607849195,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/basic_onboard_dzcvol0_modules.json",
  "status": "NOTIFIED"
}
2021-09-14T08:24:53.418Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:24:53.418Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.418Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631607846692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.419Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:24:53.419Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.419Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "cds",
  "timestamp": 1631607841993,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.419Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:24:53.419Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.420Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "aai-ml",
  "timestamp": 1631607847615,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.420Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:24:53.420Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.420Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "dcae-sch",
  "timestamp": 1631607841912,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.420Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:24:53.420Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.420Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:24:53.421Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631607850475,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.421Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:24:53.421Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.421Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "policy-id",
  "timestamp": 1631607848482,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-14T08:24:53.421Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:24:53.422Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.422Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.422Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631607849195,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-14T08:24:53.422Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"45183997-5fa2-4227-b4c1-5d211532fc0f","serviceName":"basic_onboard_DzcvoL","serviceVersion":"1.0","serviceUUID":"c961be14-59b5-484a-a104-445b8c0b103c","serviceDescription":"service","serviceInvariantUUID":"59c74ba7-3103-4aae-9522-9017f5e98d2a","resources":[{"resourceInstanceName":"basic_onboard_DzcvoL 0","resourceName":"basic_onboard_DzcvoL","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9eaa6b7b-0040-4540-ab76-233732397975","resourceInvariantUUID":"3dfed7fb-2475-465f-b3dc-48db7b088a66","resourceCustomizationUUID":"5906b44f-2040-49d2-a519-ef357e833040","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/vf-license-model.xml","artifactChecksum":"YzQyMmQxZGIzNzFlN2JjYTE5OGFkMGE0NGUyMGIyYTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6c699516-c123-4e9d-941a-07e7d25b951e","artifactVersion":"1"},{"artifactName":"basic_onboard_dzcvol0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/basic_onboard_dzcvol0_modules.json","artifactChecksum":"M2M1OTdmODQ5ZGZkNzI4ZjhmYzk0NDUyYWVhODY4Y2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a42c97f1-07b6-44ca-b925-dc083d8b7604","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"16f37386-9875-4ece-a94f-df3cc365d030","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"98835067-e5a2-41a0-bac7-ac311f975d6f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c832c8bc-ecbd-4c28-928a-547574f0c9a6","artifactVersion":"2","generatedFromUUID":"16f37386-9875-4ece-a94f-df3cc365d030"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardDzcvol-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-template.yml","artifactChecksum":"ZTgxZGVjNDNiNjYwODQwMTM2YmU4NzMzMGJmZTE4ODc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"166dcaca-4284-494d-904e-3560cb565ba4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardDzcvol-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar","artifactChecksum":"NjQ0MDZjZTA3ODMyNTg0ZjIxZjBkYzFkYTQ1YjQ3N2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"255e4cb4-adbc-4d84-928b-d549c8a28674","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-14T08:24:53.422Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:24:53.422Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.422Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631607846692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.422Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:24:53.423Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.423Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "aai-ml",
  "timestamp": 1631607847615,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.423Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:24:53.423Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.423Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "cds",
  "timestamp": 1631607841993,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.424Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:24:53.424Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.424Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "dcae-sch",
  "timestamp": 1631607841912,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.424Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:24:53.424Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631607850475,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/basic_onboard_dzcvol0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.425Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:24:53.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "policy-id",
  "timestamp": 1631607848482,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.426Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:24:53.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631607849195,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.426Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:24:53.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631607846692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.427Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:24:53.428Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.428Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "aai-ml",
  "timestamp": 1631607847615,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.428Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:24:53.429Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.429Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "cds",
  "timestamp": 1631607841993,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.429Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:24:53.429Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.430Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "dcae-sch",
  "timestamp": 1631607841912,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.430Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:24:53.430Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.431Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631607850475,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.431Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:24:53.431Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.431Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "policy-id",
  "timestamp": 1631607848482,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.432Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:24:53.432Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.432Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631607849195,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-14T08:24:53.432Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:24:53.432Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.433Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631607846692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.431Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:24:53.433Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:24:53.433Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.433Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "aai-ml",
  "timestamp": 1631607847615,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.434Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:24:53.434Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.434Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "cds",
  "timestamp": 1631607841993,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.434Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:24:53.434Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.435Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "dcae-sch",
  "timestamp": 1631607841912,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.435Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:24:53.435Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.435Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "clamp",
  "timestamp": 1631607853498,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.436Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:24:53.436Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.436Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631607850475,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.434Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:24:53.436Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:24:53.437Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.437Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "policy-id",
  "timestamp": 1631607848482,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.438Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:24:53.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.438Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631607849195,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.438Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:24:53.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.438Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631607846692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.439Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:24:53.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "aai-ml",
  "timestamp": 1631607847615,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T08:24:53.439Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:24:53.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "cds",
  "timestamp": 1631607841993,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T08:24:53.440Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:24:53.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "dcae-sch",
  "timestamp": 1631607841912,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.441Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:24:53.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "clamp",
  "timestamp": 1631607853498,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/basic_onboard_dzcvol0_modules.json",
  "status": "NOTIFIED"
}
2021-09-14T08:24:53.441Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:24:53.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.442Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631607850475,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.443Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:24:53.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.443Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "policy-id",
  "timestamp": 1631607848482,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T08:24:53.443Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:24:53.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.443Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631607849195,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T08:24:53.444Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:24:53.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "clamp",
  "timestamp": 1631607853498,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.444Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:24:53.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.445Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631607850475,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.445Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:24:53.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.445Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "clamp",
  "timestamp": 1631607853498,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.445Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:24:53.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631607850475,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T08:24:53.446Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:24:53.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "cds",
  "timestamp": 1631607857683,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:24:53.447Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:24:53.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.449Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:24:53.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "aai-ml",
  "timestamp": 1631607857916,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:24:53.450Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631607892761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.450Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:24:53.450Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.450Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "clamp",
  "timestamp": 1631607853498,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.451Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:24:53.451Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.451Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "policy-id",
  "timestamp": 1631607858602,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:24:53.451Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:24:53.451Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.452Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "cds",
  "timestamp": 1631607858708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-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-09-14T08:24:53.487Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 45183997-5fa2-4227-b4c1-5d211532fc0f
2021-09-14T08:24:53.487Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45183997-5fa2-4227-b4c1-5d211532fc0f 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-09-14T08:24:53.521Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.521Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "clamp",
  "timestamp": 1631607853498,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.522Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:24:53.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.522Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631607859495,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/basic_onboard_dzcvol0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:24:53.523Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:24:53.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.523Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "policy-id",
  "timestamp": 1631607859606,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-14T08:24:53.524Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:24:53.524Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.524Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "clamp",
  "timestamp": 1631607853498,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T08:24:53.524Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:24:53.525Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.525Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631607860295,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:24:53.525Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:24:53.525Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.526Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "policy-id",
  "timestamp": 1631607860609,
  "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-09-14T08:24:53.538Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 45183997-5fa2-4227-b4c1-5d211532fc0f
2021-09-14T08:24:53.538Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45183997-5fa2-4227-b4c1-5d211532fc0f 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-09-14T08:24:53.555Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2021-09-14T08:24:53.556Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.556Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631607862698,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:24:53.557Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:24:53.557Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.557Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631607862805,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-14T08:24:53.557Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:24:53.557Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.557Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631607863812,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
2021-09-14T08:24:53.557Z||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-09-14T08:24:53.558Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-14T08:24:53.569Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 45183997-5fa2-4227-b4c1-5d211532fc0f
2021-09-14T08:24:53.570Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45183997-5fa2-4227-b4c1-5d211532fc0f and ComponentName SDNC
2021-09-14T08:24:53.573Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:24:53.574Z||pool-19-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? 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-09-14T08:24:53.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.597Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631607866596,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:24:53.597Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:24:53.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.598Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "aai-ml",
  "timestamp": 1631607866991,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-14T08:24:53.598Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:24:53.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.599Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631607867649,
  "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-09-14T08:24:53.607Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 45183997-5fa2-4227-b4c1-5d211532fc0f
2021-09-14T08:24:53.607Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45183997-5fa2-4227-b4c1-5d211532fc0f 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-09-14T08:24:53.618Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.619Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "aai-ml",
  "timestamp": 1631607867995,
  "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-09-14T08:24:53.626Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 45183997-5fa2-4227-b4c1-5d211532fc0f
2021-09-14T08:24:53.627Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45183997-5fa2-4227-b4c1-5d211532fc0f 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-09-14T08:24:53.641Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.641Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631607868659,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/basic_onboard_dzcvol0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-14T08:24:53.642Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:24:53.642Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.642Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "clamp",
  "timestamp": 1631607870578,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:24:53.642Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:24:53.643Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.643Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "clamp",
  "timestamp": 1631607871595,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-14T08:24:53.643Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:24:53.643Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.643Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "clamp",
  "timestamp": 1631607872599,
  "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-09-14T08:24:53.651Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 45183997-5fa2-4227-b4c1-5d211532fc0f
2021-09-14T08:24:53.651Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45183997-5fa2-4227-b4c1-5d211532fc0f 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-09-14T08:24:54.450Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:24:54.455Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:24:54.457Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:24:54.458Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631607892761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/basic_onboard_dzcvol0_modules.json",
  "status": "NOTIFIED"
}
2021-09-14T08:24:54.558Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:24:54.559Z||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-09-14T08:24:54.559Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:24:54.574Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:24:54.575Z||pool-20-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":2,"count":1}
2021-09-14T08:24:55.458Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:24:55.461Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:24:55.464Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:24:55.464Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631607892761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-14T08:24:55.563Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-14T08:24:55.564Z||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-09-14T08:24:55.564Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:24:55.571Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:24:55.573Z||pool-21-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:24:56.468Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:24:56.468Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:24:56.470Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:24:56.471Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631607892761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:24:56.572Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-14T08:24:56.573Z||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-09-14T08:24:56.574Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:24:56.590Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:24:56.593Z||pool-22-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:24:57.472Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:24:57.473Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:24:57.475Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:24:57.475Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631607892761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-14T08:24:57.576Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-14T08:24:57.577Z||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-09-14T08:24:57.577Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:24:57.601Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:24:57.602Z||pool-23-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:24:58.476Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:24:58.477Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:24:58.481Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:24:58.481Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631607892761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:24:58.588Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2021-09-14T08:24:58.589Z||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-09-14T08:24:58.589Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:24:58.616Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:24:58.616Z||pool-24-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:24:59.481Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:24:59.482Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:24:59.484Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:24:59.484Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631607892761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T08:24:59.584Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:24:59.585Z||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-09-14T08:24:59.585Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:24:59.605Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:24:59.606Z||pool-25-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:25:00.498Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "serviceName": "basic_onboard_DzcvoL",
  "serviceVersion": "1.0",
  "serviceUUID": "c961be14-59b5-484a-a104-445b8c0b103c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "59c74ba7-3103-4aae-9522-9017f5e98d2a",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_DzcvoL 0",
      "resourceCustomizationUUID": "5906b44f-2040-49d2-a519-ef357e833040",
      "resourceName": "basic_onboard_DzcvoL",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9eaa6b7b-0040-4540-ab76-233732397975",
      "resourceInvariantUUID": "3dfed7fb-2475-465f-b3dc-48db7b088a66",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_dzcvol0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/basic_onboard_dzcvol0_modules.json",
          "artifactChecksum": "M2M1OTdmODQ5ZGZkNzI4ZjhmYzk0NDUyYWVhODY4Y2M\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a42c97f1-07b6-44ca-b925-dc083d8b7604",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "16f37386-9875-4ece-a94f-df3cc365d030",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "c832c8bc-ecbd-4c28-928a-547574f0c9a6",
            "generatedFromUUID": "16f37386-9875-4ece-a94f-df3cc365d030"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "c832c8bc-ecbd-4c28-928a-547574f0c9a6",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardDzcvol-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar",
      "artifactChecksum": "NjQ0MDZjZTA3ODMyNTg0ZjIxZjBkYzFkYTQ1YjQ3N2M\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "255e4cb4-adbc-4d84-928b-d549c8a28674"
    }
  ],
  "workloadContext": "Production"
}
2021-09-14T08:25:00.499Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-14T08:25:00.499Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c961be14-59b5-484a-a104-445b8c0b103c ASDC
2021-09-14T08:25:00.503Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:45183997-5fa2-4227-b4c1-5d211532fc0f
ServiceName:basic_onboard_DzcvoL
ServiceVersion:1.0
ServiceUUID:c961be14-59b5-484a-a104-445b8c0b103c
ServiceInvariantUUID:59c74ba7-3103-4aae-9522-9017f5e98d2a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardDzcvol-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar
ArtifactUUID:255e4cb4-adbc-4d84-928b-d549c8a28674
ArtifactChecksum:NjQ0MDZjZTA3ODMyNTg0ZjIxZjBkYzFkYTQ1YjQ3N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_DzcvoL 0
ResourceCustomizationUUID:5906b44f-2040-49d2-a519-ef357e833040
ResourceInvariantUUID:3dfed7fb-2475-465f-b3dc-48db7b088a66
ResourceName:basic_onboard_DzcvoL
ResourceType:VF
ResourceUUID:9eaa6b7b-0040-4540-ab76-233732397975
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_dzcvol0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/basic_onboard_dzcvol0_modules.json
ArtifactUUID:a42c97f1-07b6-44ca-b925-dc083d8b7604
ArtifactChecksum:M2M1OTdmODQ5ZGZkNzI4ZjhmYzk0NDUyYWVhODY4Y2M=
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/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.yaml
ArtifactUUID:16f37386-9875-4ece-a94f-df3cc365d030
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/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.env
ArtifactUUID:c832c8bc-ecbd-4c28-928a-547574f0c9a6
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/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.env
ArtifactUUID:c832c8bc-ecbd-4c28-928a-547574f0c9a6
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-14T08:25:00.503Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c961be14-59b5-484a-a104-445b8c0b103c 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-09-14T08:25:00.580Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-14T08:25:00.581Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-14T08:25:00.581Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-14T08:25:00.581Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 255e4cb4-adbc-4d84-928b-d549c8a28674 from URL: /sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar
2021-09-14T08:25:00.581Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-14T08:25:00.581Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar
2021-09-14T08:25:01.630Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-14T08:25:01.636Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar 255e4cb4-adbc-4d84-928b-d549c8a28674 71366
2021-09-14T08:25:01.637Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar ASDC sendASDCNotification
2021-09-14T08:25:01.637Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar
2021-09-14T08:25:01.637Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-14T08:25:01.638Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:25:01.641Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:25:01.641Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631607901636,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:25:01.742Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:25:01.749Z||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-09-14T08:25:01.750Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:25:01.780Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:25:01.781Z||pool-26-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:25:02.642Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-14T08:25:02.643Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-14T08:25:02.644Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 255e4cb4-adbc-4d84-928b-d549c8a28674, URL: /sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar to file: /app/ASDC/1/service-BasicOnboardDzcvol-csar.csar
2021-09-14T08:25:02.645Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardDzcvol-csar.csar
2021-09-14T08:25:02.645Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardDzcvol-csar.csar
2021-09-14T08:25:02.645Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardDzcvol-csar.csar
2021-09-14T08:25:02.996Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12861080709817984391/Definitions/service-BasicOnboardDzcvol-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-09-14T08:25:04.246Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-14T08:25:04.247Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-14T08:25:04.247Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardDzcvol-csar.csar
2021-09-14T08:25:04.247Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-14T08:25:04.247Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||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-BasicOnboardDzcvol-csar.csar
2021-09-14T08:25:04.248Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDzcvol-csar.csar
2021-09-14T08:25:04.248Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_DzcvoL 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-BasicOnboardDzcvol-csar.csar
2021-09-14T08:25:04.248Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDzcvol-csar.csar
2021-09-14T08:25:04.248Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDzcvol-csar.csar
2021-09-14T08:25:04.249Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardDzcvol-csar.csar
2021-09-14T08:25:04.249Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardDzcvol-csar.csar
2021-09-14T08:25:04.249Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDzcvol-csar.csar
2021-09-14T08:25:04.249Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardDzcvol-csar.csar
2021-09-14T08:25:04.250Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-14T08:25:04.250Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:25:04.250Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DzcvoL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:25:04.251Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DzcvoL 0 is matching search criteria
2021-09-14T08:25:04.251Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-14T08:25:04.251Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_DzcvoL 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-14T08:25:04.252Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:25:04.252Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DzcvoL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:25:04.252Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DzcvoL 0 is matching search criteria
2021-09-14T08:25:04.253Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-14T08:25:04.253Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_DzcvoL 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-14T08:25:04.253Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:25:04.253Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DzcvoL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:25:04.254Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:25:04.254Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DzcvoL 0 is not matching search criteria
2021-09-14T08:25:04.254Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-14T08:25:04.255Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-14T08:25:04.255Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-14T08:25:04.255Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-14T08:25:04.255Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-14T08:25:04.256Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:25:04.256Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DzcvoL is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-14T08:25:04.256Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:25:04.257Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DzcvoL 0 is matching search criteria
2021-09-14T08:25:04.257Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_DzcvoL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T08:25:04.257Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:25:04.258Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DzcvoL 0 is matching search criteria
2021-09-14T08:25:04.258Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_DzcvoL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T08:25:04.258Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:25:04.259Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DzcvoL 0 is matching search criteria
2021-09-14T08:25:04.259Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_DzcvoL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T08:25:04.259Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:25:04.260Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DzcvoL 0 is not matching search criteria
2021-09-14T08:25:04.260Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-14T08:25:04.260Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-14T08:25:04.261Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e2fb1c03-3b14-450d-9732-35fac83ee644
2021-09-14T08:25:04.261Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:25:04.261Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DzcvoL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:25:04.262Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:25:04.262Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DzcvoL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:25:04.262Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:25:04.263Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DzcvoL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:25:04.263Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:25:04.263Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DzcvoL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:25:04.264Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_DzcvoL
Description:service
Model UUID:c961be14-59b5-484a-a104-445b8c0b103c
Model Version:NULL
Model InvariantUuid:59c74ba7-3103-4aae-9522-9017f5e98d2a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_DzcvoL
Model UUID:bdf36efd-74d7-473b-beec-64074b2c4886
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3dfed7fb-2475-465f-b3dc-48db7b088a66
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5906b44f-2040-49d2-a519-ef357e833040
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d385dd41-a0ba-4876-91a9-b3726e2d6eeb
ModelName:BasicOnboardDzcvol..base_ubuntu18..module-0
ModelUuid:1d4a8089-5299-4ef1-9e7c-79539abf3c59
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e2fb1c03-3b14-450d-9732-35fac83ee644
ModelInvariantUuid:8508ab24-cac4-4cb6-a8a3-ac849e6ca01e
ModelName:basic_onboard_DzcvoL-nodes.ubuntu18Cvfc
ModelUuid:ca5ea978-3fe6-4425-85ef-c4ebe1de1678
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:5ab7c2fa-dea9-4c30-a05f-92e2149757b0
ModelInvariantUuid:14ee2612-ae25-4dd1-b0b9-a59e145f3db6
ModelName:BasicOnboardDzcvol.compute.nodes.heat.ubuntu18
ModelUuid:8ea82256-2a6a-49e5-aad9-b3ebe98b5c83
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-14T08:25:04.281Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 9eaa6b7b-0040-4540-ab76-233732397975
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-14T08:25:04.287Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||basic_onboard_DzcvoL 0
2021-09-14T08:25:04.288Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9eaa6b7b-0040-4540-ab76-233732397975
2021-09-14T08:25:04.288Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a42c97f1-07b6-44ca-b925-dc083d8b7604 from URL: /sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/basic_onboard_dzcvol0_modules.json
2021-09-14T08:25:04.288Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-14T08:25:04.289Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/basic_onboard_dzcvol0_modules.json
2021-09-14T08:25:06.074Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-14T08:25:06.075Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/basic_onboard_dzcvol0_modules.json a42c97f1-07b6-44ca-b925-dc083d8b7604 798
2021-09-14T08:25:06.075Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/basic_onboard_dzcvol0_modules.json ASDC sendASDCNotification
2021-09-14T08:25:06.075Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/basic_onboard_dzcvol0_modules.json
2021-09-14T08:25:06.075Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-14T08:25:06.076Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:25:06.078Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:25:06.078Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631607906075,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/basic_onboard_dzcvol0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:25:06.182Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2021-09-14T08:25:06.183Z||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-09-14T08:25:06.184Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:25:06.194Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:25:06.195Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:25:07.080Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardDzcvol..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "d385dd41-a0ba-4876-91a9-b3726e2d6eeb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1d4a8089-5299-4ef1-9e7c-79539abf3c59",
    "vfModuleModelCustomizationUUID": "18ec995f-f7e7-4077-b631-04095e4cd8ee",
    "isBase": true,
    "artifacts": [
      "16f37386-9875-4ece-a94f-df3cc365d030",
      "c832c8bc-ecbd-4c28-928a-547574f0c9a6"
    ],
    "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-09-14T08:25:07.099Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDzcvol..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1d4a8089-5299-4ef1-9e7c-79539abf3c59
VfModuleModelInvariantUUID:d385dd41-a0ba-4876-91a9-b3726e2d6eeb
VfModuleModelDescription:NULL
Artifacts UUID List:{
16f37386-9875-4ece-a94f-df3cc365d030
,
c832c8bc-ecbd-4c28-928a-547574f0c9a6

}
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-09-14T08:25:07.101Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardDzcvol..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "d385dd41-a0ba-4876-91a9-b3726e2d6eeb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1d4a8089-5299-4ef1-9e7c-79539abf3c59",
    "vfModuleModelCustomizationUUID": "18ec995f-f7e7-4077-b631-04095e4cd8ee",
    "isBase": true,
    "artifacts": [
      "16f37386-9875-4ece-a94f-df3cc365d030",
      "c832c8bc-ecbd-4c28-928a-547574f0c9a6"
    ],
    "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-09-14T08:25:07.102Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDzcvol..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1d4a8089-5299-4ef1-9e7c-79539abf3c59
VfModuleModelInvariantUUID:d385dd41-a0ba-4876-91a9-b3726e2d6eeb
VfModuleModelDescription:NULL
Artifacts UUID List:{
16f37386-9875-4ece-a94f-df3cc365d030
,
c832c8bc-ecbd-4c28-928a-547574f0c9a6

}
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-09-14T08:25:07.102Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 16f37386-9875-4ece-a94f-df3cc365d030 from URL: /sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.yaml
2021-09-14T08:25:07.102Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-14T08:25:07.102Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.yaml
2021-09-14T08:25:08.185Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-14T08:25:08.187Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.yaml 16f37386-9875-4ece-a94f-df3cc365d030 5033
2021-09-14T08:25:08.187Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-14T08:25:08.188Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.yaml
2021-09-14T08:25:08.188Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-14T08:25:08.189Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:25:08.192Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:25:08.192Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631607908187,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:25:08.292Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-09-14T08:25:08.293Z||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-09-14T08:25:08.293Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:25:08.311Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:25:08.312Z||pool-28-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:25:09.200Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c832c8bc-ecbd-4c28-928a-547574f0c9a6 from URL: /sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.env
2021-09-14T08:25:09.200Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-14T08:25:09.204Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.env
2021-09-14T08:25:09.895Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-14T08:25:09.895Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.env c832c8bc-ecbd-4c28-928a-547574f0c9a6 909
2021-09-14T08:25:09.895Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-14T08:25:09.895Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.env
2021-09-14T08:25:09.896Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-14T08:25:09.896Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:25:09.898Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:25:09.898Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631607909895,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:25:09.998Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:25:09.999Z||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-09-14T08:25:10.000Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:25:10.012Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:25:10.012Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-09-14T08:25:10.898Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: c961be14-59b5-484a-a104-445b8c0b103c
2021-09-14T08:25:10.899Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_DzcvoL 0 9eaa6b7b-0040-4540-ab76-233732397975 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-14T08:25:10.946Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5fd43455, org.onap.sdc.toscaparser.api.parameters.Input@6dc55b57, org.onap.sdc.toscaparser.api.parameters.Input@7dc830ee, org.onap.sdc.toscaparser.api.parameters.Input@31df07bf, org.onap.sdc.toscaparser.api.parameters.Input@4f57eb4d]
2021-09-14T08:25:10.949Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:25:10.949Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DzcvoL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:25:10.949Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-09-14T08:25:10.949Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 5906b44f-2040-49d2-a519-ef357e833040
2021-09-14T08:25:10.949Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5906b44f-2040-49d2-a519-ef357e833040 matches Tosca VF Customization UUID: 5906b44f-2040-49d2-a519-ef357e833040
2021-09-14T08:25:10.949Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 5906b44f-2040-49d2-a519-ef357e833040  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-14T08:25:10.954Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:25:10.955Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DzcvoL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:25:10.956Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 5906b44f-2040-49d2-a519-ef357e833040: {\"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-09-14T08:25:10.956Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7dd70b63
2021-09-14T08:25:10.956Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:25:10.956Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DzcvoL is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-14T08:25:10.957Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 18ec995f-f7e7-4077-b631-04095e4cd8ee
2021-09-14T08:25:10.957Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 18ec995f-f7e7-4077-b631-04095e4cd8ee
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-14T08:25:10.962Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:25:10.963Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DzcvoL 0 is matching search criteria
2021-09-14T08:25:10.963Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_DzcvoL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T08:25:10.963Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:25:10.964Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DzcvoL 0 is matching search criteria
2021-09-14T08:25:10.964Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_DzcvoL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T08:25:10.964Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:25:10.965Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DzcvoL 0 is not matching search criteria
2021-09-14T08:25:10.965Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-14T08:25:10.965Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-14T08:25:10.966Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e2fb1c03-3b14-450d-9732-35fac83ee644
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-14T08:25:10.970Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:25:10.971Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DzcvoL 0 is matching search criteria
2021-09-14T08:25:10.971Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_DzcvoL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T08:25:10.971Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:25:10.972Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DzcvoL 0 is matching search criteria
2021-09-14T08:25:10.972Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_DzcvoL 0] matching following query criteria: sdcType=VF, customizationUUID=5906b44f-2040-49d2-a519-ef357e833040
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-14T08:25:10.974Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:25:10.975Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DzcvoL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:25:10.975Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid c961be14-59b5-484a-a104-445b8c0b103c: basic_onboard_DzcvoL
2021-09-14T08:25:10.975Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:25:10.976Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DzcvoL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:25:10.976Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:25:10.976Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DzcvoL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:25:10.976Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:25:10.977Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DzcvoL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:25:10.977Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:25:10.977Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DzcvoL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:25:10.977Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:25:10.977Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DzcvoL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:25:10.978Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_DzcvoL 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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-09-14T08:25:11.195Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_DzcvoL 9eaa6b7b-0040-4540-ab76-233732397975 1 ASDC deployResourceStructure
2021-09-14T08:25:11.195Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/basic_onboard_dzcvol0_modules.json ASDC sendASDCNotification
2021-09-14T08:25:11.195Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/basic_onboard_dzcvol0_modules.json
2021-09-14T08:25:11.195Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-14T08:25:11.196Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:25:11.198Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:25:11.198Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631607911195,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/basic_onboard_dzcvol0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-14T08:25:11.298Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:25:11.299Z||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-09-14T08:25:11.299Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:25:11.328Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:25:11.329Z||pool-30-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:25:12.199Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-14T08:25:12.199Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.yaml
2021-09-14T08:25:12.200Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-14T08:25:12.200Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:25:12.202Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:25:12.202Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631607912199,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-14T08:25:12.302Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:25:12.304Z||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-09-14T08:25:12.304Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:25:12.311Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:25:12.311Z||pool-31-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:25:13.203Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-14T08:25:13.203Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.env
2021-09-14T08:25:13.204Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-14T08:25:13.204Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:25:13.206Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:25:13.206Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631607913203,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-14T08:25:13.306Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:25:13.307Z||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-09-14T08:25:13.307Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:25:13.316Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:25:13.316Z||pool-32-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:25:14.207Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar ASDC sendASDCNotification
2021-09-14T08:25:14.208Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar
2021-09-14T08:25:14.208Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-14T08:25:14.208Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:25:14.210Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:25:14.210Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631607914207,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-14T08:25:14.310Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:25:14.311Z||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-09-14T08:25:14.311Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:25:14.320Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:25:14.320Z||pool-33-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:25:15.213Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45183997-5fa2-4227-b4c1-5d211532fc0f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-09-14T08:25:15.269Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45183997-5fa2-4227-b4c1-5d211532fc0f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-14T08:25:15.274Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-14T08:25:15.274Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-14T08:25:15.274Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-14T08:25:15.274Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-14T08:25:15.275Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-14T08:25:15.275Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-14T08:25:15.275Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-14T08:25:15.275Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-14T08:25:15.276Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-14T08:25:15.276Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-14T08:25:15.276Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-14T08:25:15.286Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-14T08:25:45.287Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 45183997-5fa2-4227-b4c1-5d211532fc0f 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-09-14T08:25:45.301Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 45183997-5fa2-4227-b4c1-5d211532fc0f and serviceModelVersionId: c961be14-59b5-484a-a104-445b8c0b103c
2021-09-14T08:25:45.301Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 59c74ba7-3103-4aae-9522-9017f5e98d2a
2021-09-14T08:25:45.302Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/59c74ba7-3103-4aae-9522-9017f5e98d2a/model-vers/model-ver/c961be14-59b5-484a-a104-445b8c0b103c?depth=0
2021-09-14T08:25:45.309Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-09-14T08:25:45.381Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/59c74ba7-3103-4aae-9522-9017f5e98d2a/model-vers/model-ver/c961be14-59b5-484a-a104-445b8c0b103c?depth=0|INFO|500||Invoke
2021-09-14T08:25:45.382Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/59c74ba7-3103-4aae-9522-9017f5e98d2a/model-vers/model-ver/c961be14-59b5-484a-a104-445b8c0b103c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/59c74ba7-3103-4aae-9522-9017f5e98d2a/model-vers/model-ver/c961be14-59b5-484a-a104-445b8c0b103c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[45183997-5fa2-4227-b4c1-5d211532fc0f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d1053f0b-6700-4c95-a813-1204c0b89bd4], X-ECOMP-RequestID=[45183997-5fa2-4227-b4c1-5d211532fc0f], X-TransactionId=[], X-ONAP-RequestID=[45183997-5fa2-4227-b4c1-5d211532fc0f], Content-Type=[application/merge-patch+json]}
2021-09-14T08:25:45.422Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/59c74ba7-3103-4aae-9522-9017f5e98d2a/model-vers/model-ver/c961be14-59b5-484a-a104-445b8c0b103c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-14T08:25:45.700Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/59c74ba7-3103-4aae-9522-9017f5e98d2a/model-vers/model-ver/c961be14-59b5-484a-a104-445b8c0b103c?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/59c74ba7-3103-4aae-9522-9017f5e98d2a/model-vers/model-ver/c961be14-59b5-484a-a104-445b8c0b103c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210914-08:25:45:420-57723], vertex-id=[368640], Content-Length=[0], Date=[Tue, 14 Sep 2021 08:25:45 GMT], Content-Type=[application/json]}
2021-09-14T08:25:45.701Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/59c74ba7-3103-4aae-9522-9017f5e98d2a/model-vers/model-ver/c961be14-59b5-484a-a104-445b8c0b103c?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-14T08:25:45.702Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/59c74ba7-3103-4aae-9522-9017f5e98d2a/model-vers/model-ver/c961be14-59b5-484a-a104-445b8c0b103c?depth=0|INFO|500||InvokeReturn
2021-09-14T08:25:45.705Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-14T08:25:45.705Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-14T08:25:45.714Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-14T08:25:45.714Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 45183997-5fa2-4227-b4c1-5d211532fc0f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-14T08:25:45.714Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-14T08:25:45.715Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:25:45.719Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:25:45.719Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631607945714,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-14T08:25:45.819Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-14T08:25:45.820Z||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-09-14T08:25:45.820Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:25:45.840Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:25:45.841Z||pool-34-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-09-14T08:25:52.762Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:25:52.763Z|45183997-5fa2-4227-b4c1-5d211532fc0f|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-09-14T08:25:52.763Z|45183997-5fa2-4227-b4c1-5d211532fc0f|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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:25:52.769Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:25:52.769Z||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-09-14T08:25:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:25:52.897Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:25:52.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:25:52.899Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631607892761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:25:52.900Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:26:02.340Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:26:52.761Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:26:52.765Z|45183997-5fa2-4227-b4c1-5d211532fc0f|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-09-14T08:26:52.766Z|45183997-5fa2-4227-b4c1-5d211532fc0f|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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:26:52.769Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:26:52.769Z||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-09-14T08:26:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:26:53.299Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:26:53.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:26:53.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631607892761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/basic_onboard_dzcvol0_modules.json",
  "status": "NOTIFIED"
}
2021-09-14T08:26:53.303Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:26:53.304Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:26:53.304Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631607892761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-14T08:26:53.304Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:26:53.305Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:26:53.305Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631607892761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:26:53.305Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:26:53.305Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:26:53.306Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631607892761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-14T08:26:53.306Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:26:53.306Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:26:53.307Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631607892761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:26:53.307Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:26:53.307Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:26:53.307Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631607892761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T08:26:53.308Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:26:53.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:26:53.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631607901636,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:26:53.309Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:26:53.309Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:26:53.309Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631607906075,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/basic_onboard_dzcvol0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:26:53.309Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:26:53.309Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:26:53.309Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631607908187,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:26:53.309Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:26:53.309Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:26:53.309Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631607909895,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:26:53.310Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:26:53.310Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:26:53.310Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631607911195,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/basic_onboard_dzcvol0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-14T08:26:53.310Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:26:53.310Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:26:53.311Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631607912199,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-14T08:26:53.311Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:26:53.311Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:26:53.311Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631607913203,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-14T08:26:53.312Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:26:53.312Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:26:53.312Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631607914207,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-14T08:26:53.312Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:26:53.312Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:26:53.312Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631607945714,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-14T08:26:53.313Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:27:02.356Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:27:52.762Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:27:52.766Z|45183997-5fa2-4227-b4c1-5d211532fc0f|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-09-14T08:27:52.767Z|45183997-5fa2-4227-b4c1-5d211532fc0f|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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:27:52.770Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:27:52.770Z||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-09-14T08:27:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:28:02.423Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:28:02.437Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:28:52.762Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:28:52.765Z||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-09-14T08:28:52.766Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:28:52.769Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:28:52.769Z||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-09-14T08:28:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:29:02.355Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:29:02.356Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:29:52.761Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:29:52.766Z||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-09-14T08:29:52.766Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:29:52.769Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:29:52.769Z||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-09-14T08:29:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:30:02.395Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:30:02.396Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:30:52.761Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:30:52.764Z||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-09-14T08:30:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:30:52.769Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:30:52.770Z||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-09-14T08:30:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:31:02.401Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:31:02.426Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:31:52.761Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:31:52.764Z||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-09-14T08:31:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:31:52.769Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:31:52.769Z||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-09-14T08:31:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:32:02.338Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:32:02.338Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:32:52.761Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:32:52.764Z||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-09-14T08:32:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:32:52.769Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:32:52.769Z||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-09-14T08:32:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:33:02.347Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:33:02.347Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:33:52.761Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:33:52.765Z||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-09-14T08:33:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:33:52.769Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:33:52.769Z||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-09-14T08:33:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:34:02.337Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:34:02.343Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:34:52.762Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:34:52.767Z||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-09-14T08:34:52.767Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:34:52.769Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:34:52.769Z|45183997-5fa2-4227-b4c1-5d211532fc0f|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-09-14T08:34:52.770Z|45183997-5fa2-4227-b4c1-5d211532fc0f|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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:35:02.348Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:35:02.434Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:35:52.762Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:35:52.765Z||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-09-14T08:35:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:35:52.769Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:35:52.769Z|45183997-5fa2-4227-b4c1-5d211532fc0f|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-09-14T08:35:52.770Z|45183997-5fa2-4227-b4c1-5d211532fc0f|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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:36:02.337Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:36:02.346Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:36:52.761Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:36:52.765Z||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-09-14T08:36:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:36:52.769Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:36:52.769Z||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-09-14T08:36:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:37:02.314Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:37:02.370Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:37:52.761Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:37:52.764Z||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-09-14T08:37:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:37:52.769Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:37:52.769Z||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-09-14T08:37:52.771Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:38:02.337Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:38:02.344Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:38:52.762Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:38:52.764Z||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-09-14T08:38:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:38:52.768Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:38:52.769Z||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-09-14T08:38:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:39:02.347Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:39:02.349Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:39:52.761Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:39:52.764Z||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-09-14T08:39:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:39:52.769Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:39:52.770Z|45183997-5fa2-4227-b4c1-5d211532fc0f|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-09-14T08:39:52.770Z|45183997-5fa2-4227-b4c1-5d211532fc0f|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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:40:02.313Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:40:02.352Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:40:52.761Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:40:52.764Z||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-09-14T08:40:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:40:52.769Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:40:52.770Z|45183997-5fa2-4227-b4c1-5d211532fc0f|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-09-14T08:40:52.770Z|45183997-5fa2-4227-b4c1-5d211532fc0f|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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:41:02.333Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:41:02.333Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:41:52.761Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:41:52.764Z||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-09-14T08:41:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:41:52.769Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:41:52.769Z||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-09-14T08:41:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:41:53.391Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:41:53.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:41:53.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"fd52aba7-b5ae-4edb-a1af-d1bb14899f12","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"9580bfc2-7a7b-411c-95d4-fe4ba60ac5a2","serviceDescription":"service","serviceInvariantUUID":"c0be6c03-96ea-46a4-acd6-b459e03031f8","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"8892fa6e-dbad-4b5d-aa2b-459825845268","resourceInvariantUUID":"70721c93-e6bb-4651-8554-262d2ec5ca4b","resourceCustomizationUUID":"ade65c1f-faee-4913-b05a-9d5addd1f32d","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":"OTBjOThmYTk2YjlhZjg1NDAxMDg4MDEzNjNlZjJlYTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"55d7ab7a-4795-46ce-b2de-015754458f05","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NDk2YzY1ZDA2ZDRmZGE5ZjVlMTBjY2YwMmVhYTVhMTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c0b02209-a043-45c7-a0c1-a281b5e7681b","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-14T08:41:53.399Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:41:53.401Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:41:53.404Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:41:53.404Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631608912761,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:41:53.504Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:41:53.505Z||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-09-14T08:41:53.506Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:41:53.515Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:41:53.515Z||pool-35-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-14T08:41:53.530Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:41:53.531Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:41:53.531Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
  "consumerID": "clamp",
  "timestamp": 1631608903498,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:41:53.532Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:41:53.532Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:41:53.532Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631608906692,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:41:53.532Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:41:53.532Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:41:53.532Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631608909199,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:41:53.532Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:41:53.533Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:41:53.533Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
  "consumerID": "policy-id",
  "timestamp": 1631608908482,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:41:53.533Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:41:53.533Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:41:53.533Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
  "consumerID": "cds",
  "timestamp": 1631608906994,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:41:53.533Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:41:54.405Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:41:54.406Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:41:54.410Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:41:54.410Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631608912761,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T08:41:54.510Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-14T08:41:54.511Z||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-09-14T08:41:54.511Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:41:54.521Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:41:54.521Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:41:55.412Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "9580bfc2-7a7b-411c-95d4-fe4ba60ac5a2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c0be6c03-96ea-46a4-acd6-b459e03031f8",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "ade65c1f-faee-4913-b05a-9d5addd1f32d",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "8892fa6e-dbad-4b5d-aa2b-459825845268",
      "resourceInvariantUUID": "70721c93-e6bb-4651-8554-262d2ec5ca4b",
      "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": "NDk2YzY1ZDA2ZDRmZGE5ZjVlMTBjY2YwMmVhYTVhMTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c0b02209-a043-45c7-a0c1-a281b5e7681b"
    }
  ],
  "workloadContext": "Production"
}
2021-09-14T08:41:55.413Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-14T08:41:55.413Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9580bfc2-7a7b-411c-95d4-fe4ba60ac5a2 ASDC
2021-09-14T08:41:55.415Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:fd52aba7-b5ae-4edb-a1af-d1bb14899f12
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:9580bfc2-7a7b-411c-95d4-fe4ba60ac5a2
ServiceInvariantUUID:c0be6c03-96ea-46a4-acd6-b459e03031f8
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:c0b02209-a043-45c7-a0c1-a281b5e7681b
ArtifactChecksum:NDk2YzY1ZDA2ZDRmZGE5ZjVlMTBjY2YwMmVhYTVhMTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:ade65c1f-faee-4913-b05a-9d5addd1f32d
ResourceInvariantUUID:70721c93-e6bb-4651-8554-262d2ec5ca4b
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:8892fa6e-dbad-4b5d-aa2b-459825845268
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-09-14T08:41:55.417Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9580bfc2-7a7b-411c-95d4-fe4ba60ac5a2 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-09-14T08:41:55.453Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-14T08:41:55.454Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-14T08:41:55.455Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-14T08:41:55.455Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c0b02209-a043-45c7-a0c1-a281b5e7681b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-14T08:41:55.455Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-14T08:41:55.456Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-14T08:41:58.018Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-14T08:41:58.023Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar c0b02209-a043-45c7-a0c1-a281b5e7681b 52174
2021-09-14T08:41:58.023Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-14T08:41:58.023Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-14T08:41:58.024Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-14T08:41:58.024Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:41:58.026Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:41:58.026Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631608918023,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:41:58.126Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-14T08:41:58.128Z||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-09-14T08:41:58.128Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:41:58.140Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:41:58.141Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:41:59.031Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-14T08:41:59.033Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-14T08:41:59.034Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: c0b02209-a043-45c7-a0c1-a281b5e7681b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-14T08:41:59.034Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-09-14T08:41:59.035Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-14T08:41:59.035Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-14T08:41:59.215Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16378570473388148499/Definitions/service-BasicNetwork-template.yml
2021-09-14T08:41:59.814Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-14T08:41:59.814Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-14T08:41:59.814Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-14T08:41:59.814Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-09-14T08:41:59.814Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||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-09-14T08:41:59.814Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||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-09-14T08:41:59.814Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||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-09-14T08:41:59.815Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||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-09-14T08:41:59.815Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|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-BasicNetwork-csar.csar
2021-09-14T08:41:59.815Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||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-09-14T08:41:59.815Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||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-09-14T08:41:59.815Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||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-09-14T08:41:59.815Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-14T08:41:59.815Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:41:59.815Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:41:59.815Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-14T08:41:59.816Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-14T08:41:59.816Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-14T08:41:59.816Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:41:59.816Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:41:59.816Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-14T08:41:59.816Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-14T08:41:59.816Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-14T08:41:59.817Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:41:59.817Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:41:59.817Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:41:59.817Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:41:59.817Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:41:59.818Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:41:59.818Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:41:59.818Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:41:59.818Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:41:59.818Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:41:59.818Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:9580bfc2-7a7b-411c-95d4-fe4ba60ac5a2
Model Version:NULL
Model InvariantUuid:c0be6c03-96ea-46a4-acd6-b459e03031f8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:70721c93-e6bb-4651-8554-262d2ec5ca4b
Model UUID:f5f8195e-201a-4ee5-a5b8-1d2c0718155b
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:ade65c1f-faee-4913-b05a-9d5addd1f32d
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-14T08:41:59.828Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: 8892fa6e-dbad-4b5d-aa2b-459825845268
2021-09-14T08:41:59.829Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||No resources found for Service: 9580bfc2-7a7b-411c-95d4-fe4ba60ac5a2
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-14T08:41:59.835Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||
2021-09-14T08:41:59.836Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-09-14T08:41:59.837Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 9580bfc2-7a7b-411c-95d4-fe4ba60ac5a2
2021-09-14T08:41:59.837Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 9580bfc2-7a7b-411c-95d4-fe4ba60ac5a2
2021-09-14T08:41:59.837Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-09-14T08:41:59.837Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-14T08:41:59.844Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@11cb52fe, org.onap.sdc.toscaparser.api.parameters.Input@153ed3aa, org.onap.sdc.toscaparser.api.parameters.Input@2e2afdf7, org.onap.sdc.toscaparser.api.parameters.Input@29e21b81, org.onap.sdc.toscaparser.api.parameters.Input@62f5e0e1]
2021-09-14T08:41:59.845Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:41:59.845Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:41:59.846Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:41:59.846Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:41:59.846Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 9580bfc2-7a7b-411c-95d4-fe4ba60ac5a2: Generic NeutronNet
2021-09-14T08:41:59.846Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:41:59.846Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:41:59.847Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:41:59.847Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||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_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-09-14T08:41:59.885Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:41:59.886Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:41:59.886Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:41:59.886Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:41:59.886Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:41:59.887Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:41:59.887Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_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_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_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-09-14T08:41:59.966Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-09-14T08:41:59.966Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-14T08:41:59.966Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-14T08:41:59.966Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-14T08:41:59.967Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:41:59.968Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:41:59.969Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631608919966,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-14T08:42:00.069Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:42:00.070Z||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-09-14T08:42:00.070Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:42:00.110Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:42:00.111Z||pool-38-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:42:00.969Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fd52aba7-b5ae-4edb-a1af-d1bb14899f12
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-09-14T08:42:00.982Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fd52aba7-b5ae-4edb-a1af-d1bb14899f12
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-14T08:42:00.984Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-14T08:42:00.984Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-14T08:42:00.985Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-14T08:42:30.986Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fd52aba7-b5ae-4edb-a1af-d1bb14899f12
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-09-14T08:42:31.013Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fd52aba7-b5ae-4edb-a1af-d1bb14899f12
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-14T08:42:31.015Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-14T08:42:31.015Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-14T08:42:31.015Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-14T08:42:52.769Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:42:52.771Z||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-09-14T08:42:52.771Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:42:52.809Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:42:52.810Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:42:52.810Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631608912761,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:42:52.812Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:43:01.017Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fd52aba7-b5ae-4edb-a1af-d1bb14899f12
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-09-14T08:43:01.052Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fd52aba7-b5ae-4edb-a1af-d1bb14899f12
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-14T08:43:01.055Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-14T08:43:01.055Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-14T08:43:01.055Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-14T08:43:31.055Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fd52aba7-b5ae-4edb-a1af-d1bb14899f12
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-09-14T08:43:31.078Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fd52aba7-b5ae-4edb-a1af-d1bb14899f12
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-14T08:43:31.080Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-14T08:43:31.081Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-14T08:43:31.081Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-14T08:43:52.782Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:43:52.787Z||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-09-14T08:43:52.787Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:43:53.336Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:43:53.338Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:43:53.338Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631608906692,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:43:53.343Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:43:53.343Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:43:53.343Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631608909199,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T08:43:53.343Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:43:53.344Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:43:53.344Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
  "consumerID": "clamp",
  "timestamp": 1631608903498,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T08:43:53.344Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:43:53.344Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:43:53.344Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
  "consumerID": "cds",
  "timestamp": 1631608906994,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T08:43:53.344Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:43:53.344Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:43:53.344Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
  "consumerID": "policy-id",
  "timestamp": 1631608908482,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T08:43:53.345Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:43:53.350Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:43:53.351Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631608912761,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T08:43:53.351Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:43:53.351Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:43:53.351Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
  "consumerID": "policy-id",
  "timestamp": 1631608916101,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:43:53.351Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:43:53.351Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:43:53.352Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
  "consumerID": "cds",
  "timestamp": 1631608917001,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:43:53.352Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:43:53.352Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:43:53.352Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
  "consumerID": "policy-id",
  "timestamp": 1631608917110,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-14T08:43:53.353Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:43:53.353Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:43:53.353Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
  "consumerID": "cds",
  "timestamp": 1631608918014,
  "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=?
2021-09-14T08:43:53.373Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fd52aba7-b5ae-4edb-a1af-d1bb14899f12
2021-09-14T08:43:53.375Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd52aba7-b5ae-4edb-a1af-d1bb14899f12 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-09-14T08:43:53.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:43:53.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631608918023,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:43:53.397Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:43:53.397Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:43:53.397Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
  "consumerID": "policy-id",
  "timestamp": 1631608918113,
  "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-09-14T08:43:53.403Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fd52aba7-b5ae-4edb-a1af-d1bb14899f12
2021-09-14T08:43:53.403Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd52aba7-b5ae-4edb-a1af-d1bb14899f12 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-09-14T08:43:53.414Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:43:53.414Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631608919966,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-14T08:43:53.432Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:43:53.432Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:43:53.432Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
  "consumerID": "dcae-sch",
  "timestamp": 1631608921911,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:43:53.432Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:43:53.432Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:43:53.433Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
  "consumerID": "dcae-sch",
  "timestamp": 1631608921911,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:43:53.433Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:43:53.433Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:43:53.433Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
  "consumerID": "aai-ml",
  "timestamp": 1631608927612,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:43:53.433Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:43:53.433Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:43:53.434Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
  "consumerID": "aai-ml",
  "timestamp": 1631608927612,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T08:43:53.434Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:43:53.434Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:43:53.434Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
  "consumerID": "clamp",
  "timestamp": 1631608929560,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:43:53.448Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:43:53.448Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:43:53.448Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631608930475,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:43:53.449Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:43:53.449Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:43:53.449Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
  "consumerID": "aai-ml",
  "timestamp": 1631608931384,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:43:53.449Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:43:53.449Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:43:53.450Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631608930475,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T08:43:53.450Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:43:53.450Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:43:53.450Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
  "consumerID": "clamp",
  "timestamp": 1631608932562,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-14T08:43:53.451Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:43:53.451Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:43:53.451Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
  "consumerID": "clamp",
  "timestamp": 1631608933567,
  "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-09-14T08:43:53.457Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fd52aba7-b5ae-4edb-a1af-d1bb14899f12
2021-09-14T08:43:53.457Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd52aba7-b5ae-4edb-a1af-d1bb14899f12 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-09-14T08:43:53.465Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:43:53.465Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631608934179,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:43:53.465Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:43:53.465Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:43:53.466Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
  "consumerID": "aai-ml",
  "timestamp": 1631608935637,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-14T08:43:53.466Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:43:53.466Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:43:53.466Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631608935801,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-14T08:43:53.466Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:43:53.466Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:43:53.467Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
  "consumerID": "aai-ml",
  "timestamp": 1631608936642,
  "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-09-14T08:43:53.473Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fd52aba7-b5ae-4edb-a1af-d1bb14899f12
2021-09-14T08:43:53.473Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd52aba7-b5ae-4edb-a1af-d1bb14899f12 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-09-14T08:43:53.482Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:43:53.482Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631608936805,
  "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-09-14T08:43:53.486Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fd52aba7-b5ae-4edb-a1af-d1bb14899f12
2021-09-14T08:43:53.486Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd52aba7-b5ae-4edb-a1af-d1bb14899f12 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-09-14T08:44:01.082Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fd52aba7-b5ae-4edb-a1af-d1bb14899f12
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-09-14T08:44:01.114Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fd52aba7-b5ae-4edb-a1af-d1bb14899f12
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-14T08:44:01.118Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-14T08:44:01.119Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-14T08:44:01.119Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-14T08:44:01.120Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-14T08:44:01.120Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-14T08:44:01.120Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-14T08:44:01.120Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-14T08:44:01.121Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-14T08:44:01.121Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-14T08:44:01.121Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-14T08:44:01.122Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|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-09-14T08:44:01.128Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-14T08:44:31.128Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fd52aba7-b5ae-4edb-a1af-d1bb14899f12 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-09-14T08:44:31.136Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fd52aba7-b5ae-4edb-a1af-d1bb14899f12 and serviceModelVersionId: 9580bfc2-7a7b-411c-95d4-fe4ba60ac5a2
2021-09-14T08:44:31.137Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c0be6c03-96ea-46a4-acd6-b459e03031f8
2021-09-14T08:44:31.139Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c0be6c03-96ea-46a4-acd6-b459e03031f8/model-vers/model-ver/9580bfc2-7a7b-411c-95d4-fe4ba60ac5a2?depth=0
2021-09-14T08:44:31.149Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-09-14T08:44:31.225Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c0be6c03-96ea-46a4-acd6-b459e03031f8/model-vers/model-ver/9580bfc2-7a7b-411c-95d4-fe4ba60ac5a2?depth=0|INFO|500||Invoke
2021-09-14T08:44:31.226Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c0be6c03-96ea-46a4-acd6-b459e03031f8/model-vers/model-ver/9580bfc2-7a7b-411c-95d4-fe4ba60ac5a2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c0be6c03-96ea-46a4-acd6-b459e03031f8/model-vers/model-ver/9580bfc2-7a7b-411c-95d4-fe4ba60ac5a2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fd52aba7-b5ae-4edb-a1af-d1bb14899f12], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4b6e83c9-0aea-4d6e-accd-10629b745636], X-ECOMP-RequestID=[fd52aba7-b5ae-4edb-a1af-d1bb14899f12], X-TransactionId=[], X-ONAP-RequestID=[fd52aba7-b5ae-4edb-a1af-d1bb14899f12], Content-Type=[application/merge-patch+json]}
2021-09-14T08:44:31.255Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c0be6c03-96ea-46a4-acd6-b459e03031f8/model-vers/model-ver/9580bfc2-7a7b-411c-95d4-fe4ba60ac5a2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-14T08:44:31.665Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c0be6c03-96ea-46a4-acd6-b459e03031f8/model-vers/model-ver/9580bfc2-7a7b-411c-95d4-fe4ba60ac5a2?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c0be6c03-96ea-46a4-acd6-b459e03031f8/model-vers/model-ver/9580bfc2-7a7b-411c-95d4-fe4ba60ac5a2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210914-08:44:31:254-52763], vertex-id=[376832], Content-Length=[0], Date=[Tue, 14 Sep 2021 08:44:31 GMT], Content-Type=[application/json]}
2021-09-14T08:44:31.668Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c0be6c03-96ea-46a4-acd6-b459e03031f8/model-vers/model-ver/9580bfc2-7a7b-411c-95d4-fe4ba60ac5a2?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-14T08:44:31.669Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c0be6c03-96ea-46a4-acd6-b459e03031f8/model-vers/model-ver/9580bfc2-7a7b-411c-95d4-fe4ba60ac5a2?depth=0|INFO|500||InvokeReturn
2021-09-14T08:44:31.670Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-14T08:44:31.671Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-14T08:44:31.677Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|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-09-14T08:44:31.678Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fd52aba7-b5ae-4edb-a1af-d1bb14899f12 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-14T08:44:31.678Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-14T08:44:31.679Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:44:31.684Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:44:31.685Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609071678,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-14T08:44:31.784Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-14T08:44:31.785Z||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-09-14T08:44:31.785Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:44:31.802Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:44:31.802Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-14T08:44:32.707Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:44:32.708Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|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-09-14T08:44:32.708Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:44:37.187Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:44:37.188Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:44:37.189Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"7b06931d-27fc-4e44-8285-4f26cde00709","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"0a4ef1ca-af74-49e5-a14b-ee32158ec161","serviceDescription":"service","serviceInvariantUUID":"ddaf42ac-c4ec-4566-aecd-7e326380db29","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d363b986-b812-47cd-ab13-0b71348caeab","resourceInvariantUUID":"e598cc5c-ab60-42bf-af5f-f50a0d9b4792","resourceCustomizationUUID":"92bc1b88-c418-4f3e-bce1-b34f84780976","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":"MzhjZTUxMWY2Y2IzNDA0NDYzZjFhZTFkN2FiOTYzYWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1fc30c5d-5b1e-4b3f-87ac-90effcc7ec3e","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":"ZDA4Mjc4NWE1NzExZmM4YzdhNTQwNzg2MDE3YThlNzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f15334d7-8bb8-4fd5-be39-aa2e186d1ac4","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":"eabe3aca-1a2a-4ec2-909d-ceb82042d105","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":"c98fa3d3-77c8-4b8c-9648-9a1975996b23","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":"df157f45-7b14-415c-bb97-8d3183b28959","artifactVersion":"2","generatedFromUUID":"eabe3aca-1a2a-4ec2-909d-ceb82042d105"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NWJiMTAyNzE2MTE0ZDM1M2Y0NDg4MzIwMzdmODk5OTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3fa4932a-bb97-4bda-8c73-7a54ac413726","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NzI2YWE1MzRmYzQwNzZmNWEzZDRmODA0NzFkMjczZGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8847147b-0ced-434d-8726-4b035ef1ca82","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-14T08:44:37.194Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:44:37.195Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:44:37.199Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:44:37.199Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609072707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:44:37.299Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-14T08:44:37.300Z||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-09-14T08:44:37.300Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:44:37.311Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:44:37.311Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:44:38.208Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:44:38.213Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:44:38.217Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:44:38.217Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609072707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-14T08:44:38.317Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-14T08:44:38.318Z||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-09-14T08:44:38.318Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:44:38.327Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:44:38.327Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:44:39.218Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:44:39.220Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:44:39.222Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:44:39.222Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609072707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-14T08:44:39.324Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-09-14T08:44:39.325Z||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-09-14T08:44:39.325Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:44:39.331Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:44:39.332Z||pool-42-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:44:40.222Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:44:40.223Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:44:40.239Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:44:40.239Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609072707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:44:40.339Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:44:40.340Z||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-09-14T08:44:40.340Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:44:40.352Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:44:40.353Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-14T08:44:41.240Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:44:41.240Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:44:41.244Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:44:41.244Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609072707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-14T08:44:41.344Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:44:41.345Z||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-09-14T08:44:41.345Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:44:41.353Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:44:41.353Z||pool-44-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:44:42.245Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:44:42.245Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:44:42.247Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:44:42.248Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609072707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:44:42.348Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:44:42.349Z||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-09-14T08:44:42.349Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:44:42.394Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:44:42.395Z||pool-45-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:44:43.248Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:44:43.250Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:44:43.254Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:44:43.254Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609072707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T08:44:43.353Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-14T08:44:43.354Z||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-09-14T08:44:43.354Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:44:43.361Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:44:43.364Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:44:44.257Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "0a4ef1ca-af74-49e5-a14b-ee32158ec161",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ddaf42ac-c4ec-4566-aecd-7e326380db29",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "92bc1b88-c418-4f3e-bce1-b34f84780976",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d363b986-b812-47cd-ab13-0b71348caeab",
      "resourceInvariantUUID": "e598cc5c-ab60-42bf-af5f-f50a0d9b4792",
      "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": "ZDA4Mjc4NWE1NzExZmM4YzdhNTQwNzg2MDE3YThlNzE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f15334d7-8bb8-4fd5-be39-aa2e186d1ac4",
          "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": "eabe3aca-1a2a-4ec2-909d-ceb82042d105",
          "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": "df157f45-7b14-415c-bb97-8d3183b28959",
            "generatedFromUUID": "eabe3aca-1a2a-4ec2-909d-ceb82042d105"
          },
          "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": "df157f45-7b14-415c-bb97-8d3183b28959",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NzI2YWE1MzRmYzQwNzZmNWEzZDRmODA0NzFkMjczZGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8847147b-0ced-434d-8726-4b035ef1ca82"
    }
  ],
  "workloadContext": "Production"
}
2021-09-14T08:44:44.258Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-14T08:44:44.258Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0a4ef1ca-af74-49e5-a14b-ee32158ec161 ASDC
2021-09-14T08:44:44.259Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:7b06931d-27fc-4e44-8285-4f26cde00709
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:0a4ef1ca-af74-49e5-a14b-ee32158ec161
ServiceInvariantUUID:ddaf42ac-c4ec-4566-aecd-7e326380db29
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:8847147b-0ced-434d-8726-4b035ef1ca82
ArtifactChecksum:NzI2YWE1MzRmYzQwNzZmNWEzZDRmODA0NzFkMjczZGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:92bc1b88-c418-4f3e-bce1-b34f84780976
ResourceInvariantUUID:e598cc5c-ab60-42bf-af5f-f50a0d9b4792
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:d363b986-b812-47cd-ab13-0b71348caeab
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:f15334d7-8bb8-4fd5-be39-aa2e186d1ac4
ArtifactChecksum:ZDA4Mjc4NWE1NzExZmM4YzdhNTQwNzg2MDE3YThlNzE=
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:eabe3aca-1a2a-4ec2-909d-ceb82042d105
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:df157f45-7b14-415c-bb97-8d3183b28959
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:df157f45-7b14-415c-bb97-8d3183b28959
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-14T08:44:44.259Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0a4ef1ca-af74-49e5-a14b-ee32158ec161 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-09-14T08:44:44.304Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-14T08:44:44.304Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-14T08:44:44.304Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-14T08:44:44.305Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8847147b-0ced-434d-8726-4b035ef1ca82 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-14T08:44:44.305Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-14T08:44:44.305Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-14T08:44:47.322Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-14T08:44:47.328Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 8847147b-0ced-434d-8726-4b035ef1ca82 70861
2021-09-14T08:44:47.329Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-09-14T08:44:47.330Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-14T08:44:47.330Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-14T08:44:47.330Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:44:47.334Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:44:47.334Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609087329,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:44:47.436Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-14T08:44:47.439Z||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-09-14T08:44:47.440Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:44:47.448Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:44:47.449Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:44:48.335Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-14T08:44:48.338Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-14T08:44:48.339Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 8847147b-0ced-434d-8726-4b035ef1ca82, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-14T08:44:48.339Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-09-14T08:44:48.340Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-14T08:44:48.340Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-09-14T08:44:48.668Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9613705133510359173/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-09-14T08:44:50.043Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-14T08:44:50.043Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-14T08:44:50.044Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-14T08:44:50.044Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-14T08:44:50.044Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||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-09-14T08:44:50.044Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||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-09-14T08:44:50.044Z|7b06931d-27fc-4e44-8285-4f26cde00709|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-BasicVm-csar.csar
2021-09-14T08:44:50.044Z|7b06931d-27fc-4e44-8285-4f26cde00709|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-BasicVm-csar.csar
2021-09-14T08:44:50.044Z|7b06931d-27fc-4e44-8285-4f26cde00709|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-BasicVm-csar.csar
2021-09-14T08:44:50.044Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||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-09-14T08:44:50.044Z|7b06931d-27fc-4e44-8285-4f26cde00709|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-BasicVm-csar.csar
2021-09-14T08:44:50.044Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||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-09-14T08:44:50.044Z|7b06931d-27fc-4e44-8285-4f26cde00709|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-BasicVm-csar.csar
2021-09-14T08:44:50.045Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-14T08:44:50.045Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:44:50.045Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:44:50.045Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-14T08:44:50.045Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-14T08:44:50.046Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-14T08:44:50.046Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:44:50.046Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:44:50.046Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-14T08:44:50.046Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-14T08:44:50.046Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-14T08:44:50.046Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:44:50.047Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:44:50.047Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:44:50.048Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-14T08:44:50.048Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-09-14T08:44:50.048Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-09-14T08:44:50.048Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-09-14T08:44:50.048Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-14T08:44:50.048Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-14T08:44:50.049Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:44:50.049Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-14T08:44:50.049Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:44:50.049Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-14T08:44:50.049Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T08:44:50.050Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:44:50.050Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-14T08:44:50.050Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T08:44:50.050Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:44:50.051Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-14T08:44:50.051Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T08:44:50.051Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:44:50.051Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-14T08:44:50.052Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-14T08:44:50.052Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-14T08:44:50.052Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5abd270d-8b40-4705-82db-132846abd732
2021-09-14T08:44:50.052Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:44:50.052Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:44:50.053Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:44:50.053Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:44:50.053Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:44:50.053Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:44:50.054Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:44:50.054Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:44:50.054Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:0a4ef1ca-af74-49e5-a14b-ee32158ec161
Model Version:NULL
Model InvariantUuid:ddaf42ac-c4ec-4566-aecd-7e326380db29
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:ba172f4e-0342-4900-9282-f4a032607a4f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e598cc5c-ab60-42bf-af5f-f50a0d9b4792
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:92bc1b88-c418-4f3e-bce1-b34f84780976
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cfefc4b6-b038-45c6-b3d2-9e637e3e6bf9
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:b9f57ea7-4783-4eb0-abd6-5105bfa15943
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5abd270d-8b40-4705-82db-132846abd732
ModelInvariantUuid:cd7ef250-cde5-4642-a319-8394e9c1b1fd
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:419c5b38-6d1d-41a4-b1a7-48efc295fb4d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:7c7063ae-e9f8-46de-9be5-30e8a302417a
ModelInvariantUuid:8ac6d3df-2612-4fce-a556-52c0162c4d7e
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:50f7cfb0-79cd-4b92-ad44-5c167973897a
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-14T08:44:50.063Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: d363b986-b812-47cd-ab13-0b71348caeab
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-14T08:44:50.067Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||basic_vm 0
2021-09-14T08:44:50.067Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d363b986-b812-47cd-ab13-0b71348caeab
2021-09-14T08:44:50.068Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f15334d7-8bb8-4fd5-be39-aa2e186d1ac4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-14T08:44:50.068Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-14T08:44:50.068Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||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-09-14T08:44:51.074Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-14T08:44:51.075Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json f15334d7-8bb8-4fd5-be39-aa2e186d1ac4 787
2021-09-14T08:44:51.075Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||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-09-14T08:44:51.075Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||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-09-14T08:44:51.075Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-14T08:44:51.076Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:44:51.079Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:44:51.079Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609091075,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:44:51.180Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-14T08:44:51.181Z||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-09-14T08:44:51.181Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:44:51.190Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:44:51.190Z||pool-48-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-14T08:44:52.079Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "cfefc4b6-b038-45c6-b3d2-9e637e3e6bf9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b9f57ea7-4783-4eb0-abd6-5105bfa15943",
    "vfModuleModelCustomizationUUID": "f21e3026-b030-44eb-a77f-e22109af9212",
    "isBase": true,
    "artifacts": [
      "eabe3aca-1a2a-4ec2-909d-ceb82042d105",
      "df157f45-7b14-415c-bb97-8d3183b28959"
    ],
    "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-09-14T08:44:52.085Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b9f57ea7-4783-4eb0-abd6-5105bfa15943
VfModuleModelInvariantUUID:cfefc4b6-b038-45c6-b3d2-9e637e3e6bf9
VfModuleModelDescription:NULL
Artifacts UUID List:{
eabe3aca-1a2a-4ec2-909d-ceb82042d105
,
df157f45-7b14-415c-bb97-8d3183b28959

}
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-09-14T08:44:52.087Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "cfefc4b6-b038-45c6-b3d2-9e637e3e6bf9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b9f57ea7-4783-4eb0-abd6-5105bfa15943",
    "vfModuleModelCustomizationUUID": "f21e3026-b030-44eb-a77f-e22109af9212",
    "isBase": true,
    "artifacts": [
      "eabe3aca-1a2a-4ec2-909d-ceb82042d105",
      "df157f45-7b14-415c-bb97-8d3183b28959"
    ],
    "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-09-14T08:44:52.087Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b9f57ea7-4783-4eb0-abd6-5105bfa15943
VfModuleModelInvariantUUID:cfefc4b6-b038-45c6-b3d2-9e637e3e6bf9
VfModuleModelDescription:NULL
Artifacts UUID List:{
eabe3aca-1a2a-4ec2-909d-ceb82042d105
,
df157f45-7b14-415c-bb97-8d3183b28959

}
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-09-14T08:44:52.087Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: eabe3aca-1a2a-4ec2-909d-ceb82042d105 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-14T08:44:52.088Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-14T08:44:52.088Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||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-09-14T08:44:52.769Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:44:52.769Z||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-09-14T08:44:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:44:52.882Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-14T08:44:52.883Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml eabe3aca-1a2a-4ec2-909d-ceb82042d105 5033
2021-09-14T08:44:52.884Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||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-09-14T08:44:52.884Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||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-09-14T08:44:52.884Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-14T08:44:52.884Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:44:52.887Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:44:52.888Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609092884,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:44:52.987Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-14T08:44:52.988Z||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-09-14T08:44:52.989Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:44:53.006Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:44:53.008Z||pool-49-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2021-09-14T08:44:53.021Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:44:53.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "clamp",
  "timestamp": 1631609053498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:44:53.027Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:44:53.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "cds",
  "timestamp": 1631609056992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:44:53.028Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:44:53.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "dcae-sch",
  "timestamp": 1631609061911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:44:53.028Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:44:53.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.029Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "cds",
  "timestamp": 1631609056992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:44:53.029Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:44:53.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.030Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "clamp",
  "timestamp": 1631609053498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-14T08:44:53.030Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:44:53.030Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.030Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "dcae-sch",
  "timestamp": 1631609061911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:44:53.031Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:44:53.031Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.032Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "cds",
  "timestamp": 1631609056992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:44:53.033Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:44:53.033Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.033Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "clamp",
  "timestamp": 1631609053498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:44:53.034Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:44:53.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "dcae-sch",
  "timestamp": 1631609061911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:44:53.034Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:44:53.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.035Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "cds",
  "timestamp": 1631609056992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:44:53.036Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:44:53.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.037Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "clamp",
  "timestamp": 1631609053498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:44:53.037Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:44:53.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.038Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "dcae-sch",
  "timestamp": 1631609061911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:44:53.038Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:44:53.038Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.038Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "cds",
  "timestamp": 1631609056992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:44:53.039Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:44:53.039Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.039Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "clamp",
  "timestamp": 1631609053498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:44:53.039Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:44:53.040Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.040Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "dcae-sch",
  "timestamp": 1631609061911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:44:53.040Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:44:53.040Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.040Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631609066693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:44:53.041Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:44:53.041Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.041Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "cds",
  "timestamp": 1631609056992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:44:53.041Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:44:53.041Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.041Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "clamp",
  "timestamp": 1631609053498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:44:53.042Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:44:53.042Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.042Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "dcae-sch",
  "timestamp": 1631609061911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:44:53.043Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:44:53.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.043Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631609066693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:44:53.043Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:44:53.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.044Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "clamp",
  "timestamp": 1631609053498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T08:44:53.044Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:44:53.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "cds",
  "timestamp": 1631609056992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T08:44:53.045Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:44:53.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "dcae-sch",
  "timestamp": 1631609061911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:44:53.046Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:44:53.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "policy-id",
  "timestamp": 1631609068482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:44:53.047Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:44:53.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.048Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631609066693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:44:53.048Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:44:53.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.049Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631609069195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:44:53.049Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:44:53.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "policy-id",
  "timestamp": 1631609068482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:44:53.050Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:44:53.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631609066693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:44:53.051Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:44:53.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631609069195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-14T08:44:53.052Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:44:53.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "cds",
  "timestamp": 1631609071022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:44:53.053Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:44:53.053Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.053Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "policy-id",
  "timestamp": 1631609068482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-14T08:44:53.053Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:44:53.053Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.053Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631609066693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:44:53.053Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:44:53.054Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.054Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609071678,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-14T08:44:53.054Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:44:53.054Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.054Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631609069195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-14T08:44:53.054Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:44:53.054Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.055Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "cds",
  "timestamp": 1631609072042,
  "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=?
2021-09-14T08:44:53.062Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7b06931d-27fc-4e44-8285-4f26cde00709
2021-09-14T08:44:53.062Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b06931d-27fc-4e44-8285-4f26cde00709 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-09-14T08:44:53.085Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.085Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "policy-id",
  "timestamp": 1631609068482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:44:53.086Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:44:53.086Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.086Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631609066693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:44:53.086Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:44:53.086Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.087Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631609069195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:44:53.087Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:44:53.087Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.087Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "policy-id",
  "timestamp": 1631609068482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:44:53.087Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:44:53.087Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.087Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631609066693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:44:53.088Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:44:53.088Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.088Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631609069195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-14T08:44:53.088Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:44:53.088Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.088Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "policy-id",
  "timestamp": 1631609068482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:44:53.088Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:44:53.089Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.089Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631609069195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:44:53.089Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:44:53.089Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.090Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "policy-id",
  "timestamp": 1631609068482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T08:44:53.090Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:44:53.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.090Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631609069195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T08:44:53.092Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:44:53.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.092Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609072707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:44:53.093Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:44:53.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609072707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-14T08:44:53.093Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:44:53.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "aai-ml",
  "timestamp": 1631609077612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:44:53.093Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:44:53.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.094Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "policy-id",
  "timestamp": 1631609078867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:44:53.094Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:44:53.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.094Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631609078993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:44:53.094Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:44:53.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609072707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-14T08:44:53.095Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:44:53.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "aai-ml",
  "timestamp": 1631609077612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:44:53.096Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:44:53.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.096Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "policy-id",
  "timestamp": 1631609079871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-14T08:44:53.096Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:44:53.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.096Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609072707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:44:53.096Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:44:53.097Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.097Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "aai-ml",
  "timestamp": 1631609077612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:44:53.097Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:44:53.097Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.097Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "policy-id",
  "timestamp": 1631609080874,
  "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-09-14T08:44:53.115Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7b06931d-27fc-4e44-8285-4f26cde00709
2021-09-14T08:44:53.116Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b06931d-27fc-4e44-8285-4f26cde00709 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-09-14T08:44:53.128Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.128Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631609080474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:44:53.128Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:44:53.128Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.129Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609072707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-14T08:44:53.129Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:44:53.129Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.129Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "aai-ml",
  "timestamp": 1631609077612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:44:53.129Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:44:53.129Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.129Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631609080474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:44:53.129Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:44:53.129Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.129Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609072707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:44:53.129Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:44:53.130Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.130Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "aai-ml",
  "timestamp": 1631609077612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:44:53.131Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:44:53.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.131Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "clamp",
  "timestamp": 1631609082584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:44:53.131Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:44:53.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.131Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631609080474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:44:53.131Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:44:53.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.131Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609072707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T08:44:53.132Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:44:53.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.132Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "aai-ml",
  "timestamp": 1631609077612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:44:53.132Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:44:53.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.132Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631609083732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:44:53.132Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:44:53.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631609080474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:44:53.133Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:44:53.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "aai-ml",
  "timestamp": 1631609077612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T08:44:53.133Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:44:53.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "clamp",
  "timestamp": 1631609084598,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-14T08:44:53.134Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:44:53.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.134Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631609080474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:44:53.134Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:44:53.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.134Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "clamp",
  "timestamp": 1631609085609,
  "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-09-14T08:44:53.139Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7b06931d-27fc-4e44-8285-4f26cde00709
2021-09-14T08:44:53.139Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b06931d-27fc-4e44-8285-4f26cde00709 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-09-14T08:44:53.147Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.147Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631609080474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:44:53.147Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:44:53.147Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.147Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631609080474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T08:44:53.147Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:44:53.147Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.147Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609087329,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:44:53.147Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:44:53.148Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.148Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631609087390,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:44:53.148Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:44:53.148Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.148Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "aai-ml",
  "timestamp": 1631609087680,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:44:53.148Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:44:53.148Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.148Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631609088438,
  "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-09-14T08:44:53.152Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7b06931d-27fc-4e44-8285-4f26cde00709
2021-09-14T08:44:53.152Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b06931d-27fc-4e44-8285-4f26cde00709 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-09-14T08:44:53.158Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.158Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631609089442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-14T08:44:53.158Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:44:53.158Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.158Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631609089688,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:44:53.158Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:44:53.158Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609091075,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:44:53.159Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:44:53.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T08:44:53.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631609092102,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-14T08:44:53.159Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:44:53.889Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: df157f45-7b14-415c-bb97-8d3183b28959 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-14T08:44:53.890Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-14T08:44:53.891Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||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-09-14T08:44:54.848Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-14T08:44:54.849Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env df157f45-7b14-415c-bb97-8d3183b28959 903
2021-09-14T08:44:54.849Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||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-09-14T08:44:54.849Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||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-09-14T08:44:54.849Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-14T08:44:54.850Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:44:54.851Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:44:54.851Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609094849,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:44:54.952Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:44:54.953Z||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-09-14T08:44:54.953Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:44:54.990Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:44:54.990Z||pool-50-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:44:55.857Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 0a4ef1ca-af74-49e5-a14b-ee32158ec161
2021-09-14T08:44:55.858Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 d363b986-b812-47cd-ab13-0b71348caeab ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-14T08:44:55.880Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@73b33541, org.onap.sdc.toscaparser.api.parameters.Input@121e8c0a, org.onap.sdc.toscaparser.api.parameters.Input@2c75b523, org.onap.sdc.toscaparser.api.parameters.Input@1c56e4b0, org.onap.sdc.toscaparser.api.parameters.Input@76a5d346]
2021-09-14T08:44:55.882Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:44:55.882Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:44:55.883Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2021-09-14T08:44:55.883Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 92bc1b88-c418-4f3e-bce1-b34f84780976
2021-09-14T08:44:55.883Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 92bc1b88-c418-4f3e-bce1-b34f84780976 matches Tosca VF Customization UUID: 92bc1b88-c418-4f3e-bce1-b34f84780976
2021-09-14T08:44:55.883Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 92bc1b88-c418-4f3e-bce1-b34f84780976  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-14T08:44:55.885Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:44:55.886Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:44:55.886Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 92bc1b88-c418-4f3e-bce1-b34f84780976: {\"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-09-14T08:44:55.886Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3a380935
2021-09-14T08:44:55.886Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:44:55.887Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-14T08:44:55.887Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f21e3026-b030-44eb-a77f-e22109af9212
2021-09-14T08:44:55.887Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f21e3026-b030-44eb-a77f-e22109af9212
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-14T08:44:55.889Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:44:55.889Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-14T08:44:55.890Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T08:44:55.890Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:44:55.890Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-14T08:44:55.890Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T08:44:55.890Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:44:55.891Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-14T08:44:55.891Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-14T08:44:55.891Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-14T08:44:55.891Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5abd270d-8b40-4705-82db-132846abd732
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-14T08:44:55.893Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:44:55.894Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-14T08:44:55.894Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T08:44:55.894Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:44:55.894Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-14T08:44:55.894Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=92bc1b88-c418-4f3e-bce1-b34f84780976
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-14T08:44:55.896Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:44:55.897Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:44:55.897Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 0a4ef1ca-af74-49e5-a14b-ee32158ec161: basic_vm
2021-09-14T08:44:55.897Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:44:55.897Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:44:55.897Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:44:55.898Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:44:55.898Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:44:55.898Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:44:55.898Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:44:55.898Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:44:55.898Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:44:55.898Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:44:55.899Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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-09-14T08:44:56.000Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm d363b986-b812-47cd-ab13-0b71348caeab 1 ASDC deployResourceStructure
2021-09-14T08:44:56.000Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||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-09-14T08:44:56.000Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||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-09-14T08:44:56.000Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-14T08:44:56.000Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:44:56.002Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:44:56.002Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609096000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-14T08:44:56.106Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2021-09-14T08:44:56.107Z||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-09-14T08:44:56.107Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:44:56.131Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:44:56.131Z||pool-51-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2021-09-14T08:44:57.013Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||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-09-14T08:44:57.013Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||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-09-14T08:44:57.013Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-14T08:44:57.014Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:44:57.015Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:44:57.015Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609097013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-14T08:44:57.116Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:44:57.116Z||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-09-14T08:44:57.117Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:44:57.126Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:44:57.126Z||pool-52-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:44:58.020Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||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-09-14T08:44:58.020Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||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-09-14T08:44:58.020Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-14T08:44:58.021Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:44:58.028Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:44:58.028Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609098020,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-14T08:44:58.124Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-09-14T08:44:58.124Z||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-09-14T08:44:58.124Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:44:58.144Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:44:58.144Z||pool-53-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:44:59.045Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-09-14T08:44:59.045Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-14T08:44:59.045Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-14T08:44:59.045Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:44:59.048Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:44:59.048Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609099045,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-14T08:44:59.147Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-14T08:44:59.148Z||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-09-14T08:44:59.149Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:44:59.160Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:44:59.162Z||pool-54-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:45:00.063Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b06931d-27fc-4e44-8285-4f26cde00709
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-09-14T08:45:00.077Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b06931d-27fc-4e44-8285-4f26cde00709
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-14T08:45:00.081Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-14T08:45:00.082Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-14T08:45:00.082Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-14T08:45:30.091Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b06931d-27fc-4e44-8285-4f26cde00709
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-09-14T08:45:30.105Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b06931d-27fc-4e44-8285-4f26cde00709
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-14T08:45:30.107Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-14T08:45:30.107Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-14T08:45:30.107Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-14T08:45:52.769Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:45:52.772Z||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-09-14T08:45:52.772Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:45:52.798Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:45:52.800Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-14T08:45:52.800Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609092884,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:45:52.802Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:46:00.108Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b06931d-27fc-4e44-8285-4f26cde00709
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-09-14T08:46:00.128Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b06931d-27fc-4e44-8285-4f26cde00709
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-14T08:46:00.131Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-14T08:46:00.131Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-14T08:46:00.131Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-14T08:46:30.136Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b06931d-27fc-4e44-8285-4f26cde00709
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-09-14T08:46:30.150Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b06931d-27fc-4e44-8285-4f26cde00709
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-14T08:46:30.158Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-14T08:46:30.158Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-14T08:46:30.158Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-14T08:46:52.769Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:46:52.772Z|45183997-5fa2-4227-b4c1-5d211532fc0f|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-09-14T08:46:52.772Z|45183997-5fa2-4227-b4c1-5d211532fc0f|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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:46:52.801Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:46:52.802Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:46:52.802Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631609093105,
  "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-09-14T08:46:52.813Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7b06931d-27fc-4e44-8285-4f26cde00709
2021-09-14T08:46:52.813Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b06931d-27fc-4e44-8285-4f26cde00709 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-09-14T08:47:00.158Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b06931d-27fc-4e44-8285-4f26cde00709
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-09-14T08:47:00.173Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b06931d-27fc-4e44-8285-4f26cde00709
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-14T08:47:00.176Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-14T08:47:00.176Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-14T08:47:00.177Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-14T08:47:30.177Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b06931d-27fc-4e44-8285-4f26cde00709
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-09-14T08:47:30.207Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b06931d-27fc-4e44-8285-4f26cde00709
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-14T08:47:30.210Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-14T08:47:30.210Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-14T08:47:30.211Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-14T08:47:52.771Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:47:52.776Z|45183997-5fa2-4227-b4c1-5d211532fc0f|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-09-14T08:47:52.776Z|45183997-5fa2-4227-b4c1-5d211532fc0f|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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:47:52.812Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:47:52.813Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:47:52.813Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609094849,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:47:52.817Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:47:52.817Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:47:52.817Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609096000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-14T08:47:52.818Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:47:52.818Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:47:52.818Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "aai-ml",
  "timestamp": 1631609096663,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-14T08:47:52.818Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:47:52.818Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:47:52.819Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609097013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-14T08:47:52.819Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:47:52.819Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:47:52.819Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "aai-ml",
  "timestamp": 1631609097667,
  "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-09-14T08:47:52.830Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7b06931d-27fc-4e44-8285-4f26cde00709
2021-09-14T08:47:52.831Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b06931d-27fc-4e44-8285-4f26cde00709 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-09-14T08:47:52.843Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:47:52.843Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609098020,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-14T08:47:52.843Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:47:52.843Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:47:52.843Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609099045,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-14T08:47:52.843Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:48:00.211Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b06931d-27fc-4e44-8285-4f26cde00709
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-09-14T08:48:00.234Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b06931d-27fc-4e44-8285-4f26cde00709
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-14T08:48:00.238Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-14T08:48:00.238Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-14T08:48:00.239Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-14T08:48:00.239Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-14T08:48:00.240Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-14T08:48:00.240Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-14T08:48:00.240Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-14T08:48:00.240Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-14T08:48:00.240Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-14T08:48:00.240Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-14T08:48:00.240Z|7b06931d-27fc-4e44-8285-4f26cde00709|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-09-14T08:48:00.260Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-14T08:48:30.261Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7b06931d-27fc-4e44-8285-4f26cde00709 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-09-14T08:48:30.312Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7b06931d-27fc-4e44-8285-4f26cde00709 and serviceModelVersionId: 0a4ef1ca-af74-49e5-a14b-ee32158ec161
2021-09-14T08:48:30.313Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ddaf42ac-c4ec-4566-aecd-7e326380db29
2021-09-14T08:48:30.317Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ddaf42ac-c4ec-4566-aecd-7e326380db29/model-vers/model-ver/0a4ef1ca-af74-49e5-a14b-ee32158ec161?depth=0
2021-09-14T08:48:30.327Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-09-14T08:48:30.413Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ddaf42ac-c4ec-4566-aecd-7e326380db29/model-vers/model-ver/0a4ef1ca-af74-49e5-a14b-ee32158ec161?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-09-14T08:48:30.414Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ddaf42ac-c4ec-4566-aecd-7e326380db29/model-vers/model-ver/0a4ef1ca-af74-49e5-a14b-ee32158ec161?depth=0|INFO|500||Invoke
2021-09-14T08:48:30.452Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ddaf42ac-c4ec-4566-aecd-7e326380db29/model-vers/model-ver/0a4ef1ca-af74-49e5-a14b-ee32158ec161?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-14T08:48:30.540Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ddaf42ac-c4ec-4566-aecd-7e326380db29/model-vers/model-ver/0a4ef1ca-af74-49e5-a14b-ee32158ec161?depth=0|INFO|500||InvokeReturn
2021-09-14T08:48:30.541Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ddaf42ac-c4ec-4566-aecd-7e326380db29/model-vers/model-ver/0a4ef1ca-af74-49e5-a14b-ee32158ec161?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210914-08:48:30:451-17497], vertex-id=[393216], Content-Length=[0], Date=[Tue, 14 Sep 2021 08:48:30 GMT], Content-Type=[application/json]}
2021-09-14T08:48:30.544Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-09-14T08:48:30.548Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-14T08:48:30.548Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-14T08:48:30.555Z|7b06931d-27fc-4e44-8285-4f26cde00709|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-09-14T08:48:30.557Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7b06931d-27fc-4e44-8285-4f26cde00709 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-14T08:48:30.558Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-14T08:48:30.559Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:48:30.561Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:48:30.561Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609310558,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-14T08:48:30.665Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2021-09-14T08:48:30.668Z||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-09-14T08:48:30.668Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:48:30.688Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:48:30.688Z||pool-55-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-14T08:48:31.577Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:48:31.577Z|7b06931d-27fc-4e44-8285-4f26cde00709|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-09-14T08:48:31.577Z|7b06931d-27fc-4e44-8285-4f26cde00709|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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:48:35.953Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:48:35.954Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:48:35.954Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"c36ead0a-dffd-4960-8c24-52fb7d385880","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"275e7ce5-a00f-4691-99e0-d2637d643d7e","serviceDescription":"service","serviceInvariantUUID":"47d70876-6c9f-4e69-bee5-1413f60c3675","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0f9baada-61e0-48fd-8d4d-ce588e9a9723","resourceInvariantUUID":"2d5bb4c6-4b07-4484-9dd0-115ec70d0104","resourceCustomizationUUID":"4a1f0c04-f1b6-439e-af37-0abbc0423879","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":"M2E4MDY1ZDhkM2FjZDYyYTYxNTQwMDkyYTY4NTc5M2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7edb2561-168c-4699-9c88-c47f8563abec","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":"NGQyOTQ1NTQ3YzhiOTMwM2EzMDAzNjA2ZTNiNzEzMjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"136e3035-a326-4e73-89c0-db5a0c8060a5","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":"7e6a9387-592a-467d-b60b-453de0a6d695","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":"ec07dc46-3c06-4099-ad72-7e3d6f699a35","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":"90d84663-4a1e-48b7-b5ec-89797a89b300","artifactVersion":"2","generatedFromUUID":"7e6a9387-592a-467d-b60b-453de0a6d695"},{"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":"MTFjZWFiMmM1Nzk4MjFiMWNjZTM2NGQ1ZDA0NTYwMzc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"23cf24b7-bda8-4486-bf80-7d76392ac290","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":"ZTE2NzhiYWFiZjZjZDU1ZDk4MzAwNzc1NGQxZGZjYzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2972b34b-39c4-48a0-bc9b-8922f88bc2f7","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MGFmNGIwNzcwNGEwMzViMmEzOTJiMzZiZjNhM2JlNzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2f072456-0681-4f35-b2fb-2ca58c8dba99","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-14T08:48:35.960Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:48:35.961Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:48:35.964Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:48:35.964Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609311577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:36.072Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2021-09-14T08:48:36.073Z||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-09-14T08:48:36.073Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:48:36.092Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:48:36.093Z||pool-56-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2021-09-14T08:48:36.965Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:48:36.966Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:48:36.969Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:48:36.969Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609311577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-14T08:48:37.076Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2021-09-14T08:48:37.077Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-14T08:48:37.077Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:48:37.089Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:48:37.089Z||pool-57-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:48:37.971Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:48:37.974Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:48:37.976Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:48:37.977Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609311577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-14T08:48:38.077Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:48:38.077Z||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-09-14T08:48:38.078Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:48:38.100Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:48:38.100Z||pool-58-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:48:38.980Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:48:38.982Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:48:38.984Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:48:38.984Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609311577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:39.084Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:48:39.085Z||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-09-14T08:48:39.085Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:48:39.094Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:48:39.095Z||pool-59-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-14T08:48:39.984Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:48:39.985Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:48:39.987Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:48:39.987Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609311577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-14T08:48:40.089Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:48:40.089Z||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-09-14T08:48:40.090Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:48:40.098Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:48:40.099Z||pool-60-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:48:40.988Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:48:40.990Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:48:40.992Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:48:40.992Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609311577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:41.098Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2021-09-14T08:48:41.099Z||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-09-14T08:48:41.100Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:48:41.118Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:48:41.118Z||pool-61-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:48:41.993Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:48:41.995Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:48:41.997Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:48:41.997Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609311577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:42.097Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:48:42.098Z||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-09-14T08:48:42.098Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:48:42.108Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:48:42.109Z||pool-62-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:48:42.999Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:48:43.001Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:48:43.005Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:48:43.005Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609311577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T08:48:43.105Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:48:43.106Z||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-09-14T08:48:43.106Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:48:43.114Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:48:43.115Z||pool-63-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:48:44.006Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "275e7ce5-a00f-4691-99e0-d2637d643d7e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "47d70876-6c9f-4e69-bee5-1413f60c3675",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "4a1f0c04-f1b6-439e-af37-0abbc0423879",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0f9baada-61e0-48fd-8d4d-ce588e9a9723",
      "resourceInvariantUUID": "2d5bb4c6-4b07-4484-9dd0-115ec70d0104",
      "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": "NGQyOTQ1NTQ3YzhiOTMwM2EzMDAzNjA2ZTNiNzEzMjE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "136e3035-a326-4e73-89c0-db5a0c8060a5",
          "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": "7e6a9387-592a-467d-b60b-453de0a6d695",
          "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": "90d84663-4a1e-48b7-b5ec-89797a89b300",
            "generatedFromUUID": "7e6a9387-592a-467d-b60b-453de0a6d695"
          },
          "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": "90d84663-4a1e-48b7-b5ec-89797a89b300",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MGFmNGIwNzcwNGEwMzViMmEzOTJiMzZiZjNhM2JlNzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2f072456-0681-4f35-b2fb-2ca58c8dba99"
    }
  ],
  "workloadContext": "Production"
}
2021-09-14T08:48:44.007Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-14T08:48:44.009Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 275e7ce5-a00f-4691-99e0-d2637d643d7e ASDC
2021-09-14T08:48:44.010Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:c36ead0a-dffd-4960-8c24-52fb7d385880
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:275e7ce5-a00f-4691-99e0-d2637d643d7e
ServiceInvariantUUID:47d70876-6c9f-4e69-bee5-1413f60c3675
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:2f072456-0681-4f35-b2fb-2ca58c8dba99
ArtifactChecksum:MGFmNGIwNzcwNGEwMzViMmEzOTJiMzZiZjNhM2JlNzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:4a1f0c04-f1b6-439e-af37-0abbc0423879
ResourceInvariantUUID:2d5bb4c6-4b07-4484-9dd0-115ec70d0104
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:0f9baada-61e0-48fd-8d4d-ce588e9a9723
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:136e3035-a326-4e73-89c0-db5a0c8060a5
ArtifactChecksum:NGQyOTQ1NTQ3YzhiOTMwM2EzMDAzNjA2ZTNiNzEzMjE=
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:7e6a9387-592a-467d-b60b-453de0a6d695
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:90d84663-4a1e-48b7-b5ec-89797a89b300
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:90d84663-4a1e-48b7-b5ec-89797a89b300
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-14T08:48:44.011Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 275e7ce5-a00f-4691-99e0-d2637d643d7e 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-09-14T08:48:44.057Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-14T08:48:44.057Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-14T08:48:44.058Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-14T08:48:44.058Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 2f072456-0681-4f35-b2fb-2ca58c8dba99 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-14T08:48:44.058Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-14T08:48:44.058Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-14T08:48:46.382Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-14T08:48:46.386Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2f072456-0681-4f35-b2fb-2ca58c8dba99 78601
2021-09-14T08:48:46.387Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-09-14T08:48:46.387Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-14T08:48:46.387Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-14T08:48:46.387Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:48:46.390Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:48:46.390Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609326387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:48:46.490Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:48:46.491Z||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-09-14T08:48:46.491Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:48:46.499Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:48:46.500Z||pool-64-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:48:47.391Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-14T08:48:47.394Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-14T08:48:47.394Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 2f072456-0681-4f35-b2fb-2ca58c8dba99, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-14T08:48:47.394Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-09-14T08:48:47.396Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-14T08:48:47.396Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-14T08:48:47.680Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12819639918239610172/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-09-14T08:48:48.943Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-14T08:48:48.943Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-14T08:48:48.943Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-14T08:48:48.944Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-14T08:48:48.944Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||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-09-14T08:48:48.944Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||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-09-14T08:48:48.944Z|c36ead0a-dffd-4960-8c24-52fb7d385880|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-BasicVmMacro-csar.csar
2021-09-14T08:48:48.944Z|c36ead0a-dffd-4960-8c24-52fb7d385880|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-BasicVmMacro-csar.csar
2021-09-14T08:48:48.944Z|c36ead0a-dffd-4960-8c24-52fb7d385880|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-BasicVmMacro-csar.csar
2021-09-14T08:48:48.944Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||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-09-14T08:48:48.944Z|c36ead0a-dffd-4960-8c24-52fb7d385880|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-BasicVmMacro-csar.csar
2021-09-14T08:48:48.944Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||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-09-14T08:48:48.944Z|c36ead0a-dffd-4960-8c24-52fb7d385880|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-BasicVmMacro-csar.csar
2021-09-14T08:48:48.944Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-14T08:48:48.944Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:48:48.945Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:48:48.945Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-14T08:48:48.945Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-14T08:48:48.945Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-14T08:48:48.945Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:48:48.945Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:48:48.946Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-14T08:48:48.946Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-14T08:48:48.946Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-14T08:48:48.946Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:48:48.946Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:48:48.946Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:48:48.946Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-14T08:48:48.946Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-09-14T08:48:48.947Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-09-14T08:48:48.947Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-09-14T08:48:48.947Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-14T08:48:48.947Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-14T08:48:48.947Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:48:48.947Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-14T08:48:48.947Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:48:48.948Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-14T08:48:48.948Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T08:48:48.948Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:48:48.948Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-14T08:48:48.948Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T08:48:48.948Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:48:48.948Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-14T08:48:48.948Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T08:48:48.949Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:48:48.949Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-14T08:48:48.949Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-14T08:48:48.949Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-14T08:48:48.949Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=526055f6-22f8-4aad-b21b-88185e851ed8
2021-09-14T08:48:48.949Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:48:48.949Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:48:48.949Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:48:48.949Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:48:48.950Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:48:48.950Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:48:48.950Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:48:48.950Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:48:48.950Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:275e7ce5-a00f-4691-99e0-d2637d643d7e
Model Version:NULL
Model InvariantUuid:47d70876-6c9f-4e69-bee5-1413f60c3675
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:198ce021-06fb-4504-8abb-54e957a236cd
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2d5bb4c6-4b07-4484-9dd0-115ec70d0104
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:4a1f0c04-f1b6-439e-af37-0abbc0423879
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f48e1394-7d2c-4ac1-9eab-6796c3dbf962
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:15e2a13b-6c05-45cb-9836-d7b6eff76ba0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:526055f6-22f8-4aad-b21b-88185e851ed8
ModelInvariantUuid:9b1c05cd-6557-4ab5-91f5-895755eb0706
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:9b2542e3-bf92-409b-b0f7-0ee5b1f38339
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:23b8b13b-290a-42a1-b4df-7d6ef613f106
ModelInvariantUuid:7386d851-6a5e-44ff-a16c-e32c214b38d9
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:84ff9ad0-23af-442f-a021-b78e388c6459
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-14T08:48:48.959Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 0f9baada-61e0-48fd-8d4d-ce588e9a9723
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-14T08:48:48.963Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||basic_vm_macro 0
2021-09-14T08:48:48.963Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0f9baada-61e0-48fd-8d4d-ce588e9a9723
2021-09-14T08:48:48.963Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 136e3035-a326-4e73-89c0-db5a0c8060a5 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-09-14T08:48:48.963Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-14T08:48:48.963Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||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-09-14T08:48:49.666Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-14T08:48:49.667Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 136e3035-a326-4e73-89c0-db5a0c8060a5 792
2021-09-14T08:48:49.668Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||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-09-14T08:48:49.668Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||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-09-14T08:48:49.668Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-14T08:48:49.668Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:48:49.672Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:48:49.672Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609329668,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:48:49.772Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:48:49.773Z||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-09-14T08:48:49.773Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:48:49.787Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:48:49.787Z||pool-65-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-09-14T08:48:50.673Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "f48e1394-7d2c-4ac1-9eab-6796c3dbf962",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "15e2a13b-6c05-45cb-9836-d7b6eff76ba0",
    "vfModuleModelCustomizationUUID": "901b7414-834d-4c34-a616-d138d63f0eba",
    "isBase": true,
    "artifacts": [
      "7e6a9387-592a-467d-b60b-453de0a6d695",
      "90d84663-4a1e-48b7-b5ec-89797a89b300"
    ],
    "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-09-14T08:48:50.676Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:15e2a13b-6c05-45cb-9836-d7b6eff76ba0
VfModuleModelInvariantUUID:f48e1394-7d2c-4ac1-9eab-6796c3dbf962
VfModuleModelDescription:NULL
Artifacts UUID List:{
7e6a9387-592a-467d-b60b-453de0a6d695
,
90d84663-4a1e-48b7-b5ec-89797a89b300

}
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-09-14T08:48:50.678Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "f48e1394-7d2c-4ac1-9eab-6796c3dbf962",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "15e2a13b-6c05-45cb-9836-d7b6eff76ba0",
    "vfModuleModelCustomizationUUID": "901b7414-834d-4c34-a616-d138d63f0eba",
    "isBase": true,
    "artifacts": [
      "7e6a9387-592a-467d-b60b-453de0a6d695",
      "90d84663-4a1e-48b7-b5ec-89797a89b300"
    ],
    "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-09-14T08:48:50.678Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:15e2a13b-6c05-45cb-9836-d7b6eff76ba0
VfModuleModelInvariantUUID:f48e1394-7d2c-4ac1-9eab-6796c3dbf962
VfModuleModelDescription:NULL
Artifacts UUID List:{
7e6a9387-592a-467d-b60b-453de0a6d695
,
90d84663-4a1e-48b7-b5ec-89797a89b300

}
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-09-14T08:48:50.678Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7e6a9387-592a-467d-b60b-453de0a6d695 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-09-14T08:48:50.678Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-14T08:48:50.679Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||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-09-14T08:48:51.163Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-14T08:48:51.163Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 7e6a9387-592a-467d-b60b-453de0a6d695 5033
2021-09-14T08:48:51.164Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||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-09-14T08:48:51.164Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||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-09-14T08:48:51.164Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-14T08:48:51.164Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:48:51.166Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:48:51.166Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609331164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:48:51.266Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:48:51.267Z||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-09-14T08:48:51.267Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:48:51.274Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:48:51.275Z||pool-66-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:48:52.167Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 90d84663-4a1e-48b7-b5ec-89797a89b300 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-09-14T08:48:52.167Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-14T08:48:52.168Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||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-09-14T08:48:52.769Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:48:52.769Z|45183997-5fa2-4227-b4c1-5d211532fc0f|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-09-14T08:48:52.769Z|45183997-5fa2-4227-b4c1-5d211532fc0f|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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:48:52.785Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:48:52.800Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.800Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631609149196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.801Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.801Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.801Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "cds",
  "timestamp": 1631609146992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.801Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.801Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.801Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631609146692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.801Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.801Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.801Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "policy-id",
  "timestamp": 1631609148483,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.801Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.801Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.802Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "cds",
  "timestamp": 1631609146992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.802Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.802Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.802Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631609149196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-14T08:48:52.802Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.802Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.802Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631609146692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.802Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.803Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.803Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "policy-id",
  "timestamp": 1631609148483,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.803Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.803Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.803Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "cds",
  "timestamp": 1631609146992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.803Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.803Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.803Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631609149196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-14T08:48:52.803Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.803Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.803Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631609146692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.804Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.804Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.804Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "policy-id",
  "timestamp": 1631609148483,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-14T08:48:52.804Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.804Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.804Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "cds",
  "timestamp": 1631609146992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.804Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.804Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.804Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631609149196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.804Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.804Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.805Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631609146692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.805Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.805Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.805Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "policy-id",
  "timestamp": 1631609148483,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.805Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.805Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.805Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "cds",
  "timestamp": 1631609146992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.805Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.805Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.805Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631609149196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-14T08:48:52.805Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.806Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.806Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631609146692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.806Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.806Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.806Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "policy-id",
  "timestamp": 1631609148483,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.806Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.806Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.806Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631609149196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.806Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.806Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.806Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "cds",
  "timestamp": 1631609146992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.807Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.807Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.807Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631609146692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.807Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.807Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.807Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "policy-id",
  "timestamp": 1631609148483,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.807Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.807Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.807Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631609149196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.807Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.807Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.807Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "cds",
  "timestamp": 1631609146992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.808Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.808Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.808Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631609146692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.808Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.808Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.808Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "policy-id",
  "timestamp": 1631609148483,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.808Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.808Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.808Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "dcae-sch",
  "timestamp": 1631609161911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.808Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.808Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.809Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631609149196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T08:48:52.809Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.809Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.809Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "cds",
  "timestamp": 1631609146992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T08:48:52.809Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.809Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.809Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631609146692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.809Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.809Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.809Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "policy-id",
  "timestamp": 1631609148483,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T08:48:52.810Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.810Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.810Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "dcae-sch",
  "timestamp": 1631609161911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.810Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.810Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.810Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "dcae-sch",
  "timestamp": 1631609161911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.810Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.810Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.810Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "dcae-sch",
  "timestamp": 1631609161911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.810Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.810Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.811Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "policy-id",
  "timestamp": 1631609166382,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:48:52.811Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:48:52.811Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.811Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "dcae-sch",
  "timestamp": 1631609161911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.811Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.811Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.811Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631609166957,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:48:52.811Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:48:52.811Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.811Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "cds",
  "timestamp": 1631609167217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:48:52.812Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:48:52.812Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.812Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "policy-id",
  "timestamp": 1631609167387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-14T08:48:52.812Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:48:52.812Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.812Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "dcae-sch",
  "timestamp": 1631609161911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.812Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.812Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.812Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "aai-ml",
  "timestamp": 1631609167612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.812Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.812Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.813Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "policy-id",
  "timestamp": 1631609168389,
  "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-09-14T08:48:52.818Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c36ead0a-dffd-4960-8c24-52fb7d385880
2021-09-14T08:48:52.818Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c36ead0a-dffd-4960-8c24-52fb7d385880 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-09-14T08:48:52.827Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.827Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "dcae-sch",
  "timestamp": 1631609161911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.828Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.828Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.828Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631609169069,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:48:52.829Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:48:52.829Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.829Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "aai-ml",
  "timestamp": 1631609167612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.829Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.829Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.829Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "cds",
  "timestamp": 1631609169598,
  "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-09-14T08:48:52.835Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c36ead0a-dffd-4960-8c24-52fb7d385880
2021-09-14T08:48:52.835Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c36ead0a-dffd-4960-8c24-52fb7d385880 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-09-14T08:48:52.845Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.845Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "dcae-sch",
  "timestamp": 1631609161911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.845Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.846Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.846Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "aai-ml",
  "timestamp": 1631609167612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.846Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.846Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.846Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631609170635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:48:52.846Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:48:52.846Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.846Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631609166692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.847Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.847Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.847Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "policy-id",
  "timestamp": 1631609169392,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.847Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.847Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.847Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631609170474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.847Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.848Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.848Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "cds",
  "timestamp": 1631609170601,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.848Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.848Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.848Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "aai-ml",
  "timestamp": 1631609167612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.848Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.848Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.849Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631609171665,
  "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-09-14T08:48:52.854Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c36ead0a-dffd-4960-8c24-52fb7d385880
2021-09-14T08:48:52.855Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c36ead0a-dffd-4960-8c24-52fb7d385880 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-09-14T08:48:52.862Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.862Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631609166692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.862Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.862Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.862Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "policy-id",
  "timestamp": 1631609169392,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.863Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.863Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.863Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631609170474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.863Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.863Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.863Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "cds",
  "timestamp": 1631609170601,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.863Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.864Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.864Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "aai-ml",
  "timestamp": 1631609167612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.864Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.864Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.864Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631609172668,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-14T08:48:52.864Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:48:52.864Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.865Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631609166692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.865Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.865Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.865Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "policy-id",
  "timestamp": 1631609169392,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.865Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.865Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.865Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631609170474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.866Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.866Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.866Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "cds",
  "timestamp": 1631609170601,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.866Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.866Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.866Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "aai-ml",
  "timestamp": 1631609167612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.867Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.867Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.867Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631609166692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.867Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.867Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.867Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "policy-id",
  "timestamp": 1631609169392,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.867Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.868Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.868Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631609170474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.868Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.868Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.868Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "clamp",
  "timestamp": 1631609173499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.868Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.869Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.869Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "cds",
  "timestamp": 1631609170601,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.869Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.869Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.869Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "aai-ml",
  "timestamp": 1631609167612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.869Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.869Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.870Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631609173686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.870Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.870Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.870Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631609166692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.870Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.870Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.870Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "policy-id",
  "timestamp": 1631609169392,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-14T08:48:52.871Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.871Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.871Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "clamp",
  "timestamp": 1631609173499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-14T08:48:52.871Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.871Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.871Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631609170474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.872Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.872Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.872Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "cds",
  "timestamp": 1631609170601,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.872Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.872Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.872Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "aai-ml",
  "timestamp": 1631609167612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T08:48:52.872Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.873Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.873Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631609173686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-14T08:48:52.873Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.873Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.873Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631609166692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.873Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.873Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.873Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "policy-id",
  "timestamp": 1631609169392,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.874Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.874Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.874Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631609170474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.874Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.874Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.874Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "clamp",
  "timestamp": 1631609173499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.875Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.875Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.875Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "cds",
  "timestamp": 1631609170601,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.875Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.875Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.875Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631609173686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-14T08:48:52.876Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.876Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.876Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631609166692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.876Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.876Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.877Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "policy-id",
  "timestamp": 1631609169392,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.877Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.877Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.877Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "clamp",
  "timestamp": 1631609173499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.877Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.877Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.877Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631609170474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.878Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.878Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.878Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "cds",
  "timestamp": 1631609170601,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.878Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.878Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.878Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631609173686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-14T08:48:52.878Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.879Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.879Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631609166692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.879Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.879Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.879Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "policy-id",
  "timestamp": 1631609169392,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.879Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.879Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.880Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631609170474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T08:48:52.880Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.880Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.880Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "clamp",
  "timestamp": 1631609173499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.880Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.880Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.880Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "cds",
  "timestamp": 1631609170601,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.881Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.881Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.881Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631609173686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-14T08:48:52.881Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.881Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.881Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "aai-ml",
  "timestamp": 1631609178779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:48:52.881Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:48:52.882Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.882Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631609166692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.882Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.882Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.882Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "policy-id",
  "timestamp": 1631609169392,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T08:48:52.882Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.882Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.883Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "clamp",
  "timestamp": 1631609173499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.883Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.883Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.883Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "cds",
  "timestamp": 1631609170601,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T08:48:52.883Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.883Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.883Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631609173686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.884Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.884Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.884Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "clamp",
  "timestamp": 1631609173499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.884Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.884Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.884Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631609173686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-14T08:48:52.885Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.885Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.885Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "clamp",
  "timestamp": 1631609173499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T08:48:52.885Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.885Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.885Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631609173686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.886Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.886Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.886Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631609173686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T08:48:52.886Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.886Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.886Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631609182549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:48:52.887Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:48:52.887Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.887Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "dcae-sch",
  "timestamp": 1631609181911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.887Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.887Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.887Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "policy-id",
  "timestamp": 1631609182938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:48:52.888Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:48:52.888Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.888Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "cds",
  "timestamp": 1631609183245,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:48:52.888Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:48:52.888Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.888Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "dcae-sch",
  "timestamp": 1631609181911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.888Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.889Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.889Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "policy-id",
  "timestamp": 1631609183942,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-14T08:48:52.889Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:48:52.889Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.889Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "cds",
  "timestamp": 1631609184259,
  "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-09-14T08:48:52.903Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d02093f6-7c73-419d-bfdc-2eafb9719fe2
2021-09-14T08:48:52.903Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d02093f6-7c73-419d-bfdc-2eafb9719fe2 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-09-14T08:48:52.910Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.910Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "dcae-sch",
  "timestamp": 1631609181911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.910Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.910Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.910Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631609184855,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-14T08:48:52.911Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:48:52.911Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.911Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "policy-id",
  "timestamp": 1631609184945,
  "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-09-14T08:48:52.918Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d02093f6-7c73-419d-bfdc-2eafb9719fe2
2021-09-14T08:48:52.918Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d02093f6-7c73-419d-bfdc-2eafb9719fe2 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-09-14T08:48:52.926Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.926Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631609185587,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:48:52.926Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:48:52.926Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.926Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "dcae-sch",
  "timestamp": 1631609181911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.927Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.927Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.927Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631609185858,
  "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-09-14T08:48:52.933Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c36ead0a-dffd-4960-8c24-52fb7d385880
2021-09-14T08:48:52.933Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c36ead0a-dffd-4960-8c24-52fb7d385880 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-09-14T08:48:52.938Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-14T08:48:52.939Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 90d84663-4a1e-48b7-b5ec-89797a89b300 903
2021-09-14T08:48:52.939Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||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-09-14T08:48:52.939Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||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-09-14T08:48:52.939Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-14T08:48:52.940Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:48:52.947Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.947Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "dcae-sch",
  "timestamp": 1631609181911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.948Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:48:52.948Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609332939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:48:52.949Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.949Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.949Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631609170474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.949Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.949Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.949Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "dcae-sch",
  "timestamp": 1631609181911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.950Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.950Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.950Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631609170474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.950Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.950Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.950Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631609188209,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:48:52.950Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:48:52.951Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.951Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "dcae-sch",
  "timestamp": 1631609181911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.951Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.951Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.951Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631609170474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.951Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.951Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.951Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "aai-ml",
  "timestamp": 1631609188957,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-14T08:48:52.952Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:48:52.952Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.952Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "dcae-sch",
  "timestamp": 1631609181911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.952Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.952Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.952Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631609170474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.952Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.953Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.953Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "aai-ml",
  "timestamp": 1631609189961,
  "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-09-14T08:48:52.958Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c36ead0a-dffd-4960-8c24-52fb7d385880
2021-09-14T08:48:52.958Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c36ead0a-dffd-4960-8c24-52fb7d385880 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-09-14T08:48:52.967Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.967Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631609190084,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:48:52.968Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:48:52.968Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.968Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "clamp",
  "timestamp": 1631609190602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:48:52.968Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:48:52.968Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.968Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "dcae-sch",
  "timestamp": 1631609181911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.968Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.968Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.968Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631609170474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.969Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.969Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.969Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631609170474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.969Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.969Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.969Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631609192351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:48:52.969Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:48:52.969Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.969Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631609170474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.969Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.969Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.969Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631609193427,
  "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-09-14T08:48:52.974Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d02093f6-7c73-419d-bfdc-2eafb9719fe2
2021-09-14T08:48:52.974Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d02093f6-7c73-419d-bfdc-2eafb9719fe2 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-09-14T08:48:52.979Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.979Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631609170474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.980Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.980Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.980Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631609194433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-14T08:48:52.980Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:48:52.980Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.980Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "clamp",
  "timestamp": 1631609194607,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-14T08:48:52.980Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:48:52.980Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.980Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631609170474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T08:48:52.980Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.980Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.981Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "clamp",
  "timestamp": 1631609195609,
  "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-09-14T08:48:52.984Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c36ead0a-dffd-4960-8c24-52fb7d385880
2021-09-14T08:48:52.984Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c36ead0a-dffd-4960-8c24-52fb7d385880 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-09-14T08:48:52.992Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.992Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "clamp",
  "timestamp": 1631609173499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.992Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.993Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.993Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "clamp",
  "timestamp": 1631609173499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.993Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.993Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.993Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631609198210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:48:52.993Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:48:52.993Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.993Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "aai-ml",
  "timestamp": 1631609197612,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.994Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.994Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.994Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "clamp",
  "timestamp": 1631609173499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.994Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.994Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.994Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "aai-ml",
  "timestamp": 1631609197612,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.995Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.995Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.995Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "clamp",
  "timestamp": 1631609173499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-14T08:48:52.995Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.995Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.995Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "aai-ml",
  "timestamp": 1631609197612,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.995Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.996Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.996Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631609200436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-14T08:48:52.996Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:48:52.996Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.996Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "clamp",
  "timestamp": 1631609173499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.996Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.996Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.996Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "aai-ml",
  "timestamp": 1631609197612,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:52.997Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:52.997Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:52.997Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631609201440,
  "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-09-14T08:48:53.001Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d02093f6-7c73-419d-bfdc-2eafb9719fe2
2021-09-14T08:48:53.001Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d02093f6-7c73-419d-bfdc-2eafb9719fe2 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-09-14T08:48:53.009Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:53.009Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "clamp",
  "timestamp": 1631609173499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:53.010Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:53.010Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:53.010Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "aai-ml",
  "timestamp": 1631609197612,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:53.010Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:53.010Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:53.010Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "clamp",
  "timestamp": 1631609173499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:53.010Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:53.010Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:53.010Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "aai-ml",
  "timestamp": 1631609197612,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:53.011Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:53.011Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:53.011Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "clamp",
  "timestamp": 1631609173499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:53.011Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:53.011Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:53.011Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "aai-ml",
  "timestamp": 1631609197612,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:53.011Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:53.011Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:53.012Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "clamp",
  "timestamp": 1631609173499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T08:48:53.012Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:53.012Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:53.012Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "aai-ml",
  "timestamp": 1631609197612,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:48:53.012Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:53.012Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:53.012Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "aai-ml",
  "timestamp": 1631609197612,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T08:48:53.012Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:48:53.013Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:48:53.013Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "aai-ml",
  "timestamp": 1631609208704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:48:53.013Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:48:53.048Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-09-14T08:48:53.048Z||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-09-14T08:48:53.049Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:48:53.059Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:48:53.060Z||pool-67-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":2,"count":1}
2021-09-14T08:48:53.950Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 275e7ce5-a00f-4691-99e0-d2637d643d7e
2021-09-14T08:48:53.950Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 0f9baada-61e0-48fd-8d4d-ce588e9a9723 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-14T08:48:53.961Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5ece457, org.onap.sdc.toscaparser.api.parameters.Input@565d9eb9, org.onap.sdc.toscaparser.api.parameters.Input@420a1394, org.onap.sdc.toscaparser.api.parameters.Input@268bdd00, org.onap.sdc.toscaparser.api.parameters.Input@44a75bda]
2021-09-14T08:48:53.964Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:48:53.964Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:48:53.965Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2021-09-14T08:48:53.965Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 4a1f0c04-f1b6-439e-af37-0abbc0423879
2021-09-14T08:48:53.965Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4a1f0c04-f1b6-439e-af37-0abbc0423879 matches Tosca VF Customization UUID: 4a1f0c04-f1b6-439e-af37-0abbc0423879
2021-09-14T08:48:53.965Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 4a1f0c04-f1b6-439e-af37-0abbc0423879  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-14T08:48:53.967Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:48:53.968Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:48:53.968Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 4a1f0c04-f1b6-439e-af37-0abbc0423879: {\"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-09-14T08:48:53.969Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@14aa241b
2021-09-14T08:48:53.969Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:48:53.969Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-14T08:48:53.969Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 901b7414-834d-4c34-a616-d138d63f0eba
2021-09-14T08:48:53.969Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 901b7414-834d-4c34-a616-d138d63f0eba
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-14T08:48:53.971Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:48:53.972Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-14T08:48:53.972Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T08:48:53.973Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:48:53.973Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-14T08:48:53.973Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T08:48:53.973Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:48:53.974Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-14T08:48:53.974Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-14T08:48:53.974Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-14T08:48:53.974Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=526055f6-22f8-4aad-b21b-88185e851ed8
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-14T08:48:53.976Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:48:53.976Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-14T08:48:53.977Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T08:48:53.977Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:48:53.977Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-14T08:48:53.978Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=4a1f0c04-f1b6-439e-af37-0abbc0423879
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-14T08:48:53.979Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:48:53.980Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:48:53.980Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 275e7ce5-a00f-4691-99e0-d2637d643d7e: basic_vm_macro
2021-09-14T08:48:53.980Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:48:53.980Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:48:53.980Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:48:53.981Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:48:53.981Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:48:53.981Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:48:53.981Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:48:53.982Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:48:53.982Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:48:53.982Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:48:53.983Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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-09-14T08:48:54.097Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 0f9baada-61e0-48fd-8d4d-ce588e9a9723 1 ASDC deployResourceStructure
2021-09-14T08:48:54.097Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||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-09-14T08:48:54.097Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||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-09-14T08:48:54.098Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-14T08:48:54.099Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:48:54.102Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:48:54.102Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609334097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-14T08:48:54.202Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:48:54.204Z||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-09-14T08:48:54.204Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:48:54.214Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:48:54.214Z||pool-68-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:48:55.103Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||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-09-14T08:48:55.104Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||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-09-14T08:48:55.104Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-14T08:48:55.105Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:48:55.108Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:48:55.108Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609335103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-14T08:48:55.208Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:48:55.209Z||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-09-14T08:48:55.210Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:48:55.219Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:48:55.219Z||pool-69-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:48:56.113Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||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-09-14T08:48:56.114Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||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-09-14T08:48:56.114Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-14T08:48:56.115Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:48:56.120Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:48:56.120Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609336112,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-14T08:48:56.220Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:48:56.276Z||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-09-14T08:48:56.276Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:48:56.296Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:48:56.297Z||pool-70-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:48:57.125Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-09-14T08:48:57.127Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-14T08:48:57.127Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-14T08:48:57.127Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:48:57.131Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:48:57.132Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609337124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-14T08:48:57.231Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-14T08:48:57.233Z||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-09-14T08:48:57.233Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:48:57.242Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:48:57.242Z||pool-71-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:48:58.133Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c36ead0a-dffd-4960-8c24-52fb7d385880
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-09-14T08:48:58.156Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c36ead0a-dffd-4960-8c24-52fb7d385880
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-14T08:48:58.160Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-14T08:48:58.160Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-14T08:48:58.160Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-14T08:48:58.160Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-14T08:48:58.161Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-14T08:48:58.161Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-14T08:48:58.161Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-14T08:48:58.161Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-14T08:48:58.162Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-14T08:48:58.162Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-14T08:48:58.162Z|c36ead0a-dffd-4960-8c24-52fb7d385880|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-09-14T08:48:58.167Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-14T08:49:28.168Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c36ead0a-dffd-4960-8c24-52fb7d385880 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-09-14T08:49:28.177Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c36ead0a-dffd-4960-8c24-52fb7d385880 and serviceModelVersionId: 275e7ce5-a00f-4691-99e0-d2637d643d7e
2021-09-14T08:49:28.177Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 47d70876-6c9f-4e69-bee5-1413f60c3675
2021-09-14T08:49:28.179Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/47d70876-6c9f-4e69-bee5-1413f60c3675/model-vers/model-ver/275e7ce5-a00f-4691-99e0-d2637d643d7e?depth=0
2021-09-14T08:49:28.187Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-09-14T08:49:28.244Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/47d70876-6c9f-4e69-bee5-1413f60c3675/model-vers/model-ver/275e7ce5-a00f-4691-99e0-d2637d643d7e?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-09-14T08:49:28.245Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/47d70876-6c9f-4e69-bee5-1413f60c3675/model-vers/model-ver/275e7ce5-a00f-4691-99e0-d2637d643d7e?depth=0|INFO|500||Invoke
2021-09-14T08:49:28.277Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/47d70876-6c9f-4e69-bee5-1413f60c3675/model-vers/model-ver/275e7ce5-a00f-4691-99e0-d2637d643d7e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-14T08:49:28.499Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/47d70876-6c9f-4e69-bee5-1413f60c3675/model-vers/model-ver/275e7ce5-a00f-4691-99e0-d2637d643d7e?depth=0|INFO|500||InvokeReturn
2021-09-14T08:49:28.502Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/47d70876-6c9f-4e69-bee5-1413f60c3675/model-vers/model-ver/275e7ce5-a00f-4691-99e0-d2637d643d7e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210914-08:49:28:275-35909], vertex-id=[196760], Content-Length=[0], Date=[Tue, 14 Sep 2021 08:49:28 GMT], Content-Type=[application/json]}
2021-09-14T08:49:28.502Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-09-14T08:49:28.503Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-14T08:49:28.503Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-14T08:49:28.508Z|c36ead0a-dffd-4960-8c24-52fb7d385880|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-09-14T08:49:28.508Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c36ead0a-dffd-4960-8c24-52fb7d385880 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-14T08:49:28.509Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-14T08:49:28.509Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:49:28.511Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:49:28.511Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609368508,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-14T08:49:28.612Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-14T08:49:28.613Z||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-09-14T08:49:28.614Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:49:28.626Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:49:28.627Z||pool-72-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-14T08:49:29.535Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:49:29.536Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"d02093f6-7c73-419d-bfdc-2eafb9719fe2","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"d6098936-d6c5-4fe6-9b22-7b03ac440c75","serviceDescription":"service","serviceInvariantUUID":"21511c99-2fbb-4733-a95b-481aee814ab0","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a1dd5e51-4567-4f27-a0e3-b622264b1627","resourceInvariantUUID":"adf95fcf-f2f6-49e4-9688-321cac016fce","resourceCustomizationUUID":"11b6c0f3-c43f-46a6-a911-6b7571d70ff8","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":"ZGQzYjQyOTQxMmJmMDMzYmU2YTc3OTczOTgxNzhhN2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7d5e9642-a074-458f-b760-d31d16840774","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":"8b2199e3-6291-4177-973c-c260af17b167","artifactVersion":"2","generatedFromUUID":"72835047-a7e3-413c-b02f-18e58c5b74af"},{"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":"72835047-a7e3-413c-b02f-18e58c5b74af","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":"OGUwNmJmM2Q1MWMwZmJiNTc2OTM1ZGMzNGM1MWY1MGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f4b812d0-9df7-413f-9b96-f88c8ceed294","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":"95839b0d-a7b3-45e8-8f48-147ce30202b6","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":"4c55218d-c652-4f28-be57-454b2ae0f6b1","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":"4717e0ed-f0d5-45f8-b4aa-59f7f8f6a0d0","artifactVersion":"2","generatedFromUUID":"95839b0d-a7b3-45e8-8f48-147ce30202b6"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NzdiNWZlMDcyZTFjMDUwNjdjYmNiNDAxMjIxMmE1ZGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2c64bad3-3298-4e40-8b8a-6581aad61322","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"Njk5NGI0Y2E4YWZiMzY0M2VhZTA5MWMyZDNlOTE2MjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"59282559-39a6-44a0-8ea4-6f399a7c6845","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-14T08:49:29.536Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:49:29.537Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:49:29.538Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:49:29.539Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609311577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:49:29.639Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:49:29.640Z||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-09-14T08:49:29.640Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:49:29.650Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:49:29.651Z||pool-73-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-14T08:49:30.539Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:49:30.541Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:49:30.543Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:49:30.543Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609311577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-14T08:49:30.645Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-09-14T08:49:30.647Z||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-09-14T08:49:30.647Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:49:30.657Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:49:30.658Z||pool-74-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:49:31.544Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:49:31.546Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:49:31.548Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:49:31.548Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609311577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-14T08:49:31.648Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:49:31.651Z||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-09-14T08:49:31.651Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:49:31.663Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:49:31.666Z||pool-75-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-09-14T08:49:32.549Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:49:32.550Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:49:32.554Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:49:32.555Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609311577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-14T08:49:32.654Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-14T08:49:32.656Z||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-09-14T08:49:32.656Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:49:32.666Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:49:32.667Z||pool-76-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:49:33.555Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:49:33.556Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:49:33.559Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:49:33.559Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609311577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-14T08:49:33.659Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:49:33.660Z||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-09-14T08:49:33.661Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:49:33.673Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:49:33.674Z||pool-77-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-09-14T08:49:34.560Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:49:34.561Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:49:34.563Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:49:34.563Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609311577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:49:34.663Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-14T08:49:34.665Z||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-09-14T08:49:34.665Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:49:34.673Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:49:34.673Z||pool-78-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:49:35.564Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:49:35.565Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:49:35.566Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:49:35.567Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609311577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-14T08:49:35.667Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:49:35.668Z||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-09-14T08:49:35.668Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:49:35.675Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:49:35.675Z||pool-79-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:49:36.567Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:49:36.568Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:49:36.571Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:49:36.572Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609311577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:49:36.672Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-14T08:49:36.673Z||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-09-14T08:49:36.674Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:49:36.688Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:49:36.688Z||pool-80-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:49:37.573Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:49:37.574Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:49:37.576Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:49:37.576Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609311577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T08:49:37.676Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:49:37.677Z||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-09-14T08:49:37.677Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:49:37.700Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:49:37.700Z||pool-81-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:49:38.577Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "d6098936-d6c5-4fe6-9b22-7b03ac440c75",
  "serviceDescription": "service",
  "serviceInvariantUUID": "21511c99-2fbb-4733-a95b-481aee814ab0",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "11b6c0f3-c43f-46a6-a911-6b7571d70ff8",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a1dd5e51-4567-4f27-a0e3-b622264b1627",
      "resourceInvariantUUID": "adf95fcf-f2f6-49e4-9688-321cac016fce",
      "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": "8b2199e3-6291-4177-973c-c260af17b167",
          "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": "72835047-a7e3-413c-b02f-18e58c5b74af",
          "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": "OGUwNmJmM2Q1MWMwZmJiNTc2OTM1ZGMzNGM1MWY1MGQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f4b812d0-9df7-413f-9b96-f88c8ceed294",
          "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": "95839b0d-a7b3-45e8-8f48-147ce30202b6",
          "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": "4717e0ed-f0d5-45f8-b4aa-59f7f8f6a0d0",
            "generatedFromUUID": "95839b0d-a7b3-45e8-8f48-147ce30202b6"
          },
          "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": "4717e0ed-f0d5-45f8-b4aa-59f7f8f6a0d0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "Njk5NGI0Y2E4YWZiMzY0M2VhZTA5MWMyZDNlOTE2MjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "59282559-39a6-44a0-8ea4-6f399a7c6845"
    }
  ],
  "workloadContext": "Production"
}
2021-09-14T08:49:38.582Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-14T08:49:38.582Z|c36ead0a-dffd-4960-8c24-52fb7d385880|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 d6098936-d6c5-4fe6-9b22-7b03ac440c75 ASDC
2021-09-14T08:49:38.583Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:d02093f6-7c73-419d-bfdc-2eafb9719fe2
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:d6098936-d6c5-4fe6-9b22-7b03ac440c75
ServiceInvariantUUID:21511c99-2fbb-4733-a95b-481aee814ab0
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:59282559-39a6-44a0-8ea4-6f399a7c6845
ArtifactChecksum:Njk5NGI0Y2E4YWZiMzY0M2VhZTA5MWMyZDNlOTE2MjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:11b6c0f3-c43f-46a6-a911-6b7571d70ff8
ResourceInvariantUUID:adf95fcf-f2f6-49e4-9688-321cac016fce
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:a1dd5e51-4567-4f27-a0e3-b622264b1627
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:8b2199e3-6291-4177-973c-c260af17b167
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:72835047-a7e3-413c-b02f-18e58c5b74af
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:f4b812d0-9df7-413f-9b96-f88c8ceed294
ArtifactChecksum:OGUwNmJmM2Q1MWMwZmJiNTc2OTM1ZGMzNGM1MWY1MGQ=
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:95839b0d-a7b3-45e8-8f48-147ce30202b6
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:4717e0ed-f0d5-45f8-b4aa-59f7f8f6a0d0
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:4717e0ed-f0d5-45f8-b4aa-59f7f8f6a0d0
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-14T08:49:38.587Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d6098936-d6c5-4fe6-9b22-7b03ac440c75 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-09-14T08:49:38.641Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-14T08:49:38.642Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-14T08:49:38.642Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-14T08:49:38.643Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 59282559-39a6-44a0-8ea4-6f399a7c6845 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-14T08:49:38.643Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-14T08:49:38.643Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-14T08:49:40.615Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-14T08:49:40.641Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 59282559-39a6-44a0-8ea4-6f399a7c6845 68758
2021-09-14T08:49:40.642Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-09-14T08:49:40.642Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-14T08:49:40.642Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-14T08:49:40.643Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:49:40.645Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:49:40.645Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609380642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:49:40.745Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:49:40.746Z||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-09-14T08:49:40.746Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:49:40.754Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:49:40.755Z||pool-82-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:49:41.647Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-14T08:49:41.648Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-14T08:49:41.648Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 59282559-39a6-44a0-8ea4-6f399a7c6845, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-14T08:49:41.649Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-09-14T08:49:41.649Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-14T08:49:41.649Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-14T08:49:41.800Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP517056333900941561/Definitions/service-BasicCnf-template.yml
2021-09-14T08:49:42.972Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-14T08:49:42.973Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-14T08:49:42.973Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-14T08:49:42.973Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-09-14T08:49:42.973Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||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-09-14T08:49:42.973Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||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-09-14T08:49:42.973Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|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-BasicCnf-csar.csar
2021-09-14T08:49:42.974Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||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-09-14T08:49:42.974Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-14T08:49:42.975Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:49:42.975Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:49:42.975Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-14T08:49:42.975Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-14T08:49:42.976Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-14T08:49:42.976Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:49:42.976Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:49:42.976Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-14T08:49:42.976Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-14T08:49:42.976Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-14T08:49:42.977Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:49:42.977Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:49:42.977Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:49:42.977Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-14T08:49:42.977Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-09-14T08:49:42.978Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Node template dummy is not matching search criteria
2021-09-14T08:49:42.978Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-14T08:49:42.978Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:49:42.978Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-14T08:49:42.978Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:49:42.978Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-14T08:49:42.979Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T08:49:42.979Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:49:42.979Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-14T08:49:42.979Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T08:49:42.979Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:49:42.980Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-14T08:49:42.980Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T08:49:42.980Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:49:42.980Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-14T08:49:42.980Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-09-14T08:49:42.980Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=acf525a9-b558-4cfc-b8c8-c5a8409e2212
2021-09-14T08:49:42.981Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:49:42.981Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:49:42.981Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:49:42.981Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:49:42.981Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:49:42.981Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:49:42.982Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:49:42.982Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:49:42.982Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:d6098936-d6c5-4fe6-9b22-7b03ac440c75
Model Version:NULL
Model InvariantUuid:21511c99-2fbb-4733-a95b-481aee814ab0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:0d06eaf3-a06b-42e8-92af-5cc381d18f1e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:adf95fcf-f2f6-49e4-9688-321cac016fce
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:11b6c0f3-c43f-46a6-a911-6b7571d70ff8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:53b20d0d-7de7-41d6-b2c3-a5306b201ef5
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:037447e0-24aa-46cf-b246-cc86be969943
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:acf525a9-b558-4cfc-b8c8-c5a8409e2212
ModelInvariantUuid:e57ae08c-a42e-43cc-bda4-5369e9003e42
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:dcca62eb-15b5-431c-97b7-340abdc11358
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:4cea0cc7-49a7-4ae8-bccb-2e4a86780a95
ModelInvariantUuid:07c27dcc-928a-465e-a6a8-92ec2e447892
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:ee4f2223-b793-4450-94df-aa8ef074b7a5
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-14T08:49:42.992Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: a1dd5e51-4567-4f27-a0e3-b622264b1627
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-14T08:49:42.995Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||basic_cnf 0
2021-09-14T08:49:42.996Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a1dd5e51-4567-4f27-a0e3-b622264b1627
2021-09-14T08:49:42.996Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8b2199e3-6291-4177-973c-c260af17b167 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-09-14T08:49:42.996Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-14T08:49:42.996Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||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-09-14T08:49:44.218Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-14T08:49:44.219Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 8b2199e3-6291-4177-973c-c260af17b167 12
2021-09-14T08:49:44.219Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||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-09-14T08:49:44.219Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||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-09-14T08:49:44.219Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-14T08:49:44.219Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:49:44.221Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:49:44.222Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609384219,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:49:44.321Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-14T08:49:44.322Z||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-09-14T08:49:44.322Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:49:44.332Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:49:44.332Z||pool-83-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:49:45.222Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 72835047-a7e3-413c-b02f-18e58c5b74af from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-09-14T08:49:45.223Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-14T08:49:45.223Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||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-09-14T08:49:47.415Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-14T08:49:47.415Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 72835047-a7e3-413c-b02f-18e58c5b74af 2688
2021-09-14T08:49:47.415Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||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-09-14T08:49:47.415Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||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-09-14T08:49:47.416Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-14T08:49:47.416Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:49:47.417Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:49:47.418Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609387415,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:49:47.518Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:49:47.519Z||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-09-14T08:49:47.519Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:49:47.531Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:49:47.531Z||pool-84-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:49:48.419Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f4b812d0-9df7-413f-9b96-f88c8ceed294 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-14T08:49:48.419Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-14T08:49:48.419Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||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-09-14T08:49:49.377Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-14T08:49:49.377Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json f4b812d0-9df7-413f-9b96-f88c8ceed294 828
2021-09-14T08:49:49.378Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||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-09-14T08:49:49.378Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||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-09-14T08:49:49.378Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-14T08:49:49.385Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:49:49.387Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:49:49.387Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609389378,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:49:49.496Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2021-09-14T08:49:49.498Z||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-09-14T08:49:49.498Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:49:49.508Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:49:49.509Z||pool-85-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:49:50.388Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "53b20d0d-7de7-41d6-b2c3-a5306b201ef5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "037447e0-24aa-46cf-b246-cc86be969943",
    "vfModuleModelCustomizationUUID": "10ff01f5-c317-4843-98bd-c9b6fb401acc",
    "isBase": true,
    "artifacts": [
      "95839b0d-a7b3-45e8-8f48-147ce30202b6",
      "72835047-a7e3-413c-b02f-18e58c5b74af",
      "4717e0ed-f0d5-45f8-b4aa-59f7f8f6a0d0"
    ],
    "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-09-14T08:49:50.393Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:037447e0-24aa-46cf-b246-cc86be969943
VfModuleModelInvariantUUID:53b20d0d-7de7-41d6-b2c3-a5306b201ef5
VfModuleModelDescription:NULL
Artifacts UUID List:{
95839b0d-a7b3-45e8-8f48-147ce30202b6
,
72835047-a7e3-413c-b02f-18e58c5b74af
,
4717e0ed-f0d5-45f8-b4aa-59f7f8f6a0d0

}
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-09-14T08:49:50.395Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "53b20d0d-7de7-41d6-b2c3-a5306b201ef5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "037447e0-24aa-46cf-b246-cc86be969943",
    "vfModuleModelCustomizationUUID": "10ff01f5-c317-4843-98bd-c9b6fb401acc",
    "isBase": true,
    "artifacts": [
      "95839b0d-a7b3-45e8-8f48-147ce30202b6",
      "72835047-a7e3-413c-b02f-18e58c5b74af",
      "4717e0ed-f0d5-45f8-b4aa-59f7f8f6a0d0"
    ],
    "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-09-14T08:49:50.396Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:037447e0-24aa-46cf-b246-cc86be969943
VfModuleModelInvariantUUID:53b20d0d-7de7-41d6-b2c3-a5306b201ef5
VfModuleModelDescription:NULL
Artifacts UUID List:{
95839b0d-a7b3-45e8-8f48-147ce30202b6
,
72835047-a7e3-413c-b02f-18e58c5b74af
,
4717e0ed-f0d5-45f8-b4aa-59f7f8f6a0d0

}
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-09-14T08:49:50.396Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 95839b0d-a7b3-45e8-8f48-147ce30202b6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-14T08:49:50.396Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-14T08:49:50.397Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||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-09-14T08:49:50.701Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-14T08:49:50.701Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 95839b0d-a7b3-45e8-8f48-147ce30202b6 1164
2021-09-14T08:49:50.701Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||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-09-14T08:49:50.702Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||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-09-14T08:49:50.702Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-14T08:49:50.702Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:49:50.704Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:49:50.704Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609390701,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:49:50.804Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:49:50.805Z||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-09-14T08:49:50.806Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:49:50.814Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:49:50.815Z||pool-86-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:49:51.705Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4717e0ed-f0d5-45f8-b4aa-59f7f8f6a0d0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-14T08:49:51.705Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-14T08:49:51.706Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||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-09-14T08:49:52.581Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-14T08:49:52.582Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 4717e0ed-f0d5-45f8-b4aa-59f7f8f6a0d0 200
2021-09-14T08:49:52.582Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||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-09-14T08:49:52.582Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||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-09-14T08:49:52.582Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-14T08:49:52.583Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:49:52.586Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:49:52.586Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609392582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:49:52.685Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-14T08:49:52.686Z||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-09-14T08:49:52.686Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:49:52.694Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:49:52.695Z||pool-87-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-14T08:49:52.769Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:49:52.770Z|45183997-5fa2-4227-b4c1-5d211532fc0f|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-09-14T08:49:52.770Z|45183997-5fa2-4227-b4c1-5d211532fc0f|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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:49:52.788Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:49:52.788Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:49:52.788Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "clamp",
  "timestamp": 1631609214605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:49:52.789Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:49:52.789Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:49:52.789Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "clamp",
  "timestamp": 1631609216613,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-14T08:49:52.789Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:49:52.789Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:49:52.789Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "aai-ml",
  "timestamp": 1631609217597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-14T08:49:52.790Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:49:52.790Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:49:52.790Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "clamp",
  "timestamp": 1631609217617,
  "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-09-14T08:49:52.802Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d02093f6-7c73-419d-bfdc-2eafb9719fe2
2021-09-14T08:49:52.802Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d02093f6-7c73-419d-bfdc-2eafb9719fe2 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-09-14T08:49:52.812Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:49:52.812Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "aai-ml",
  "timestamp": 1631609218600,
  "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-09-14T08:49:52.817Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d02093f6-7c73-419d-bfdc-2eafb9719fe2
2021-09-14T08:49:52.817Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d02093f6-7c73-419d-bfdc-2eafb9719fe2 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-09-14T08:49:53.586Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: d6098936-d6c5-4fe6-9b22-7b03ac440c75
2021-09-14T08:49:53.587Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 a1dd5e51-4567-4f27-a0e3-b622264b1627 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2021-09-14T08:49:53.604Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-14T08:49:53.608Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@22962f43, org.onap.sdc.toscaparser.api.parameters.Input@12fae64f, org.onap.sdc.toscaparser.api.parameters.Input@68a58688, org.onap.sdc.toscaparser.api.parameters.Input@571127db, org.onap.sdc.toscaparser.api.parameters.Input@44eef64d]
2021-09-14T08:49:53.610Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:49:53.610Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:49:53.610Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2021-09-14T08:49:53.610Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 11b6c0f3-c43f-46a6-a911-6b7571d70ff8
2021-09-14T08:49:53.611Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 11b6c0f3-c43f-46a6-a911-6b7571d70ff8 matches Tosca VF Customization UUID: 11b6c0f3-c43f-46a6-a911-6b7571d70ff8
2021-09-14T08:49:53.611Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 11b6c0f3-c43f-46a6-a911-6b7571d70ff8  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-14T08:49:53.613Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:49:53.614Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:49:53.614Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 11b6c0f3-c43f-46a6-a911-6b7571d70ff8: {\"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-09-14T08:49:53.614Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1bc727f1
2021-09-14T08:49:53.615Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:49:53.615Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-14T08:49:53.615Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 10ff01f5-c317-4843-98bd-c9b6fb401acc
2021-09-14T08:49:53.615Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 10ff01f5-c317-4843-98bd-c9b6fb401acc
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-14T08:49:53.618Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:49:53.618Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-14T08:49:53.618Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T08:49:53.619Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:49:53.619Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-14T08:49:53.619Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T08:49:53.619Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:49:53.620Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-14T08:49:53.620Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-09-14T08:49:53.620Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=acf525a9-b558-4cfc-b8c8-c5a8409e2212
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-14T08:49:53.622Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:49:53.622Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-14T08:49:53.623Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T08:49:53.623Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:49:53.623Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-14T08:49:53.623Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=11b6c0f3-c43f-46a6-a911-6b7571d70ff8
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-14T08:49:53.625Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:49:53.625Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:49:53.626Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid d6098936-d6c5-4fe6-9b22-7b03ac440c75: basic_cnf
2021-09-14T08:49:53.626Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:49:53.626Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:49:53.626Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:49:53.626Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:49:53.627Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:49:53.627Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:49:53.627Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:49:53.627Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:49:53.627Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:49:53.628Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:49:53.628Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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-09-14T08:49:53.693Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf a1dd5e51-4567-4f27-a0e3-b622264b1627 1 ASDC deployResourceStructure
2021-09-14T08:49:53.694Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||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-09-14T08:49:53.694Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||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-09-14T08:49:53.694Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-09-14T08:49:53.695Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:49:53.696Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:49:53.696Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609393694,
  "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-09-14T08:49:53.797Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:49:53.798Z||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-09-14T08:49:53.798Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:49:53.804Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:49:53.804Z||pool-88-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:49:54.708Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||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-09-14T08:49:54.708Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||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-09-14T08:49:54.708Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-09-14T08:49:54.709Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:49:54.717Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:49:54.717Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609394698,
  "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-09-14T08:49:54.814Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-09-14T08:49:54.815Z||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-09-14T08:49:54.815Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:49:54.830Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:49:54.830Z||pool-89-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:49:55.719Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||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-09-14T08:49:55.719Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||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-09-14T08:49:55.719Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-14T08:49:55.720Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:49:55.722Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:49:55.722Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609395719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-14T08:49:55.822Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:49:55.823Z||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-09-14T08:49:55.823Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:49:55.834Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:49:55.836Z||pool-90-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:49:56.723Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||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-09-14T08:49:56.723Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||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-09-14T08:49:56.724Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-14T08:49:56.724Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:49:56.731Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:49:56.732Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609396723,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-09-14T08:49:56.832Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-14T08:49:56.833Z||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-09-14T08:49:56.833Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:49:56.848Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:49:56.848Z||pool-91-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:49:57.733Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||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-09-14T08:49:57.733Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||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-09-14T08:49:57.733Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-14T08:49:57.733Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:49:57.736Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:49:57.736Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609397732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-09-14T08:49:57.841Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2021-09-14T08:49:57.843Z||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-09-14T08:49:57.843Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:49:57.853Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:49:57.853Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:49:58.737Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-09-14T08:49:58.738Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-14T08:49:58.738Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-14T08:49:58.738Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:49:58.740Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:49:58.741Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609398737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-14T08:49:58.841Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:49:58.842Z||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-09-14T08:49:58.842Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:49:58.895Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:49:58.895Z||pool-93-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":1,"count":1}
2021-09-14T08:49:59.741Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d02093f6-7c73-419d-bfdc-2eafb9719fe2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-09-14T08:49:59.753Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d02093f6-7c73-419d-bfdc-2eafb9719fe2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-14T08:49:59.755Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-14T08:49:59.755Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-14T08:49:59.755Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-14T08:49:59.755Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-14T08:49:59.755Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-14T08:49:59.755Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-14T08:49:59.755Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-14T08:49:59.756Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-14T08:49:59.756Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-14T08:49:59.756Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-14T08:49:59.756Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|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-09-14T08:49:59.760Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-14T08:50:29.761Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d02093f6-7c73-419d-bfdc-2eafb9719fe2 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-09-14T08:50:29.774Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d02093f6-7c73-419d-bfdc-2eafb9719fe2 and serviceModelVersionId: d6098936-d6c5-4fe6-9b22-7b03ac440c75
2021-09-14T08:50:29.774Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 21511c99-2fbb-4733-a95b-481aee814ab0
2021-09-14T08:50:29.777Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/21511c99-2fbb-4733-a95b-481aee814ab0/model-vers/model-ver/d6098936-d6c5-4fe6-9b22-7b03ac440c75?depth=0
2021-09-14T08:50:29.785Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-09-14T08:50:29.874Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/21511c99-2fbb-4733-a95b-481aee814ab0/model-vers/model-ver/d6098936-d6c5-4fe6-9b22-7b03ac440c75?depth=0|INFO|500||Invoke
2021-09-14T08:50:29.875Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/21511c99-2fbb-4733-a95b-481aee814ab0/model-vers/model-ver/d6098936-d6c5-4fe6-9b22-7b03ac440c75?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/21511c99-2fbb-4733-a95b-481aee814ab0/model-vers/model-ver/d6098936-d6c5-4fe6-9b22-7b03ac440c75?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d02093f6-7c73-419d-bfdc-2eafb9719fe2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[720ba03e-9cf1-4f1b-9893-0acaeba9eb4b], X-ECOMP-RequestID=[d02093f6-7c73-419d-bfdc-2eafb9719fe2], X-TransactionId=[], X-ONAP-RequestID=[d02093f6-7c73-419d-bfdc-2eafb9719fe2], Content-Type=[application/merge-patch+json]}
2021-09-14T08:50:29.915Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/21511c99-2fbb-4733-a95b-481aee814ab0/model-vers/model-ver/d6098936-d6c5-4fe6-9b22-7b03ac440c75?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-14T08:50:30.030Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/21511c99-2fbb-4733-a95b-481aee814ab0/model-vers/model-ver/d6098936-d6c5-4fe6-9b22-7b03ac440c75?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/21511c99-2fbb-4733-a95b-481aee814ab0/model-vers/model-ver/d6098936-d6c5-4fe6-9b22-7b03ac440c75?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210914-08:50:29:914-1482], vertex-id=[266480], Content-Length=[0], Date=[Tue, 14 Sep 2021 08:50:29 GMT], Content-Type=[application/json]}
2021-09-14T08:50:30.031Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/21511c99-2fbb-4733-a95b-481aee814ab0/model-vers/model-ver/d6098936-d6c5-4fe6-9b22-7b03ac440c75?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-14T08:50:30.032Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/21511c99-2fbb-4733-a95b-481aee814ab0/model-vers/model-ver/d6098936-d6c5-4fe6-9b22-7b03ac440c75?depth=0|INFO|500||InvokeReturn
2021-09-14T08:50:30.032Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-14T08:50:30.033Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-14T08:50:30.045Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|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-09-14T08:50:30.046Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d02093f6-7c73-419d-bfdc-2eafb9719fe2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-14T08:50:30.046Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-14T08:50:30.047Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:50:30.050Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:50:30.050Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609430046,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-14T08:50:30.150Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:50:30.151Z||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-09-14T08:50:30.152Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:50:30.170Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:50:30.170Z||pool-94-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-14T08:50:31.067Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:50:31.068Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|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-09-14T08:50:31.068Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:50:40.709Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:50:40.710Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:50:40.711Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|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-09-14T08:50:40.711Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:50:50.270Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:50:50.271Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:50:50.272Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|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-09-14T08:50:50.272Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:50:52.769Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:50:52.770Z||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-09-14T08:50:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:50:52.805Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:50:52.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-14T08:50:52.806Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609310558,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-14T08:50:52.807Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:50:52.807Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-14T08:50:52.807Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609311577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:50:52.807Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:50:52.807Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-14T08:50:52.808Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609311577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-14T08:50:52.808Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:50:52.808Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-14T08:50:52.808Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609311577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-14T08:50:52.808Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:50:52.808Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-14T08:50:52.809Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609311577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:50:52.809Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:50:52.809Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-14T08:50:52.809Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609311577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-14T08:50:52.809Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:50:52.809Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-14T08:50:52.809Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609311577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:50:52.810Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:50:52.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-14T08:50:52.810Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609311577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:50:52.810Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:50:52.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-14T08:50:52.810Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609311577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T08:50:52.811Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:50:52.811Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-14T08:50:52.811Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609326387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:50:52.811Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:50:52.811Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-14T08:50:52.811Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609329668,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:50:52.811Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:50:52.812Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-14T08:50:52.812Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609331164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:50:52.812Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:50:59.841Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:50:59.843Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:50:59.845Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|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-09-14T08:50:59.845Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:51:09.407Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:51:09.409Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:51:09.411Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|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-09-14T08:51:09.411Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:51:19.000Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:51:19.003Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:51:19.004Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|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-09-14T08:51:19.004Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:51:28.600Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:51:28.601Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:51:28.602Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|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-09-14T08:51:28.602Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:51:38.185Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:51:52.763Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:51:52.766Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|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-09-14T08:51:52.766Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:51:52.769Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:51:52.769Z||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-09-14T08:51:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:51:52.803Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:51:52.804Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:51:52.805Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609332939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:51:52.806Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:51:52.806Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:51:52.806Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609334097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-14T08:51:52.807Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:51:52.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:51:52.807Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609335103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-14T08:51:52.807Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:51:52.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:51:52.808Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609336112,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-14T08:51:52.808Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:51:52.808Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:51:52.808Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609337124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-14T08:51:52.808Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:51:52.809Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:51:52.809Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36ead0a-dffd-4960-8c24-52fb7d385880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609368508,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-14T08:51:52.809Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:51:52.809Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:51:52.809Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609311577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:51:52.809Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:51:52.810Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:51:52.810Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609311577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-14T08:51:52.810Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:51:52.810Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:51:52.810Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609311577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-14T08:51:52.810Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:51:52.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:51:52.811Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609311577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-14T08:51:52.811Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:51:52.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:51:52.812Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609311577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-14T08:51:52.812Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:51:52.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:51:52.812Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609311577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:51:52.812Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:51:52.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:51:52.813Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609311577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-14T08:51:52.813Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:51:52.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:51:52.813Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609311577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:51:52.814Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:51:52.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:51:52.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609311577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T08:51:52.814Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:51:52.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:51:52.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609380642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:51:52.815Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:51:52.815Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:51:52.815Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609384219,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:51:52.815Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:51:52.816Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:51:52.816Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609387415,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:51:52.816Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:51:52.816Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:51:52.817Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609389378,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:51:52.817Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:51:52.817Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:51:52.818Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609390701,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:51:52.818Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:51:52.819Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:51:52.819Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609392582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:51:52.819Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:52:02.333Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:52:52.761Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:52:52.765Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|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-09-14T08:52:52.765Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:52:52.768Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:52:52.769Z||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-09-14T08:52:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:52:53.303Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:52:53.304Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-14T08:52:53.305Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609393694,
  "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-09-14T08:52:53.307Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:52:53.307Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-14T08:52:53.308Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609394698,
  "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-09-14T08:52:53.308Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:52:53.308Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-14T08:52:53.308Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609395719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-14T08:52:53.308Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:52:53.309Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-14T08:52:53.309Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609396723,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-09-14T08:52:53.309Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:52:53.309Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-14T08:52:53.309Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609397732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-09-14T08:52:53.310Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:52:53.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-14T08:52:53.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609398737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-14T08:52:53.311Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:52:53.311Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-14T08:52:53.312Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d02093f6-7c73-419d-bfdc-2eafb9719fe2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609430046,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-14T08:52:53.312Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:53:02.385Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:53:52.761Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:53:52.764Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|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-09-14T08:53:52.765Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:53:52.769Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:53:52.769Z||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-09-14T08:53:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:54:02.352Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:54:02.358Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:54:52.761Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:54:52.765Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|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-09-14T08:54:52.765Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:54:52.769Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:54:52.769Z||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-09-14T08:54:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:55:02.347Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:55:02.347Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:55:52.762Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:55:52.767Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|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-09-14T08:55:52.767Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:55:52.769Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:55:52.771Z|45183997-5fa2-4227-b4c1-5d211532fc0f|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-09-14T08:55:52.771Z|45183997-5fa2-4227-b4c1-5d211532fc0f|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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:56:02.335Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:56:02.349Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:56:52.761Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:56:52.767Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|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-09-14T08:56:52.767Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:56:52.769Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:56:52.770Z||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-09-14T08:56:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:56:53.398Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:56:53.400Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.400Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"16dbd5e7-409b-441a-b909-5e8a5beb4b96","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"5a7162fd-f35a-4f5f-9654-980140424fbb","serviceDescription":"service","serviceInvariantUUID":"2f7de60a-66aa-4593-8163-e2d8d5a7cc71","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9af21a0c-f950-4ab0-aeef-4fd9e852566a","resourceInvariantUUID":"361f1666-a618-4892-a9a1-1b39ec0c9543","resourceCustomizationUUID":"2c35e9a9-2905-4b1f-83b0-f5c159a4e347","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":"ZjQzNWQ3MzVhMTlhYjlmYmVmYjJjZGQwZjg1NTgwNmQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"86df77a8-9317-4956-ade2-2868e40f8799","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":"NjBkY2VlNDNhMGRhMDg4M2YzNjI1ZmM3ZTNhNzA3NmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"27d53263-54ff-4176-b229-799d9ec9bc43","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":"OGUxNzgzM2FlNGNhNTk2YjQ3Y2I3ZWU5Njg3MGQ5ODA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a8659ac9-5e41-45eb-827c-0d3491406d4b","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":"22bc7f31-9d9f-471f-b049-5543939e4da0","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":"b18c99bd-10c2-46aa-bce6-a64db9a26b92","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":"aa6cd872-bfca-4bb2-8d85-a00469f864d3","artifactVersion":"2","generatedFromUUID":"22bc7f31-9d9f-471f-b049-5543939e4da0"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ZmY1OWE5Zjk4OGZmZjM2OTZkYWE0MWRmMjhlNmMwMzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3a5f6db5-121f-48e6-bbc7-7e4e2a834f4a","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MTRhOTQ0MmNjNGE0MTVhNDY5MWY4ZmI3Nzg5NTZjNDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8051b56f-bf8c-422b-bae6-a16e3a1ee698","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-14T08:56:53.405Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:56:53.406Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:56:53.407Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:56:53.409Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.409Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631609769197,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:56:53.411Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:56:53.411Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.412Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "clamp",
  "timestamp": 1631609773498,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:56:53.412Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:56:53.412Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.412Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "aai-ml",
  "timestamp": 1631609767612,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:56:53.413Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:56:53.413Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:56:53.413Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609812761,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:56:53.413Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.413Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631609766692,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:56:53.413Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:56:53.414Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.414Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631609770476,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:56:53.414Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:56:53.414Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.414Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "policy-id",
  "timestamp": 1631609768482,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:56:53.415Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:56:53.415Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.415Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631609769197,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:56:53.415Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:56:53.416Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.416Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "clamp",
  "timestamp": 1631609773498,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:56:53.416Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:56:53.416Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.417Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631609766692,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:56:53.417Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:56:53.418Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.419Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "policy-id",
  "timestamp": 1631609768482,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:56:53.420Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:56:53.420Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.420Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "aai-ml",
  "timestamp": 1631609767612,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:56:53.420Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:56:53.420Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.421Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631609770476,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:56:53.421Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:56:53.421Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.421Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "cds",
  "timestamp": 1631609776992,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:56:53.421Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:56:53.422Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.422Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "clamp",
  "timestamp": 1631609773498,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-14T08:56:53.422Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:56:53.422Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.422Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631609769197,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-14T08:56:53.423Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:56:53.423Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.423Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "policy-id",
  "timestamp": 1631609768482,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:56:53.423Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:56:53.423Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.424Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631609766692,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:56:53.424Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:56:53.424Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.424Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "aai-ml",
  "timestamp": 1631609767612,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:56:53.424Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:56:53.424Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631609770476,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:56:53.425Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:56:53.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "cds",
  "timestamp": 1631609776992,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:56:53.425Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:56:53.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631609769197,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-14T08:56:53.426Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:56:53.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "clamp",
  "timestamp": 1631609773498,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:56:53.426Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:56:53.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "aai-ml",
  "timestamp": 1631609767612,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:56:53.427Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:56:53.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631609766692,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:56:53.437Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:56:53.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "policy-id",
  "timestamp": 1631609768482,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-14T08:56:53.440Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:56:53.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631609770476,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:56:53.441Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:56:53.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.442Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "cds",
  "timestamp": 1631609776992,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:56:53.443Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:56:53.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.443Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631609769197,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:56:53.444Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:56:53.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "policy-id",
  "timestamp": 1631609768482,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:56:53.445Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:56:53.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "aai-ml",
  "timestamp": 1631609767612,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:56:53.446Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:56:53.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631609766692,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:56:53.447Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:56:53.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.447Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631609770476,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:56:53.447Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:56:53.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "clamp",
  "timestamp": 1631609773498,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:56:53.448Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:56:53.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "cds",
  "timestamp": 1631609776992,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:56:53.449Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:56:53.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631609769197,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-14T08:56:53.450Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:56:53.450Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.450Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "policy-id",
  "timestamp": 1631609768482,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:56:53.451Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:56:53.451Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.451Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "clamp",
  "timestamp": 1631609773498,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:56:53.452Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:56:53.452Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.452Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "aai-ml",
  "timestamp": 1631609767612,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:56:53.452Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:56:53.453Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.453Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631609770476,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:56:53.453Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:56:53.453Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.454Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631609766692,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:56:53.454Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:56:53.454Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.454Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "cds",
  "timestamp": 1631609776992,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:56:53.455Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:56:53.455Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.455Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631609769197,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:56:53.456Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:56:53.456Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.456Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "policy-id",
  "timestamp": 1631609768482,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:56:53.456Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:56:53.456Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.457Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "clamp",
  "timestamp": 1631609773498,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:56:53.457Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:56:53.457Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.457Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "aai-ml",
  "timestamp": 1631609767612,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:56:53.457Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:56:53.457Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.458Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631609770476,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:56:53.458Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:56:53.458Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.458Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631609766692,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:56:53.458Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:56:53.459Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.459Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "dcae-sch",
  "timestamp": 1631609781915,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-09-14T08:56:53.459Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:56:53.459Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.459Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "cds",
  "timestamp": 1631609776992,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:56:53.459Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:56:53.460Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.460Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631609769197,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T08:56:53.460Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:56:53.460Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.460Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "policy-id",
  "timestamp": 1631609768482,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T08:56:53.461Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:56:53.461Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.461Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "clamp",
  "timestamp": 1631609773498,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T08:56:53.461Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:56:53.461Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.461Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "aai-ml",
  "timestamp": 1631609767612,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T08:56:53.462Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:56:53.462Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.462Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631609770476,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T08:56:53.462Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:56:53.463Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.463Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631609766692,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:56:53.463Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:56:53.464Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.464Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "dcae-sch",
  "timestamp": 1631609781915,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:56:53.464Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:56:53.464Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.464Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "cds",
  "timestamp": 1631609776992,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:56:53.465Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:56:53.465Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.465Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "dcae-sch",
  "timestamp": 1631609781915,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:56:53.466Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:56:53.466Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.466Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "cds",
  "timestamp": 1631609776992,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T08:56:53.466Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:56:53.467Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.467Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "dcae-sch",
  "timestamp": 1631609781915,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:56:53.467Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:56:53.467Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.468Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631609786016,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:56:53.468Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:56:53.468Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.469Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "policy-id",
  "timestamp": 1631609786304,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:56:53.469Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:56:53.469Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.469Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "aai-ml",
  "timestamp": 1631609786596,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:56:53.469Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:56:53.469Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.470Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631609786600,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:56:53.470Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:56:53.470Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.470Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "dcae-sch",
  "timestamp": 1631609781915,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:56:53.470Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:56:53.471Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.471Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "policy-id",
  "timestamp": 1631609787309,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-14T08:56:53.471Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:56:53.471Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.471Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "dcae-sch",
  "timestamp": 1631609781915,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:56:53.471Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:56:53.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.472Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "cds",
  "timestamp": 1631609787830,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:56:53.472Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:56:53.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.472Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "policy-id",
  "timestamp": 1631609788312,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-14T08:56:53.494Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 16dbd5e7-409b-441a-b909-5e8a5beb4b96
2021-09-14T08:56:53.495Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16dbd5e7-409b-441a-b909-5e8a5beb4b96 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-09-14T08:56:53.506Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.507Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "dcae-sch",
  "timestamp": 1631609781915,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:56:53.507Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:56:53.507Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.508Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631609788795,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-14T08:56:53.508Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:56:53.508Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.509Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "cds",
  "timestamp": 1631609788835,
  "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=?
2021-09-14T08:56:53.513Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:56:53.514Z||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-09-14T08:56:53.514Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:56:53.515Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 16dbd5e7-409b-441a-b909-5e8a5beb4b96
2021-09-14T08:56:53.516Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16dbd5e7-409b-441a-b909-5e8a5beb4b96 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-09-14T08:56:53.526Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:56:53.526Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.526Z||pool-95-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-14T08:56:53.526Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631609788888,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:56:53.527Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:56:53.527Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.528Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "dcae-sch",
  "timestamp": 1631609781915,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:56:53.529Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:56:53.529Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.529Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631609789799,
  "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-09-14T08:56:53.534Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 16dbd5e7-409b-441a-b909-5e8a5beb4b96
2021-09-14T08:56:53.534Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16dbd5e7-409b-441a-b909-5e8a5beb4b96 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-09-14T08:56:53.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.542Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631609791362,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:56:53.543Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:56:53.543Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.543Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631609792397,
  "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-09-14T08:56:53.548Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 16dbd5e7-409b-441a-b909-5e8a5beb4b96
2021-09-14T08:56:53.548Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16dbd5e7-409b-441a-b909-5e8a5beb4b96 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-09-14T08:56:53.556Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.556Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "clamp",
  "timestamp": 1631609792691,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:56:53.556Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:56:53.557Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.557Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631609793401,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-14T08:56:53.557Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:56:53.557Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.557Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "clamp",
  "timestamp": 1631609793696,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:56:53.557Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:56:53.557Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.558Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "dcae-sch",
  "timestamp": 1631609794495,
  "artifactURL": "/sdc/v1/catalog/services/5a7162fd-f35a-4f5f-9654-980140424fbb/resourceInstances/basicclamp0/artifacts/86df77a8-9317-4956-ade2-2868e40f8799",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:56:53.558Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:56:53.558Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.558Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "aai-ml",
  "timestamp": 1631609794935,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-14T08:56:53.558Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:56:53.558Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.558Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "aai-ml",
  "timestamp": 1631609795939,
  "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-09-14T08:56:53.563Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 16dbd5e7-409b-441a-b909-5e8a5beb4b96
2021-09-14T08:56:53.563Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16dbd5e7-409b-441a-b909-5e8a5beb4b96 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-09-14T08:56:53.575Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.575Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "dcae-sch",
  "timestamp": 1631609796123,
  "artifactURL": "/sdc/v1/catalog/services/5a7162fd-f35a-4f5f-9654-980140424fbb/resourceInstances/basicclamp0/artifacts/86df77a8-9317-4956-ade2-2868e40f8799",
  "status": "DEPLOY_OK"
}
2021-09-14T08:56:53.575Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:56:53.575Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.576Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "dcae-sch",
  "timestamp": 1631609797144,
  "artifactURL": "/sdc/v1/catalog/services/5a7162fd-f35a-4f5f-9654-980140424fbb/resourceInstances/basicclamp0/artifacts/86df77a8-9317-4956-ade2-2868e40f8799",
  "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-09-14T08:56:53.580Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 16dbd5e7-409b-441a-b909-5e8a5beb4b96
2021-09-14T08:56:53.580Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16dbd5e7-409b-441a-b909-5e8a5beb4b96 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-09-14T08:56:53.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "clamp",
  "timestamp": 1631609805097,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-14T08:56:53.588Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:56:53.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "clamp",
  "timestamp": 1631609806106,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-14T08:56:53.588Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:56:53.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:56:53.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "clamp",
  "timestamp": 1631609807114,
  "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-09-14T08:56:53.592Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 16dbd5e7-409b-441a-b909-5e8a5beb4b96
2021-09-14T08:56:53.593Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16dbd5e7-409b-441a-b909-5e8a5beb4b96 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-09-14T08:56:54.414Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:56:54.414Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:56:54.417Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:56:54.417Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609812761,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:56:54.517Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:56:54.518Z||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-09-14T08:56:54.518Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:56:54.527Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:56:54.527Z||pool-96-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-14T08:56:55.418Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:56:55.419Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:56:55.422Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:56:55.422Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609812761,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-14T08:56:55.522Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:56:55.523Z||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-09-14T08:56:55.523Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:56:55.529Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:56:55.530Z||pool-97-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:56:56.428Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:56:56.428Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:56:56.433Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:56:56.433Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609812761,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-14T08:56:56.532Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-14T08:56:56.533Z||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-09-14T08:56:56.533Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:56:56.548Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:56:56.549Z||pool-98-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:56:57.434Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:56:57.435Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:56:57.438Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:56:57.438Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609812761,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:56:57.538Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:56:57.540Z||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-09-14T08:56:57.540Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:56:57.553Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:56:57.554Z||pool-99-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:56:58.439Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:56:58.440Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:56:58.443Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:56:58.443Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609812761,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-14T08:56:58.543Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:56:58.544Z||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-09-14T08:56:58.544Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:56:58.570Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:56:58.570Z||pool-100-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2021-09-14T08:56:59.445Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:56:59.445Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:56:59.448Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:56:59.448Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609812761,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:56:59.548Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:56:59.549Z||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-09-14T08:56:59.549Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:56:59.563Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:56:59.563Z||pool-101-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:57:00.449Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:57:00.449Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:57:00.452Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:57:00.452Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609812761,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T08:57:00.556Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2021-09-14T08:57:00.556Z||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-09-14T08:57:00.557Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:57:00.588Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:57:00.589Z||pool-102-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2021-09-14T08:57:01.458Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "5a7162fd-f35a-4f5f-9654-980140424fbb",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2f7de60a-66aa-4593-8163-e2d8d5a7cc71",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "2c35e9a9-2905-4b1f-83b0-f5c159a4e347",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9af21a0c-f950-4ab0-aeef-4fd9e852566a",
      "resourceInvariantUUID": "361f1666-a618-4892-a9a1-1b39ec0c9543",
      "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": "OGUxNzgzM2FlNGNhNTk2YjQ3Y2I3ZWU5Njg3MGQ5ODA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a8659ac9-5e41-45eb-827c-0d3491406d4b",
          "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": "22bc7f31-9d9f-471f-b049-5543939e4da0",
          "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": "aa6cd872-bfca-4bb2-8d85-a00469f864d3",
            "generatedFromUUID": "22bc7f31-9d9f-471f-b049-5543939e4da0"
          },
          "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": "aa6cd872-bfca-4bb2-8d85-a00469f864d3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "MTRhOTQ0MmNjNGE0MTVhNDY5MWY4ZmI3Nzg5NTZjNDM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8051b56f-bf8c-422b-bae6-a16e3a1ee698"
    }
  ],
  "workloadContext": "Production"
}
2021-09-14T08:57:01.458Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-14T08:57:01.459Z|d02093f6-7c73-419d-bfdc-2eafb9719fe2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5a7162fd-f35a-4f5f-9654-980140424fbb ASDC
2021-09-14T08:57:01.461Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:16dbd5e7-409b-441a-b909-5e8a5beb4b96
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:5a7162fd-f35a-4f5f-9654-980140424fbb
ServiceInvariantUUID:2f7de60a-66aa-4593-8163-e2d8d5a7cc71
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:8051b56f-bf8c-422b-bae6-a16e3a1ee698
ArtifactChecksum:MTRhOTQ0MmNjNGE0MTVhNDY5MWY4ZmI3Nzg5NTZjNDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:2c35e9a9-2905-4b1f-83b0-f5c159a4e347
ResourceInvariantUUID:361f1666-a618-4892-a9a1-1b39ec0c9543
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:9af21a0c-f950-4ab0-aeef-4fd9e852566a
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:a8659ac9-5e41-45eb-827c-0d3491406d4b
ArtifactChecksum:OGUxNzgzM2FlNGNhNTk2YjQ3Y2I3ZWU5Njg3MGQ5ODA=
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:22bc7f31-9d9f-471f-b049-5543939e4da0
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:aa6cd872-bfca-4bb2-8d85-a00469f864d3
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:aa6cd872-bfca-4bb2-8d85-a00469f864d3
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-14T08:57:01.461Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5a7162fd-f35a-4f5f-9654-980140424fbb 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-09-14T08:57:01.507Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-14T08:57:01.508Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-14T08:57:01.508Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-14T08:57:01.509Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8051b56f-bf8c-422b-bae6-a16e3a1ee698 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-14T08:57:01.509Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-14T08:57:01.509Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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-09-14T08:57:02.669Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-14T08:57:02.674Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 8051b56f-bf8c-422b-bae6-a16e3a1ee698 73372
2021-09-14T08:57:02.675Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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-09-14T08:57:02.675Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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-09-14T08:57:02.675Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-14T08:57:02.675Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:57:02.677Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:57:02.677Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609822675,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:57:02.777Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:57:02.778Z||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-09-14T08:57:02.778Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:57:02.791Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:57:02.791Z||pool-103-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-14T08:57:03.678Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-14T08:57:03.679Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-14T08:57:03.679Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 8051b56f-bf8c-422b-bae6-a16e3a1ee698, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-14T08:57:03.679Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-09-14T08:57:03.680Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-14T08:57:03.680Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-14T08:57:03.853Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7702100030615536453/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-09-14T08:57:05.121Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-14T08:57:05.122Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-14T08:57:05.122Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-14T08:57:05.122Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-14T08:57:05.122Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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-09-14T08:57:05.122Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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-09-14T08:57:05.122Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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-09-14T08:57:05.122Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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-09-14T08:57:05.122Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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-09-14T08:57:05.122Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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-09-14T08:57:05.122Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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-09-14T08:57:05.123Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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-09-14T08:57:05.123Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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-09-14T08:57:05.123Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-14T08:57:05.123Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:57:05.123Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:57:05.123Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-14T08:57:05.124Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-14T08:57:05.124Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-14T08:57:05.124Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:57:05.124Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:57:05.124Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-14T08:57:05.124Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-14T08:57:05.124Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-14T08:57:05.124Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:57:05.125Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:57:05.125Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:57:05.125Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-14T08:57:05.125Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-14T08:57:05.125Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-14T08:57:05.125Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-14T08:57:05.125Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-14T08:57:05.127Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-14T08:57:05.127Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:57:05.127Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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-09-14T08:57:05.127Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:57:05.127Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-14T08:57:05.127Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T08:57:05.128Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:57:05.129Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-14T08:57:05.129Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T08:57:05.129Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:57:05.129Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-14T08:57:05.129Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T08:57:05.130Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:57:05.130Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-14T08:57:05.130Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-14T08:57:05.130Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-14T08:57:05.131Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a77a3c67-ee49-4f52-9572-efd7bfa4ed1b
2021-09-14T08:57:05.131Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:57:05.131Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:57:05.131Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:57:05.131Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:57:05.133Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:57:05.133Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:57:05.133Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:57:05.133Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:57:05.134Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:5a7162fd-f35a-4f5f-9654-980140424fbb
Model Version:NULL
Model InvariantUuid:2f7de60a-66aa-4593-8163-e2d8d5a7cc71
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:f9999e57-01cb-40df-bf5b-5a0d0303538e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:361f1666-a618-4892-a9a1-1b39ec0c9543
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2c35e9a9-2905-4b1f-83b0-f5c159a4e347
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:fd67cbac-51db-4c4e-88d1-93b22a9b56e3
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:846c5432-4c51-4861-877b-1eec2fa72119
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a77a3c67-ee49-4f52-9572-efd7bfa4ed1b
ModelInvariantUuid:a777ffa6-5b1f-4a72-8bf3-802a153bb684
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:c59e2434-613d-4468-9da0-b86f96d0997c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:e83774cc-d96a-43b2-923d-7309086b5877
ModelInvariantUuid:dd8c1592-f11e-4ea4-9932-6856ffe61891
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:7b2f37f0-f0a7-49df-a602-95eb10078cc9
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-14T08:57:05.139Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 9af21a0c-f950-4ab0-aeef-4fd9e852566a
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-14T08:57:05.151Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||basicclamp 0
2021-09-14T08:57:05.153Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9af21a0c-f950-4ab0-aeef-4fd9e852566a
2021-09-14T08:57:05.153Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a8659ac9-5e41-45eb-827c-0d3491406d4b from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-14T08:57:05.153Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-14T08:57:05.155Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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-09-14T08:57:07.482Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-14T08:57:07.483Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json a8659ac9-5e41-45eb-827c-0d3491406d4b 790
2021-09-14T08:57:07.484Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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-09-14T08:57:07.484Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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-09-14T08:57:07.484Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-14T08:57:07.484Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:57:07.487Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:57:07.487Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609827484,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:57:07.587Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:57:07.588Z||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-09-14T08:57:07.588Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:57:07.603Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:57:07.604Z||pool-104-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-09-14T08:57:08.488Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "fd67cbac-51db-4c4e-88d1-93b22a9b56e3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "846c5432-4c51-4861-877b-1eec2fa72119",
    "vfModuleModelCustomizationUUID": "1d7fbe25-fd8a-4bac-94eb-4d342f5cb724",
    "isBase": true,
    "artifacts": [
      "22bc7f31-9d9f-471f-b049-5543939e4da0",
      "aa6cd872-bfca-4bb2-8d85-a00469f864d3"
    ],
    "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-09-14T08:57:08.493Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:846c5432-4c51-4861-877b-1eec2fa72119
VfModuleModelInvariantUUID:fd67cbac-51db-4c4e-88d1-93b22a9b56e3
VfModuleModelDescription:NULL
Artifacts UUID List:{
22bc7f31-9d9f-471f-b049-5543939e4da0
,
aa6cd872-bfca-4bb2-8d85-a00469f864d3

}
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-09-14T08:57:08.496Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "fd67cbac-51db-4c4e-88d1-93b22a9b56e3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "846c5432-4c51-4861-877b-1eec2fa72119",
    "vfModuleModelCustomizationUUID": "1d7fbe25-fd8a-4bac-94eb-4d342f5cb724",
    "isBase": true,
    "artifacts": [
      "22bc7f31-9d9f-471f-b049-5543939e4da0",
      "aa6cd872-bfca-4bb2-8d85-a00469f864d3"
    ],
    "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-09-14T08:57:08.496Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:846c5432-4c51-4861-877b-1eec2fa72119
VfModuleModelInvariantUUID:fd67cbac-51db-4c4e-88d1-93b22a9b56e3
VfModuleModelDescription:NULL
Artifacts UUID List:{
22bc7f31-9d9f-471f-b049-5543939e4da0
,
aa6cd872-bfca-4bb2-8d85-a00469f864d3

}
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-09-14T08:57:08.496Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 22bc7f31-9d9f-471f-b049-5543939e4da0 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-14T08:57:08.496Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-14T08:57:08.497Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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-09-14T08:57:09.567Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-14T08:57:09.567Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 22bc7f31-9d9f-471f-b049-5543939e4da0 5033
2021-09-14T08:57:09.568Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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-09-14T08:57:09.568Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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-09-14T08:57:09.568Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-14T08:57:09.568Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:57:09.570Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:57:09.570Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609829568,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:57:09.670Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:57:09.671Z||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-09-14T08:57:09.671Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:57:09.684Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:57:09.684Z||pool-105-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-09-14T08:57:10.570Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: aa6cd872-bfca-4bb2-8d85-a00469f864d3 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-14T08:57:10.570Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-14T08:57:10.571Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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-09-14T08:57:11.108Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-14T08:57:11.108Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env aa6cd872-bfca-4bb2-8d85-a00469f864d3 909
2021-09-14T08:57:11.108Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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-09-14T08:57:11.109Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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-09-14T08:57:11.109Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-14T08:57:11.109Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:57:11.111Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:57:11.111Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609831108,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:57:11.211Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-14T08:57:11.212Z||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-09-14T08:57:11.212Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:57:11.221Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:57:11.221Z||pool-106-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:57:12.112Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 5a7162fd-f35a-4f5f-9654-980140424fbb
2021-09-14T08:57:12.112Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 9af21a0c-f950-4ab0-aeef-4fd9e852566a ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-14T08:57:12.128Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@56ff457f, org.onap.sdc.toscaparser.api.parameters.Input@60303ee2, org.onap.sdc.toscaparser.api.parameters.Input@4cff4346, org.onap.sdc.toscaparser.api.parameters.Input@7f1b89fd, org.onap.sdc.toscaparser.api.parameters.Input@53e3efdc]
2021-09-14T08:57:12.129Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:57:12.129Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:57:12.129Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2021-09-14T08:57:12.130Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 2c35e9a9-2905-4b1f-83b0-f5c159a4e347
2021-09-14T08:57:12.130Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2c35e9a9-2905-4b1f-83b0-f5c159a4e347 matches Tosca VF Customization UUID: 2c35e9a9-2905-4b1f-83b0-f5c159a4e347
2021-09-14T08:57:12.130Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 2c35e9a9-2905-4b1f-83b0-f5c159a4e347  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-14T08:57:12.131Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:57:12.132Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:57:12.132Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 2c35e9a9-2905-4b1f-83b0-f5c159a4e347: {\"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-09-14T08:57:12.132Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@27e1b90f
2021-09-14T08:57:12.132Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:57:12.132Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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-09-14T08:57:12.132Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1d7fbe25-fd8a-4bac-94eb-4d342f5cb724
2021-09-14T08:57:12.133Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1d7fbe25-fd8a-4bac-94eb-4d342f5cb724
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-14T08:57:12.134Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:57:12.134Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-14T08:57:12.135Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T08:57:12.135Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:57:12.135Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-14T08:57:12.136Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T08:57:12.136Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:57:12.136Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-14T08:57:12.136Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-14T08:57:12.136Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-14T08:57:12.137Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a77a3c67-ee49-4f52-9572-efd7bfa4ed1b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-14T08:57:12.139Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:57:12.139Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-14T08:57:12.139Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T08:57:12.139Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:57:12.139Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-14T08:57:12.139Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=2c35e9a9-2905-4b1f-83b0-f5c159a4e347
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-14T08:57:12.141Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:57:12.141Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:57:12.141Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 5a7162fd-f35a-4f5f-9654-980140424fbb: basicclamp
2021-09-14T08:57:12.141Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:57:12.142Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:57:12.142Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:57:12.142Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:57:12.142Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:57:12.142Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:57:12.142Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:57:12.142Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:57:12.143Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T08:57:12.143Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:57:12.143Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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-09-14T08:57:12.251Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 9af21a0c-f950-4ab0-aeef-4fd9e852566a 1 ASDC deployResourceStructure
2021-09-14T08:57:12.251Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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-09-14T08:57:12.251Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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-09-14T08:57:12.251Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-14T08:57:12.252Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:57:12.253Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:57:12.253Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609832251,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-14T08:57:12.354Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:57:12.354Z||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-09-14T08:57:12.354Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:57:12.365Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:57:12.366Z||pool-107-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:57:13.254Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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-09-14T08:57:13.255Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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-09-14T08:57:13.255Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-14T08:57:13.255Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:57:13.257Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:57:13.257Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609833254,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-14T08:57:13.358Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:57:13.358Z||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-09-14T08:57:13.359Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:57:13.369Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:57:13.369Z||pool-108-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-14T08:57:14.258Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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-09-14T08:57:14.258Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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-09-14T08:57:14.259Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-14T08:57:14.259Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:57:14.262Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:57:14.263Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609834258,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-14T08:57:14.369Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2021-09-14T08:57:14.372Z||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-09-14T08:57:14.372Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:57:14.386Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:57:14.387Z||pool-109-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:57:15.264Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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-09-14T08:57:15.265Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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-09-14T08:57:15.265Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-14T08:57:15.265Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:57:15.267Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:57:15.268Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609835264,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-14T08:57:15.368Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:57:15.369Z||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-09-14T08:57:15.370Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:57:15.385Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:57:15.386Z||pool-110-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-09-14T08:57:16.275Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16dbd5e7-409b-441a-b909-5e8a5beb4b96
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-09-14T08:57:16.288Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16dbd5e7-409b-441a-b909-5e8a5beb4b96
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-14T08:57:16.293Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-14T08:57:16.293Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-14T08:57:16.293Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-14T08:57:16.293Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-14T08:57:16.293Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-14T08:57:16.293Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-14T08:57:16.293Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-14T08:57:16.294Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-14T08:57:16.294Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-14T08:57:16.294Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-14T08:57:16.294Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-14T08:57:16.294Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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-09-14T08:57:16.301Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-14T08:57:46.304Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 16dbd5e7-409b-441a-b909-5e8a5beb4b96 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-09-14T08:57:46.332Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 16dbd5e7-409b-441a-b909-5e8a5beb4b96 and serviceModelVersionId: 5a7162fd-f35a-4f5f-9654-980140424fbb
2021-09-14T08:57:46.332Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2f7de60a-66aa-4593-8163-e2d8d5a7cc71
2021-09-14T08:57:46.335Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2f7de60a-66aa-4593-8163-e2d8d5a7cc71/model-vers/model-ver/5a7162fd-f35a-4f5f-9654-980140424fbb?depth=0
2021-09-14T08:57:46.344Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-09-14T08:57:46.423Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2f7de60a-66aa-4593-8163-e2d8d5a7cc71/model-vers/model-ver/5a7162fd-f35a-4f5f-9654-980140424fbb?depth=0|INFO|500||Invoke
2021-09-14T08:57:46.424Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2f7de60a-66aa-4593-8163-e2d8d5a7cc71/model-vers/model-ver/5a7162fd-f35a-4f5f-9654-980140424fbb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2f7de60a-66aa-4593-8163-e2d8d5a7cc71/model-vers/model-ver/5a7162fd-f35a-4f5f-9654-980140424fbb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[16dbd5e7-409b-441a-b909-5e8a5beb4b96], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a4a77c34-9432-437d-8cd6-3ddd54b37f7d], X-ECOMP-RequestID=[16dbd5e7-409b-441a-b909-5e8a5beb4b96], X-TransactionId=[], X-ONAP-RequestID=[16dbd5e7-409b-441a-b909-5e8a5beb4b96], Content-Type=[application/merge-patch+json]}
2021-09-14T08:57:46.456Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2f7de60a-66aa-4593-8163-e2d8d5a7cc71/model-vers/model-ver/5a7162fd-f35a-4f5f-9654-980140424fbb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-14T08:57:46.701Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2f7de60a-66aa-4593-8163-e2d8d5a7cc71/model-vers/model-ver/5a7162fd-f35a-4f5f-9654-980140424fbb?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2f7de60a-66aa-4593-8163-e2d8d5a7cc71/model-vers/model-ver/5a7162fd-f35a-4f5f-9654-980140424fbb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210914-08:57:46:458-59951], vertex-id=[274560], Content-Length=[0], Date=[Tue, 14 Sep 2021 08:57:46 GMT], Content-Type=[application/json]}
2021-09-14T08:57:46.701Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2f7de60a-66aa-4593-8163-e2d8d5a7cc71/model-vers/model-ver/5a7162fd-f35a-4f5f-9654-980140424fbb?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-14T08:57:46.702Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2f7de60a-66aa-4593-8163-e2d8d5a7cc71/model-vers/model-ver/5a7162fd-f35a-4f5f-9654-980140424fbb?depth=0|INFO|500||InvokeReturn
2021-09-14T08:57:46.703Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-14T08:57:46.704Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-14T08:57:46.711Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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-09-14T08:57:46.711Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 16dbd5e7-409b-441a-b909-5e8a5beb4b96 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-14T08:57:46.712Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-14T08:57:46.713Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:57:46.716Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:57:46.716Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609866711,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-14T08:57:46.816Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:57:46.817Z||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-09-14T08:57:46.818Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:57:46.827Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:57:46.828Z||pool-111-thread-1|||||INFO|500||cambria reply ok (11 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-09-14T08:57:52.761Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:57:52.765Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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-09-14T08:57:52.765Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:57:52.769Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:57:52.769Z||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-09-14T08:57:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:57:52.885Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:57:52.887Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-14T08:57:52.887Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609812761,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:57:52.889Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:58:02.340Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:58:52.761Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:58:52.762Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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-09-14T08:58:52.762Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:58:52.769Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:58:52.769Z||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-09-14T08:58:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:58:53.298Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:58:53.299Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T08:58:53.299Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609812761,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:58:53.300Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:58:53.300Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T08:58:53.301Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609812761,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-14T08:58:53.301Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:58:53.301Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T08:58:53.301Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609812761,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-14T08:58:53.301Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:58:53.302Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T08:58:53.302Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609812761,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:58:53.302Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:58:53.302Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T08:58:53.302Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609812761,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-14T08:58:53.302Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:58:53.303Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T08:58:53.303Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609812761,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T08:58:53.303Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:58:53.303Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T08:58:53.304Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609812761,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T08:58:53.304Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T08:58:53.304Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T08:58:53.304Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609822675,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:58:53.304Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:58:53.304Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T08:58:53.304Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609827484,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:58:53.305Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:58:53.305Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T08:58:53.305Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609829568,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:58:53.305Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:58:53.305Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T08:58:53.305Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609831108,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-14T08:58:53.306Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:58:53.306Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T08:58:53.306Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609832251,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-14T08:58:53.306Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:58:53.306Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T08:58:53.306Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609833254,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-14T08:58:53.306Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:58:53.307Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T08:58:53.307Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609834258,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-14T08:58:53.307Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:58:53.307Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T08:58:53.307Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609835264,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-14T08:58:53.308Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:58:53.308Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T08:58:53.308Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16dbd5e7-409b-441a-b909-5e8a5beb4b96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631609866711,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-14T08:58:53.308Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:59:02.335Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T08:59:52.761Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:59:52.762Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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-09-14T08:59:52.762Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:59:52.769Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:59:52.769Z||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-09-14T08:59:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:00:02.327Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:00:02.329Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:00:52.761Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:00:52.765Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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-09-14T09:00:52.765Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:00:52.769Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:00:52.770Z||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-09-14T09:00:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:01:02.336Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:01:02.351Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:01:52.762Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:01:52.765Z||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-09-14T09:01:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:01:52.769Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:01:52.769Z||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-09-14T09:01:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:01:53.237Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:01:53.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "cds",
  "timestamp": 1631610091992,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:01:53.243Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:01:53.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631610089195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:01:53.244Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:01:53.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631610086693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:01:53.245Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:01:53.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "policy-id",
  "timestamp": 1631610088482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:01:53.246Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:01:53.246Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.246Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "cds",
  "timestamp": 1631610091992,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:01:53.247Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:01:53.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631610089195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:01:53.247Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:01:53.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631610086693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:01:53.248Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:01:53.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "policy-id",
  "timestamp": 1631610088482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:01:53.249Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:01:53.249Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.249Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "cds",
  "timestamp": 1631610091992,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:01:53.249Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:01:53.249Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631610089195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:01:53.250Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:01:53.251Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631610086693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:01:53.251Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:01:53.251Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "policy-id",
  "timestamp": 1631610088482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:01:53.252Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:01:53.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631610089195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:01:53.253Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:01:53.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "cds",
  "timestamp": 1631610091992,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:01:53.253Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:01:53.254Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.254Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631610086693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:01:53.254Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:01:53.254Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.255Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "policy-id",
  "timestamp": 1631610088482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:01:53.255Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:01:53.255Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.255Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631610089195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:01:53.256Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:01:53.256Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.256Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "cds",
  "timestamp": 1631610091992,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:01:53.256Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:01:53.256Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.257Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631610086693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:01:53.257Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:01:53.257Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.257Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "policy-id",
  "timestamp": 1631610088482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:01:53.258Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:01:53.258Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.258Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "aai-ml",
  "timestamp": 1631610097612,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:01:53.258Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:01:53.258Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.259Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631610089195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:01:53.259Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:01:53.259Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.259Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "cds",
  "timestamp": 1631610091992,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:01:53.260Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:01:53.260Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.260Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631610086693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-14T09:01:53.260Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:01:53.260Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.261Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "policy-id",
  "timestamp": 1631610088482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:01:53.261Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:01:53.261Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.261Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "aai-ml",
  "timestamp": 1631610097612,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:01:53.261Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:01:53.262Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.262Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631610089195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/artifacts/service-DemoPnfVnjroyjzadl84mazapw6-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:01:53.262Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:01:53.262Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.263Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "cds",
  "timestamp": 1631610091992,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/artifacts/service-DemoPnfVnjroyjzadl84mazapw6-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:01:53.263Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:01:53.263Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.263Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631610086693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/artifacts/service-DemoPnfVnjroyjzadl84mazapw6-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:01:53.263Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:01:53.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.264Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "policy-id",
  "timestamp": 1631610088482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/artifacts/service-DemoPnfVnjroyjzadl84mazapw6-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:01:53.264Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:01:53.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.264Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "aai-ml",
  "timestamp": 1631610097612,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:01:53.265Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:01:53.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.265Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "cds",
  "timestamp": 1631610091992,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/artifacts/service-DemoPnfVnjroyjzadl84mazapw6-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T09:01:53.265Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:01:53.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631610089195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/artifacts/service-DemoPnfVnjroyjzadl84mazapw6-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T09:01:53.266Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:01:53.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631610086693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/artifacts/service-DemoPnfVnjroyjzadl84mazapw6-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:01:53.267Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:01:53.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "policy-id",
  "timestamp": 1631610088482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/artifacts/service-DemoPnfVnjroyjzadl84mazapw6-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T09:01:53.267Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:01:53.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.268Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631610100475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:01:53.268Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:01:53.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.268Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "aai-ml",
  "timestamp": 1631610097612,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:01:53.268Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:01:53.269Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.269Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631610100475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:01:53.269Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:01:53.269Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.269Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "aai-ml",
  "timestamp": 1631610097612,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:01:53.275Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:01:53.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.275Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "dcae-sch",
  "timestamp": 1631610101912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:01:53.276Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:01:53.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.276Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631610100475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:01:53.276Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:01:53.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.276Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "aai-ml",
  "timestamp": 1631610097612,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:01:53.276Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:01:53.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.276Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "cds",
  "timestamp": 1631610103346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/artifacts/service-DemoPnfVnjroyjzadl84mazapw6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-14T09:01:53.277Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T09:01:53.277Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.277Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "policy-id",
  "timestamp": 1631610103414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/artifacts/service-DemoPnfVnjroyjzadl84mazapw6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-14T09:01:53.277Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T09:01:53.277Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.277Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631610103578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-14T09:01:53.277Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T09:01:53.277Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.277Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "dcae-sch",
  "timestamp": 1631610101912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:01:53.277Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:01:53.278Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.278Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "clamp",
  "timestamp": 1631610103499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:01:53.278Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:01:53.278Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.278Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631610100475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:01:53.278Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:01:53.278Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.279Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "aai-ml",
  "timestamp": 1631610097612,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/artifacts/service-DemoPnfVnjroyjzadl84mazapw6-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:01:53.279Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:01:53.279Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.279Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "cds",
  "timestamp": 1631610104356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/artifacts/service-DemoPnfVnjroyjzadl84mazapw6-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-09-14T09:01:53.307Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 03e05932-2a92-4a28-95e7-5724aaf0268c
2021-09-14T09:01:53.307Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03e05932-2a92-4a28-95e7-5724aaf0268c 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-09-14T09:01:53.342Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.342Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "policy-id",
  "timestamp": 1631610104423,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/artifacts/service-DemoPnfVnjroyjzadl84mazapw6-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-14T09:01:53.343Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T09:01:53.343Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.343Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "dcae-sch",
  "timestamp": 1631610101912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:01:53.343Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:01:53.343Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.343Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631610104770,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-14T09:01:53.344Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T09:01:53.344Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.345Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "clamp",
  "timestamp": 1631610103499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:01:53.345Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:01:53.345Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.345Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631610100475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:01:53.345Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:01:53.346Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.346Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "aai-ml",
  "timestamp": 1631610097612,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/artifacts/service-DemoPnfVnjroyjzadl84mazapw6-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T09:01:53.346Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:01:53.346Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.346Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "policy-id",
  "timestamp": 1631610105427,
  "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-09-14T09:01:53.352Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 03e05932-2a92-4a28-95e7-5724aaf0268c
2021-09-14T09:01:53.352Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03e05932-2a92-4a28-95e7-5724aaf0268c 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-09-14T09:01:53.362Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.362Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "dcae-sch",
  "timestamp": 1631610101912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:01:53.362Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:01:53.362Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.363Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631610105773,
  "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-09-14T09:01:53.366Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 03e05932-2a92-4a28-95e7-5724aaf0268c
2021-09-14T09:01:53.366Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03e05932-2a92-4a28-95e7-5724aaf0268c 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-09-14T09:01:53.380Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.380Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "clamp",
  "timestamp": 1631610103499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:01:53.381Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:01:53.381Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.382Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631610100475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:01:53.382Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:01:53.382Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.382Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "dcae-sch",
  "timestamp": 1631610101912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:01:53.382Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:01:53.382Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.383Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "clamp",
  "timestamp": 1631610103499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:01:53.383Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:01:53.383Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.383Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631610100475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/artifacts/service-DemoPnfVnjroyjzadl84mazapw6-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:01:53.383Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:01:53.383Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.384Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "dcae-sch",
  "timestamp": 1631610101912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:01:53.384Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:01:53.384Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.384Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "clamp",
  "timestamp": 1631610103499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:01:53.384Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:01:53.384Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.385Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631610100475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/artifacts/service-DemoPnfVnjroyjzadl84mazapw6-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T09:01:53.385Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:01:53.385Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.385Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "dcae-sch",
  "timestamp": 1631610101912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/artifacts/service-DemoPnfVnjroyjzadl84mazapw6-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:01:53.385Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:01:53.385Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.386Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "aai-ml",
  "timestamp": 1631610108799,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/artifacts/service-DemoPnfVnjroyjzadl84mazapw6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-14T09:01:53.386Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T09:01:53.386Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.386Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "clamp",
  "timestamp": 1631610103499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:01:53.386Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:01:53.386Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.387Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "dcae-sch",
  "timestamp": 1631610101912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/artifacts/service-DemoPnfVnjroyjzadl84mazapw6-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:01:53.387Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:01:53.387Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.387Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631610110135,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/artifacts/service-DemoPnfVnjroyjzadl84mazapw6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-14T09:01:53.387Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T09:01:53.387Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.388Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "clamp",
  "timestamp": 1631610103499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/artifacts/service-DemoPnfVnjroyjzadl84mazapw6-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:01:53.388Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:01:53.388Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.388Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "clamp",
  "timestamp": 1631610103499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/artifacts/service-DemoPnfVnjroyjzadl84mazapw6-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T09:01:53.388Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:01:53.388Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.389Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631610112107,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/artifacts/service-DemoPnfVnjroyjzadl84mazapw6-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-14T09:01:53.389Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T09:01:53.395Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:01:53.396Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-14T09:01:53.396Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"03e05932-2a92-4a28-95e7-5724aaf0268c","serviceName":"Demo_pNF_VNjroyjZADl84MaZaPW6","serviceVersion":"1.0","serviceUUID":"fc0bcee1-fdff-4fb5-9bd0-3fc2645b943f","serviceDescription":"catalog service description","serviceInvariantUUID":"544e4b47-e536-430a-ab89-36466e6e144f","resources":[{"resourceInstanceName":"pNF 894084fa-0c47 0","resourceName":"pNF 894084fa-0c47","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"157a8b15-ad35-4066-8df2-93843ad838c2","resourceInvariantUUID":"a06f38a2-593c-4a4e-b14c-fc43103b0985","resourceCustomizationUUID":"7d59e81b-dc1b-424b-843f-47c2e0ebca8a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/vf-license-model.xml","artifactChecksum":"ZDA3MTQyMjRkZDUyNjdlYjc0ZDBhYTMzOGVhMTY5OTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e9b6cd01-a09c-443b-8048-d86bdcbc0692","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/pNF.csar","artifactChecksum":"ZmY3NjMyYTZlNTM0ZmI1ZGRiZGY0NzUwYjJmY2IyMTI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ed502080-e139-4854-ae83-1e425c643cf6","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9117e164-bfbc-4a7f-801f-d03d1f840d38","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/vendor-license-model.xml","artifactChecksum":"NDY5YWJmN2EzYjkzZDQyMTBlMTI5NTJkMDg4YmFkZjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8a478fb8-1dee-496c-aafa-9cf3c398861c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3a667d54-93e4-4e75-8b26-7e702c9961ad","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6d99b0b7-e458-4868-9940-3e2e9e1c0d95","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfVnjroyjzadl84mazapw6-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/artifacts/service-DemoPnfVnjroyjzadl84mazapw6-template.yml","artifactChecksum":"ZGQ4ZDk1MTEzMWY1MzFkMWMzOGE0OTg0MDk5ZDlkZGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ec7df712-f9af-4b43-8f14-5c669ed4703a","artifactVersion":"1"},{"artifactName":"service-DemoPnfVnjroyjzadl84mazapw6-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/artifacts/service-DemoPnfVnjroyjzadl84mazapw6-csar.csar","artifactChecksum":"ODRmNjBhYzViNjVhOWQwOGIxOWZkMWJjMmY0YWE4NjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8e232bfa-eb60-48b0-985a-a15b5dc7b2a2","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-14T09:01:53.399Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T09:01:53.400Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-14T09:01:53.405Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T09:01:53.405Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631610112761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:01:53.505Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T09:01:53.506Z||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-09-14T09:01:53.506Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T09:01:53.515Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:01:53.515Z||pool-112-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-14T09:01:54.405Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T09:01:54.406Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-14T09:01:54.409Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T09:01:54.409Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631610112761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:01:54.508Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-14T09:01:54.509Z||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-09-14T09:01:54.509Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T09:01:54.517Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:01:54.518Z||pool-113-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-14T09:01:55.410Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T09:01:55.410Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-14T09:01:55.413Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T09:01:55.413Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631610112761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:01:55.513Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T09:01:55.514Z||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-09-14T09:01:55.514Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T09:01:55.523Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:01:55.523Z||pool-114-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-14T09:01:56.413Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T09:01:56.414Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-14T09:01:56.417Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T09:01:56.417Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631610112761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:01:56.517Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T09:01:56.519Z||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-09-14T09:01:56.519Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T09:01:56.528Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:01:56.529Z||pool-115-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-14T09:01:57.418Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T09:01:57.419Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-14T09:01:57.421Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T09:01:57.421Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631610112761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:01:57.523Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-09-14T09:01:57.526Z||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-09-14T09:01:57.526Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T09:01:57.538Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:01:57.538Z||pool-116-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-14T09:01:58.424Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T09:01:58.425Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-14T09:01:58.428Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T09:01:58.428Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631610112761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:01:58.529Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-14T09:01:58.529Z||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-09-14T09:01:58.530Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T09:01:58.537Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:01:58.537Z||pool-117-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-14T09:01:59.428Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T09:01:59.429Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-14T09:01:59.431Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T09:01:59.431Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631610112761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/artifacts/service-DemoPnfVnjroyjzadl84mazapw6-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:01:59.531Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T09:01:59.532Z||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-09-14T09:01:59.533Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T09:01:59.541Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:01:59.542Z||pool-118-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-14T09:02:00.432Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T09:02:00.432Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-14T09:02:00.435Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T09:02:00.435Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631610112761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/artifacts/service-DemoPnfVnjroyjzadl84mazapw6-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T09:02:00.536Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-14T09:02:00.537Z||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-09-14T09:02:00.537Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T09:02:00.545Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:02:00.545Z||pool-119-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-14T09:02:01.436Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "serviceName": "Demo_pNF_VNjroyjZADl84MaZaPW6",
  "serviceVersion": "1.0",
  "serviceUUID": "fc0bcee1-fdff-4fb5-9bd0-3fc2645b943f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "544e4b47-e536-430a-ab89-36466e6e144f",
  "resources": [
    {
      "resourceInstanceName": "pNF 894084fa-0c47 0",
      "resourceCustomizationUUID": "7d59e81b-dc1b-424b-843f-47c2e0ebca8a",
      "resourceName": "pNF 894084fa-0c47",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "157a8b15-ad35-4066-8df2-93843ad838c2",
      "resourceInvariantUUID": "a06f38a2-593c-4a4e-b14c-fc43103b0985",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfVnjroyjzadl84mazapw6-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/artifacts/service-DemoPnfVnjroyjzadl84mazapw6-csar.csar",
      "artifactChecksum": "ODRmNjBhYzViNjVhOWQwOGIxOWZkMWJjMmY0YWE4NjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8e232bfa-eb60-48b0-985a-a15b5dc7b2a2"
    }
  ],
  "workloadContext": "Production"
}
2021-09-14T09:02:01.436Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-14T09:02:01.437Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fc0bcee1-fdff-4fb5-9bd0-3fc2645b943f ASDC
2021-09-14T09:02:01.438Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:03e05932-2a92-4a28-95e7-5724aaf0268c
ServiceName:Demo_pNF_VNjroyjZADl84MaZaPW6
ServiceVersion:1.0
ServiceUUID:fc0bcee1-fdff-4fb5-9bd0-3fc2645b943f
ServiceInvariantUUID:544e4b47-e536-430a-ab89-36466e6e144f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfVnjroyjzadl84mazapw6-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/artifacts/service-DemoPnfVnjroyjzadl84mazapw6-csar.csar
ArtifactUUID:8e232bfa-eb60-48b0-985a-a15b5dc7b2a2
ArtifactChecksum:ODRmNjBhYzViNjVhOWQwOGIxOWZkMWJjMmY0YWE4NjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 894084fa-0c47 0
ResourceCustomizationUUID:7d59e81b-dc1b-424b-843f-47c2e0ebca8a
ResourceInvariantUUID:a06f38a2-593c-4a4e-b14c-fc43103b0985
ResourceName:pNF 894084fa-0c47
ResourceType:PNF
ResourceUUID:157a8b15-ad35-4066-8df2-93843ad838c2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-14T09:02:01.438Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fc0bcee1-fdff-4fb5-9bd0-3fc2645b943f 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-09-14T09:02:01.484Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-14T09:02:01.485Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-14T09:02:01.485Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-14T09:02:01.485Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8e232bfa-eb60-48b0-985a-a15b5dc7b2a2 from URL: /sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/artifacts/service-DemoPnfVnjroyjzadl84mazapw6-csar.csar
2021-09-14T09:02:01.485Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-14T09:02:01.486Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/artifacts/service-DemoPnfVnjroyjzadl84mazapw6-csar.csar
2021-09-14T09:02:02.441Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-14T09:02:02.452Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/artifacts/service-DemoPnfVnjroyjzadl84mazapw6-csar.csar 8e232bfa-eb60-48b0-985a-a15b5dc7b2a2 82540
2021-09-14T09:02:02.453Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/artifacts/service-DemoPnfVnjroyjzadl84mazapw6-csar.csar ASDC sendASDCNotification
2021-09-14T09:02:02.453Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/artifacts/service-DemoPnfVnjroyjzadl84mazapw6-csar.csar
2021-09-14T09:02:02.453Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-14T09:02:02.453Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-14T09:02:02.457Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T09:02:02.457Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631610122453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/artifacts/service-DemoPnfVnjroyjzadl84mazapw6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-14T09:02:02.557Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T09:02:02.558Z||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-09-14T09:02:02.558Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T09:02:02.564Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:02:02.564Z||pool-120-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-14T09:02:03.457Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-14T09:02:03.458Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-14T09:02:03.459Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 8e232bfa-eb60-48b0-985a-a15b5dc7b2a2, URL: /sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/artifacts/service-DemoPnfVnjroyjzadl84mazapw6-csar.csar to file: /app/ASDC/1/service-DemoPnfVnjroyjzadl84mazapw6-csar.csar
2021-09-14T09:02:03.460Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfVnjroyjzadl84mazapw6-csar.csar
2021-09-14T09:02:03.460Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfVnjroyjzadl84mazapw6-csar.csar
2021-09-14T09:02:03.461Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfVnjroyjzadl84mazapw6-csar.csar
2021-09-14T09:02:03.606Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17945142734029514365/Definitions/service-DemoPnfVnjroyjzadl84mazapw6-template.yml
2021-09-14T09:02:04.403Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-14T09:02:04.403Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-09-14T09:02:04.403Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfVnjroyjzadl84mazapw6-csar.csar
2021-09-14T09:02:04.403Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-14T09:02:04.403Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 894084fa-0c47 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-DemoPnfVnjroyjzadl84mazapw6-csar.csar
2021-09-14T09:02:04.403Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfVnjroyjzadl84mazapw6-csar.csar
2021-09-14T09:02:04.404Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfVnjroyjzadl84mazapw6-csar.csar
2021-09-14T09:02:04.404Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVnjroyjzadl84mazapw6-csar.csar
2021-09-14T09:02:04.404Z|03e05932-2a92-4a28-95e7-5724aaf0268c|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-DemoPnfVnjroyjzadl84mazapw6-csar.csar
2021-09-14T09:02:04.404Z|03e05932-2a92-4a28-95e7-5724aaf0268c|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-DemoPnfVnjroyjzadl84mazapw6-csar.csar
2021-09-14T09:02:04.404Z|03e05932-2a92-4a28-95e7-5724aaf0268c|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-DemoPnfVnjroyjzadl84mazapw6-csar.csar
2021-09-14T09:02:04.404Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-09-14T09:02:04.404Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T09:02:04.404Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_VNjroyjZADl84MaZaPW6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T09:02:04.404Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||Node template pNF 894084fa-0c47 0 is matching search criteria
2021-09-14T09:02:04.405Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-09-14T09:02:04.405Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 894084fa-0c47 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-14T09:02:04.405Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T09:02:04.405Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_VNjroyjZADl84MaZaPW6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T09:02:04.405Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||Node template pNF 894084fa-0c47 0 is matching search criteria
2021-09-14T09:02:04.405Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-09-14T09:02:04.406Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 894084fa-0c47 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-14T09:02:04.406Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T09:02:04.406Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_VNjroyjZADl84MaZaPW6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T09:02:04.406Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T09:02:04.406Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_VNjroyjZADl84MaZaPW6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T09:02:04.406Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T09:02:04.406Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_VNjroyjZADl84MaZaPW6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T09:02:04.406Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T09:02:04.407Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_VNjroyjZADl84MaZaPW6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T09:02:04.407Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T09:02:04.407Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_VNjroyjZADl84MaZaPW6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T09:02:04.407Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_VNjroyjZADl84MaZaPW6
Description:catalog service description
Model UUID:fc0bcee1-fdff-4fb5-9bd0-3fc2645b943f
Model Version:NULL
Model InvariantUuid:544e4b47-e536-430a-ab89-36466e6e144f
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-14T09:02:04.417Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 157a8b15-ad35-4066-8df2-93843ad838c2
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-14T09:02:04.422Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||INFO|500||pNF 894084fa-0c47 0
2021-09-14T09:02:04.422Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 157a8b15-ad35-4066-8df2-93843ad838c2
2021-09-14T09:02:04.422Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||No resources found for Service: fc0bcee1-fdff-4fb5-9bd0-3fc2645b943f
2021-09-14T09:02:04.422Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: fc0bcee1-fdff-4fb5-9bd0-3fc2645b943f
2021-09-14T09:02:04.422Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 894084fa-0c47 0 157a8b15-ad35-4066-8df2-93843ad838c2 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-14T09:02:04.426Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@792fa58f, org.onap.sdc.toscaparser.api.parameters.Input@4ad33f6a, org.onap.sdc.toscaparser.api.parameters.Input@3ece3bf3, org.onap.sdc.toscaparser.api.parameters.Input@48809ac5, org.onap.sdc.toscaparser.api.parameters.Input@4c075d87]
2021-09-14T09:02:04.426Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T09:02:04.426Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_VNjroyjZADl84MaZaPW6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T09:02:04.426Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid fc0bcee1-fdff-4fb5-9bd0-3fc2645b943f: pNF 894084fa-0c47
2021-09-14T09:02:04.426Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||INFO|500||Processing PNF resource: 157a8b15-ad35-4066-8df2-93843ad838c2
2021-09-14T09:02:04.427Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T09:02:04.427Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_VNjroyjZADl84MaZaPW6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T09:02:04.427Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||INFO|500||Resource customization UUID: 7d59e81b-dc1b-424b-843f-47c2e0ebca8a is the same as notified resource customizationUUID: 7d59e81b-dc1b-424b-843f-47c2e0ebca8a
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_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-09-14T09:02:04.484Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 894084fa-0c47 157a8b15-ad35-4066-8df2-93843ad838c2 0 ASDC deployResourceStructure
2021-09-14T09:02:04.485Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/artifacts/service-DemoPnfVnjroyjzadl84mazapw6-csar.csar ASDC sendASDCNotification
2021-09-14T09:02:04.485Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/artifacts/service-DemoPnfVnjroyjzadl84mazapw6-csar.csar
2021-09-14T09:02:04.485Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-14T09:02:04.485Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-14T09:02:04.488Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T09:02:04.489Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631610124485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/artifacts/service-DemoPnfVnjroyjzadl84mazapw6-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-14T09:02:04.589Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T09:02:04.590Z||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-09-14T09:02:04.590Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T09:02:04.600Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:02:04.601Z||pool-121-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-14T09:02:05.489Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 03e05932-2a92-4a28-95e7-5724aaf0268c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-09-14T09:02:05.508Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 03e05932-2a92-4a28-95e7-5724aaf0268c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-14T09:02:05.510Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-14T09:02:05.510Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-14T09:02:05.510Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-14T09:02:35.512Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 03e05932-2a92-4a28-95e7-5724aaf0268c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-09-14T09:02:35.536Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 03e05932-2a92-4a28-95e7-5724aaf0268c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-14T09:02:35.539Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-14T09:02:35.539Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-14T09:02:35.539Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-14T09:02:52.771Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:02:52.773Z||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-09-14T09:02:52.774Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:02:52.828Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:02:52.829Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:02:52.830Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631610113110,
  "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-09-14T09:02:52.849Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 03e05932-2a92-4a28-95e7-5724aaf0268c
2021-09-14T09:02:52.849Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03e05932-2a92-4a28-95e7-5724aaf0268c 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-09-14T09:03:05.539Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 03e05932-2a92-4a28-95e7-5724aaf0268c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-09-14T09:03:05.550Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 03e05932-2a92-4a28-95e7-5724aaf0268c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-14T09:03:05.552Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-14T09:03:05.552Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-14T09:03:05.552Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-14T09:03:35.554Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 03e05932-2a92-4a28-95e7-5724aaf0268c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-09-14T09:03:35.574Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 03e05932-2a92-4a28-95e7-5724aaf0268c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-14T09:03:35.580Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-14T09:03:35.580Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-14T09:03:35.580Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-14T09:03:52.770Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:03:52.772Z||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-09-14T09:03:52.772Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:03:52.846Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:03:52.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:03:52.848Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631610112761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:03:52.851Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:05.581Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 03e05932-2a92-4a28-95e7-5724aaf0268c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-09-14T09:04:05.592Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 03e05932-2a92-4a28-95e7-5724aaf0268c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-14T09:04:05.595Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-14T09:04:05.595Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-14T09:04:05.595Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-14T09:04:35.595Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 03e05932-2a92-4a28-95e7-5724aaf0268c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-09-14T09:04:35.616Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 03e05932-2a92-4a28-95e7-5724aaf0268c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-14T09:04:35.619Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-14T09:04:35.619Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-14T09:04:35.619Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-14T09:04:52.771Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:04:52.773Z||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-09-14T09:04:52.773Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:04:53.317Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:04:53.320Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.320Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631610112761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.321Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.322Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.322Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "aai-ml",
  "timestamp": 1631610114531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/artifacts/service-DemoPnfVnjroyjzadl84mazapw6-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-14T09:04:53.322Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T09:04:53.322Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.322Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631610112761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.322Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.322Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.322Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "aai-ml",
  "timestamp": 1631610115535,
  "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-09-14T09:04:53.334Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 03e05932-2a92-4a28-95e7-5724aaf0268c
2021-09-14T09:04:53.334Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03e05932-2a92-4a28-95e7-5724aaf0268c 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-09-14T09:04:53.346Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.346Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631610112761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.346Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.347Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631610112761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.347Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.347Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631610112761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/resourceInstances/pnf894084fa0c470/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.347Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.347Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631610112761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/artifacts/service-DemoPnfVnjroyjzadl84mazapw6-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.347Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.347Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631610112761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/artifacts/service-DemoPnfVnjroyjzadl84mazapw6-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T09:04:53.347Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.348Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631610122453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/artifacts/service-DemoPnfVnjroyjzadl84mazapw6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-14T09:04:53.348Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T09:04:53.348Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.348Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "cds",
  "timestamp": 1631610121993,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.348Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.348Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.348Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "dcae-sch",
  "timestamp": 1631610121913,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.348Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.348Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.348Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "clamp",
  "timestamp": 1631610123395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/artifacts/service-DemoPnfVnjroyjzadl84mazapw6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-14T09:04:53.348Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T09:04:53.348Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.348Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "cds",
  "timestamp": 1631610121993,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.349Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.349Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.349Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "dcae-sch",
  "timestamp": 1631610121913,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.349Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.349Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.349Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631610124485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/artifacts/service-DemoPnfVnjroyjzadl84mazapw6-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-14T09:04:53.349Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T09:04:53.349Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.349Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "clamp",
  "timestamp": 1631610124754,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVnjroyjzadl84mazapw6/1.0/artifacts/service-DemoPnfVnjroyjzadl84mazapw6-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-14T09:04:53.349Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T09:04:53.349Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.349Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "cds",
  "timestamp": 1631610121993,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.349Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.350Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.350Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "dcae-sch",
  "timestamp": 1631610121913,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.350Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.350Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.350Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "clamp",
  "timestamp": 1631610125757,
  "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-09-14T09:04:53.354Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 03e05932-2a92-4a28-95e7-5724aaf0268c
2021-09-14T09:04:53.354Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03e05932-2a92-4a28-95e7-5724aaf0268c 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-09-14T09:04:53.363Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.363Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "cds",
  "timestamp": 1631610121993,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.363Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.363Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.364Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "dcae-sch",
  "timestamp": 1631610121913,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.364Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.364Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.364Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "cds",
  "timestamp": 1631610121993,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.364Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.364Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.364Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "dcae-sch",
  "timestamp": 1631610121913,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.364Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.364Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.364Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631610126692,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.365Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.366Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "cds",
  "timestamp": 1631610121993,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.366Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.366Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "dcae-sch",
  "timestamp": 1631610121913,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.366Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "aai-ml",
  "timestamp": 1631610127612,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.367Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631610126692,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.367Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.381Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.381Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "cds",
  "timestamp": 1631610121993,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.381Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.381Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.381Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "dcae-sch",
  "timestamp": 1631610121913,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.381Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.381Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.381Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "policy-id",
  "timestamp": 1631610128482,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.382Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.382Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.383Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "aai-ml",
  "timestamp": 1631610127612,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.383Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.383Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.383Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631610126692,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.383Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.383Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.383Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631610129196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.383Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.383Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.383Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "cds",
  "timestamp": 1631610121993,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.384Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.384Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.384Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "policy-id",
  "timestamp": 1631610128482,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.384Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.384Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.384Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "dcae-sch",
  "timestamp": 1631610121913,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.384Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.384Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.384Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "aai-ml",
  "timestamp": 1631610127612,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.384Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.384Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.384Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631610126692,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.385Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.385Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.385Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631610129196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.385Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.385Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.385Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "cds",
  "timestamp": 1631610121993,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T09:04:53.385Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.385Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.385Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631610130474,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.385Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.385Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.386Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "policy-id",
  "timestamp": 1631610128482,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.386Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.386Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.386Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "dcae-sch",
  "timestamp": 1631610121913,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.386Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.386Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.386Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "aai-ml",
  "timestamp": 1631610127612,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.386Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.386Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.386Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631610126692,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.386Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.387Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.387Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631610129196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.387Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.387Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.387Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631610130474,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.387Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.387Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.387Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "policy-id",
  "timestamp": 1631610128482,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.387Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.387Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.387Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "aai-ml",
  "timestamp": 1631610127612,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.388Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.388Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.388Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631610126692,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.388Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.388Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.388Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631610129196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.388Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.388Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.388Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "cds",
  "timestamp": 1631610132954,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-14T09:04:53.388Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T09:04:53.388Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.389Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631610130474,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.389Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.389Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.389Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "policy-id",
  "timestamp": 1631610128482,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.389Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.389Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.389Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "aai-ml",
  "timestamp": 1631610127612,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.389Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.389Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.389Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631610126692,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-14T09:04:53.389Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.390Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.390Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631610129196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.390Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.390Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.390Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "clamp",
  "timestamp": 1631610133498,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.391Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.391Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.391Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631610130474,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.391Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.391Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.391Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "policy-id",
  "timestamp": 1631610128482,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.391Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.391Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.391Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "aai-ml",
  "timestamp": 1631610127612,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.391Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.391Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.392Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "cds",
  "timestamp": 1631610134348,
  "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-09-14T09:04:53.405Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 95057a61-6d13-4d52-82eb-e019d4c8c8d1
2021-09-14T09:04:53.405Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95057a61-6d13-4d52-82eb-e019d4c8c8d1 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-09-14T09:04:53.416Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.416Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631610126692,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.417Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.417Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.417Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631610129196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.417Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.417Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.417Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "clamp",
  "timestamp": 1631610133498,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.418Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.418Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.418Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631610130474,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.418Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.418Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.418Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "policy-id",
  "timestamp": 1631610128482,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.418Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.418Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.419Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "aai-ml",
  "timestamp": 1631610127612,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.419Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.419Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.419Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631610126692,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.419Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.419Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.419Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631610129196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.420Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.420Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.420Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "clamp",
  "timestamp": 1631610133498,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.420Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.420Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.420Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631610130474,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.421Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.421Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.421Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "policy-id",
  "timestamp": 1631610128482,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.421Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.421Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.421Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "aai-ml",
  "timestamp": 1631610127612,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T09:04:53.421Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.421Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.421Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631610129196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.422Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.422Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.422Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "clamp",
  "timestamp": 1631610133498,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.422Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.422Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.422Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631610130474,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.422Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.422Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.423Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "policy-id",
  "timestamp": 1631610128482,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T09:04:53.423Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.423Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.423Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631610137674,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-14T09:04:53.423Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T09:04:53.423Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.423Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631610129196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T09:04:53.424Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.424Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.424Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "clamp",
  "timestamp": 1631610133498,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.424Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.424Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.424Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631610130474,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.424Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.425Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.426Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631610138702,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-14T09:04:53.426Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T09:04:53.426Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.426Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "clamp",
  "timestamp": 1631610133498,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.426Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.426Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.426Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631610130474,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T09:04:53.427Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.427Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.427Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "aai-ml",
  "timestamp": 1631610139475,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-14T09:04:53.427Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T09:04:53.427Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.427Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631610139707,
  "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-09-14T09:04:53.433Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 95057a61-6d13-4d52-82eb-e019d4c8c8d1
2021-09-14T09:04:53.433Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95057a61-6d13-4d52-82eb-e019d4c8c8d1 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-09-14T09:04:53.441Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.441Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "policy-id",
  "timestamp": 1631610139970,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-14T09:04:53.441Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T09:04:53.441Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.441Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "clamp",
  "timestamp": 1631610133498,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.442Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.442Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.442Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "policy-id",
  "timestamp": 1631610140973,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-14T09:04:53.442Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T09:04:53.442Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.442Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "clamp",
  "timestamp": 1631610133498,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:04:53.442Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.442Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.442Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "policy-id",
  "timestamp": 1631610141976,
  "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-09-14T09:04:53.447Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 95057a61-6d13-4d52-82eb-e019d4c8c8d1
2021-09-14T09:04:53.447Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95057a61-6d13-4d52-82eb-e019d4c8c8d1 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-09-14T09:04:53.455Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.455Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "clamp",
  "timestamp": 1631610133498,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T09:04:53.455Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:04:53.455Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.455Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631610142341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-14T09:04:53.455Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T09:04:53.456Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.456Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631610144157,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-14T09:04:53.456Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T09:04:53.456Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.456Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631610145161,
  "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-09-14T09:04:53.461Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 95057a61-6d13-4d52-82eb-e019d4c8c8d1
2021-09-14T09:04:53.461Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95057a61-6d13-4d52-82eb-e019d4c8c8d1 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-09-14T09:04:53.472Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.472Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "aai-ml",
  "timestamp": 1631610145329,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-14T09:04:53.472Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T09:04:53.473Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.473Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "aai-ml",
  "timestamp": 1631610146333,
  "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-09-14T09:04:53.477Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 95057a61-6d13-4d52-82eb-e019d4c8c8d1
2021-09-14T09:04:53.477Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95057a61-6d13-4d52-82eb-e019d4c8c8d1 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-09-14T09:04:53.485Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.485Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "clamp",
  "timestamp": 1631610153745,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-14T09:04:53.485Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T09:04:53.485Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.485Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "clamp",
  "timestamp": 1631610154763,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-14T09:04:53.486Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T09:04:53.486Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:04:53.486Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "clamp",
  "timestamp": 1631610155768,
  "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-09-14T09:04:53.490Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 95057a61-6d13-4d52-82eb-e019d4c8c8d1
2021-09-14T09:04:53.491Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95057a61-6d13-4d52-82eb-e019d4c8c8d1 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-09-14T09:05:05.619Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 03e05932-2a92-4a28-95e7-5724aaf0268c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-09-14T09:05:05.632Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 03e05932-2a92-4a28-95e7-5724aaf0268c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-14T09:05:05.635Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-14T09:05:05.635Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-14T09:05:05.635Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-14T09:05:05.635Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-14T09:05:05.635Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-14T09:05:05.635Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-14T09:05:05.635Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-14T09:05:05.636Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-14T09:05:05.636Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-14T09:05:05.636Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-14T09:05:05.636Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-14T09:05:05.636Z|03e05932-2a92-4a28-95e7-5724aaf0268c|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-09-14T09:05:05.641Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-14T09:05:35.641Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 03e05932-2a92-4a28-95e7-5724aaf0268c 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-09-14T09:05:35.663Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 03e05932-2a92-4a28-95e7-5724aaf0268c and serviceModelVersionId: fc0bcee1-fdff-4fb5-9bd0-3fc2645b943f
2021-09-14T09:05:35.664Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 544e4b47-e536-430a-ab89-36466e6e144f
2021-09-14T09:05:35.666Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/544e4b47-e536-430a-ab89-36466e6e144f/model-vers/model-ver/fc0bcee1-fdff-4fb5-9bd0-3fc2645b943f?depth=0
2021-09-14T09:05:35.675Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-09-14T09:05:35.738Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/544e4b47-e536-430a-ab89-36466e6e144f/model-vers/model-ver/fc0bcee1-fdff-4fb5-9bd0-3fc2645b943f?depth=0|INFO|500||Invoke
2021-09-14T09:05:35.738Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/544e4b47-e536-430a-ab89-36466e6e144f/model-vers/model-ver/fc0bcee1-fdff-4fb5-9bd0-3fc2645b943f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/544e4b47-e536-430a-ab89-36466e6e144f/model-vers/model-ver/fc0bcee1-fdff-4fb5-9bd0-3fc2645b943f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[03e05932-2a92-4a28-95e7-5724aaf0268c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[918c1495-12e3-483a-91a0-6e01582032e5], X-ECOMP-RequestID=[03e05932-2a92-4a28-95e7-5724aaf0268c], X-TransactionId=[], X-ONAP-RequestID=[03e05932-2a92-4a28-95e7-5724aaf0268c], Content-Type=[application/merge-patch+json]}
2021-09-14T09:05:35.761Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/544e4b47-e536-430a-ab89-36466e6e144f/model-vers/model-ver/fc0bcee1-fdff-4fb5-9bd0-3fc2645b943f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-14T09:05:35.860Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/544e4b47-e536-430a-ab89-36466e6e144f/model-vers/model-ver/fc0bcee1-fdff-4fb5-9bd0-3fc2645b943f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/544e4b47-e536-430a-ab89-36466e6e144f/model-vers/model-ver/fc0bcee1-fdff-4fb5-9bd0-3fc2645b943f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210914-09:05:35:764-4905], vertex-id=[286960], Content-Length=[0], Date=[Tue, 14 Sep 2021 09:05:35 GMT], Content-Type=[application/json]}
2021-09-14T09:05:35.860Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/544e4b47-e536-430a-ab89-36466e6e144f/model-vers/model-ver/fc0bcee1-fdff-4fb5-9bd0-3fc2645b943f?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-14T09:05:35.861Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/544e4b47-e536-430a-ab89-36466e6e144f/model-vers/model-ver/fc0bcee1-fdff-4fb5-9bd0-3fc2645b943f?depth=0|INFO|500||InvokeReturn
2021-09-14T09:05:35.862Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-14T09:05:35.862Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-14T09:05:35.867Z|03e05932-2a92-4a28-95e7-5724aaf0268c|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-09-14T09:05:35.867Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 03e05932-2a92-4a28-95e7-5724aaf0268c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-14T09:05:35.867Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-14T09:05:35.868Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-14T09:05:35.871Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T09:05:35.871Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631610335867,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-14T09:05:35.971Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T09:05:35.972Z||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-09-14T09:05:35.972Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T09:05:35.985Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:05:35.985Z||pool-122-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-14T09:05:36.899Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:05:36.900Z||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-09-14T09:05:36.901Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:05:41.332Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:05:41.333Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-14T09:05:41.333Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"95057a61-6d13-4d52-82eb-e019d4c8c8d1","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"6384d1b9-50a5-4d56-8e2c-9d2f7ec52231","serviceDescription":"service","serviceInvariantUUID":"3be96d33-8086-4ca1-aadf-b3d67856cf58","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a26a272c-cce6-47ed-aa6c-cb3cb9e3c49c","resourceInvariantUUID":"6a4b94a1-66ad-4c9f-9bc2-3134cf47d324","resourceCustomizationUUID":"93f5dd2d-9ad6-4dc9-ba3a-9b1d26e996ea","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":"NjZlMTRiODE1MWY1NGFiNzQ0OTFhYjRhNjMzNWJjZDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6450f58b-038f-4dfc-829c-20635ac9e28c","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":"794d44a5-e3f6-4884-a2c3-f731a2adfacb","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":"c321701e-9e44-4bd2-9a73-97e0b128e844","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":"YjU2MWIyZDdjY2VhNGQ5ZDU2ZTJjNjJiZjdmYjY5MWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"fa281601-d33a-4f85-ad70-c59ee3bfe500","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":"b54d9394-fd44-46d5-aab9-093fd78445b0","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":"d9db29e4-b7a5-40b7-942d-c4816ba80b27","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":"aaa61b6b-189d-457d-b893-9965a86b5d8c","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":"ZDZmYjBkZDI2MjI5NWVlNDRhOTQxMWRkNGMxZDM4MTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"66436644-5633-4309-b480-e9ca7c41a458","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZmM4Y2I5MWQ0NjU5M2RlYmE5NGJhNGUzM2U2NzQ3MTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dec33dab-4d82-4492-89cd-3547ca3879e7","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-14T09:05:41.335Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T09:05:41.336Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-14T09:05:41.339Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T09:05:41.339Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631610336899,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:05:41.440Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T09:05:41.441Z||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-09-14T09:05:41.441Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T09:05:41.451Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:05:41.452Z||pool-123-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-14T09:05:42.340Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T09:05:42.341Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-14T09:05:42.343Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T09:05:42.343Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631610336899,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:05:42.445Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-14T09:05:42.446Z||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-09-14T09:05:42.446Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T09:05:42.457Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:05:42.457Z||pool-124-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-14T09:05:43.348Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T09:05:43.349Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-14T09:05:43.356Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T09:05:43.356Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631610336899,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:05:43.454Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-09-14T09:05:43.454Z||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-09-14T09:05:43.455Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T09:05:43.463Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:05:43.463Z||pool-125-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-14T09:05:44.356Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T09:05:44.357Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-14T09:05:44.360Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T09:05:44.360Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631610336899,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:05:44.460Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T09:05:44.461Z||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-09-14T09:05:44.461Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T09:05:44.488Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:05:44.489Z||pool-126-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2021-09-14T09:05:45.362Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T09:05:45.363Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-14T09:05:45.371Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T09:05:45.372Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631610336899,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:05:45.465Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2021-09-14T09:05:45.466Z||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-09-14T09:05:45.466Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T09:05:45.481Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:05:45.482Z||pool-127-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-14T09:05:46.372Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T09:05:46.373Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-14T09:05:46.375Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T09:05:46.375Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631610336899,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:05:46.476Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-14T09:05:46.478Z||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-09-14T09:05:46.478Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T09:05:46.485Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:05:46.487Z||pool-128-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-14T09:05:47.376Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T09:05:47.376Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-14T09:05:47.379Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T09:05:47.379Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631610336899,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:05:47.479Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T09:05:47.480Z||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-09-14T09:05:47.480Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T09:05:47.495Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:05:47.496Z||pool-129-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-09-14T09:05:48.380Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T09:05:48.382Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-14T09:05:48.386Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T09:05:48.386Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631610336899,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:05:48.488Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-14T09:05:48.489Z||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-09-14T09:05:48.489Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T09:05:48.497Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:05:48.498Z||pool-130-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-14T09:05:49.387Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T09:05:49.388Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-14T09:05:49.392Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T09:05:49.392Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631610336899,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T09:05:49.490Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-09-14T09:05:49.491Z||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-09-14T09:05:49.491Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T09:05:49.497Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:05:49.497Z||pool-131-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-14T09:05:50.393Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "6384d1b9-50a5-4d56-8e2c-9d2f7ec52231",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3be96d33-8086-4ca1-aadf-b3d67856cf58",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "93f5dd2d-9ad6-4dc9-ba3a-9b1d26e996ea",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "a26a272c-cce6-47ed-aa6c-cb3cb9e3c49c",
      "resourceInvariantUUID": "6a4b94a1-66ad-4c9f-9bc2-3134cf47d324",
      "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": "ZmM4Y2I5MWQ0NjU5M2RlYmE5NGJhNGUzM2U2NzQ3MTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "dec33dab-4d82-4492-89cd-3547ca3879e7"
    }
  ],
  "workloadContext": "Production"
}
2021-09-14T09:05:50.394Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-14T09:05:50.394Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6384d1b9-50a5-4d56-8e2c-9d2f7ec52231 ASDC
2021-09-14T09:05:50.395Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:95057a61-6d13-4d52-82eb-e019d4c8c8d1
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:6384d1b9-50a5-4d56-8e2c-9d2f7ec52231
ServiceInvariantUUID:3be96d33-8086-4ca1-aadf-b3d67856cf58
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:dec33dab-4d82-4492-89cd-3547ca3879e7
ArtifactChecksum:ZmM4Y2I5MWQ0NjU5M2RlYmE5NGJhNGUzM2U2NzQ3MTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:93f5dd2d-9ad6-4dc9-ba3a-9b1d26e996ea
ResourceInvariantUUID:6a4b94a1-66ad-4c9f-9bc2-3134cf47d324
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:a26a272c-cce6-47ed-aa6c-cb3cb9e3c49c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-14T09:05:50.395Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6384d1b9-50a5-4d56-8e2c-9d2f7ec52231 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-09-14T09:05:50.437Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-14T09:05:50.437Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-14T09:05:50.438Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-14T09:05:50.438Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: dec33dab-4d82-4492-89cd-3547ca3879e7 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-14T09:05:50.438Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-14T09:05:50.439Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-14T09:05:50.857Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-14T09:05:50.871Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar dec33dab-4d82-4492-89cd-3547ca3879e7 105556
2021-09-14T09:05:50.871Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-09-14T09:05:50.871Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-14T09:05:50.872Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-14T09:05:50.872Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-14T09:05:50.875Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T09:05:50.875Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631610350871,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-14T09:05:50.975Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T09:05:50.976Z||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-09-14T09:05:50.976Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T09:05:50.984Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:05:50.984Z||pool-132-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-14T09:05:51.875Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-14T09:05:51.877Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-14T09:05:51.877Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: dec33dab-4d82-4492-89cd-3547ca3879e7, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-14T09:05:51.878Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-09-14T09:05:51.878Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-14T09:05:51.878Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-14T09:05:52.057Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2654334472765734313/Definitions/service-TestPnfMacro-template.yml
2021-09-14T09:05:52.769Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:05:52.770Z||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-09-14T09:05:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:05:52.958Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-14T09:05:52.959Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-14T09:05:52.959Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-14T09:05:52.959Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-14T09:05:52.959Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||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-09-14T09:05:52.959Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||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-09-14T09:05:52.959Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||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-09-14T09:05:52.959Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||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-09-14T09:05:52.959Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|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-TestPnfMacro-csar.csar
2021-09-14T09:05:52.959Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|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-TestPnfMacro-csar.csar
2021-09-14T09:05:52.959Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|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-TestPnfMacro-csar.csar
2021-09-14T09:05:52.960Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-14T09:05:52.960Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T09:05:52.960Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T09:05:52.960Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-09-14T09:05:52.960Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-14T09:05:52.960Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-14T09:05:52.961Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T09:05:52.961Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T09:05:52.961Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-09-14T09:05:52.961Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-14T09:05:52.961Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-14T09:05:52.961Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T09:05:52.961Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T09:05:52.961Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T09:05:52.961Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T09:05:52.962Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T09:05:52.962Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T09:05:52.962Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T09:05:52.962Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T09:05:52.962Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T09:05:52.962Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T09:05:52.962Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:6384d1b9-50a5-4d56-8e2c-9d2f7ec52231
Model Version:NULL
Model InvariantUuid:3be96d33-8086-4ca1-aadf-b3d67856cf58
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-14T09:05:52.976Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: a26a272c-cce6-47ed-aa6c-cb3cb9e3c49c
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-14T09:05:52.978Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||INFO|500||test-pnf 0
2021-09-14T09:05:52.978Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a26a272c-cce6-47ed-aa6c-cb3cb9e3c49c
2021-09-14T09:05:52.978Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 6384d1b9-50a5-4d56-8e2c-9d2f7ec52231
2021-09-14T09:05:52.979Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 6384d1b9-50a5-4d56-8e2c-9d2f7ec52231
2021-09-14T09:05:52.979Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 a26a272c-cce6-47ed-aa6c-cb3cb9e3c49c ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-14T09:05:52.982Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1a951032, org.onap.sdc.toscaparser.api.parameters.Input@3e6cd338, org.onap.sdc.toscaparser.api.parameters.Input@1c2a58e9, org.onap.sdc.toscaparser.api.parameters.Input@39cfc735, org.onap.sdc.toscaparser.api.parameters.Input@be954be]
2021-09-14T09:05:52.982Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T09:05:52.983Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T09:05:52.983Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 6384d1b9-50a5-4d56-8e2c-9d2f7ec52231: test-pnf
2021-09-14T09:05:52.983Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||INFO|500||Processing PNF resource: a26a272c-cce6-47ed-aa6c-cb3cb9e3c49c
2021-09-14T09:05:52.983Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-14T09:05:52.983Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T09:05:52.983Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||INFO|500||Resource customization UUID: 93f5dd2d-9ad6-4dc9-ba3a-9b1d26e996ea is the same as notified resource customizationUUID: 93f5dd2d-9ad6-4dc9-ba3a-9b1d26e996ea
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_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-09-14T09:05:53.015Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf a26a272c-cce6-47ed-aa6c-cb3cb9e3c49c 0 ASDC deployResourceStructure
2021-09-14T09:05:53.015Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-09-14T09:05:53.015Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-14T09:05:53.015Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-14T09:05:53.016Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-14T09:05:53.018Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T09:05:53.018Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631610353015,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-14T09:05:53.119Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-14T09:05:53.120Z||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-09-14T09:05:53.120Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T09:05:53.127Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:05:53.127Z||pool-133-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-14T09:05:53.141Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:05:53.141Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:05:53.141Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e05932-2a92-4a28-95e7-5724aaf0268c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631610335867,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-14T09:05:53.142Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T09:05:53.142Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:05:53.142Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631610336899,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:05:53.142Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:05:53.142Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:05:53.142Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631610336899,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:05:53.142Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:05:53.142Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:05:53.142Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631610336899,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:05:53.142Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:05:53.142Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:05:53.142Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631610336899,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:05:53.142Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:05:53.142Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:05:53.142Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631610336899,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:05:53.143Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:05:53.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:05:53.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631610336899,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:05:53.143Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:05:53.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:05:53.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631610336899,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:05:53.143Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:05:53.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:05:53.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631610336899,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-14T09:05:53.143Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:05:53.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:05:53.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631610336899,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-14T09:05:53.143Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-14T09:05:53.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T09:05:53.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631610350871,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-14T09:05:53.143Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T09:05:54.019Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 95057a61-6d13-4d52-82eb-e019d4c8c8d1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-09-14T09:05:54.029Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 95057a61-6d13-4d52-82eb-e019d4c8c8d1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-14T09:05:54.031Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-14T09:05:54.031Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-14T09:05:54.031Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-14T09:05:54.032Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-14T09:05:54.032Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-14T09:05:54.032Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-14T09:05:54.032Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-14T09:05:54.032Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-14T09:05:54.032Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-14T09:05:54.032Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-14T09:05:54.032Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-14T09:05:54.032Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|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-09-14T09:05:54.037Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-14T09:06:24.038Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 95057a61-6d13-4d52-82eb-e019d4c8c8d1 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-09-14T09:06:24.056Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 95057a61-6d13-4d52-82eb-e019d4c8c8d1 and serviceModelVersionId: 6384d1b9-50a5-4d56-8e2c-9d2f7ec52231
2021-09-14T09:06:24.056Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3be96d33-8086-4ca1-aadf-b3d67856cf58
2021-09-14T09:06:24.058Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3be96d33-8086-4ca1-aadf-b3d67856cf58/model-vers/model-ver/6384d1b9-50a5-4d56-8e2c-9d2f7ec52231?depth=0
2021-09-14T09:06:24.069Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-09-14T09:06:24.134Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3be96d33-8086-4ca1-aadf-b3d67856cf58/model-vers/model-ver/6384d1b9-50a5-4d56-8e2c-9d2f7ec52231?depth=0|INFO|500||Invoke
2021-09-14T09:06:24.135Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3be96d33-8086-4ca1-aadf-b3d67856cf58/model-vers/model-ver/6384d1b9-50a5-4d56-8e2c-9d2f7ec52231?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3be96d33-8086-4ca1-aadf-b3d67856cf58/model-vers/model-ver/6384d1b9-50a5-4d56-8e2c-9d2f7ec52231?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[95057a61-6d13-4d52-82eb-e019d4c8c8d1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fa8ec10f-29c6-4ea7-b98f-243258a81d38], X-ECOMP-RequestID=[95057a61-6d13-4d52-82eb-e019d4c8c8d1], X-TransactionId=[], X-ONAP-RequestID=[95057a61-6d13-4d52-82eb-e019d4c8c8d1], Content-Type=[application/merge-patch+json]}
2021-09-14T09:06:24.163Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3be96d33-8086-4ca1-aadf-b3d67856cf58/model-vers/model-ver/6384d1b9-50a5-4d56-8e2c-9d2f7ec52231?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-14T09:06:24.590Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3be96d33-8086-4ca1-aadf-b3d67856cf58/model-vers/model-ver/6384d1b9-50a5-4d56-8e2c-9d2f7ec52231?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3be96d33-8086-4ca1-aadf-b3d67856cf58/model-vers/model-ver/6384d1b9-50a5-4d56-8e2c-9d2f7ec52231?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210914-09:06:24:166-23912], vertex-id=[454656], Content-Length=[0], Date=[Tue, 14 Sep 2021 09:06:24 GMT], Content-Type=[application/json]}
2021-09-14T09:06:24.591Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3be96d33-8086-4ca1-aadf-b3d67856cf58/model-vers/model-ver/6384d1b9-50a5-4d56-8e2c-9d2f7ec52231?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-14T09:06:24.591Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3be96d33-8086-4ca1-aadf-b3d67856cf58/model-vers/model-ver/6384d1b9-50a5-4d56-8e2c-9d2f7ec52231?depth=0|INFO|500||InvokeReturn
2021-09-14T09:06:24.592Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-14T09:06:24.592Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-14T09:06:24.598Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|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-09-14T09:06:24.599Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 95057a61-6d13-4d52-82eb-e019d4c8c8d1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-14T09:06:24.599Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-14T09:06:24.600Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-14T09:06:24.602Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T09:06:24.602Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631610384599,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-14T09:06:24.707Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2021-09-14T09:06:24.716Z||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-09-14T09:06:24.716Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T09:06:24.745Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:06:24.746Z||pool-134-thread-1|||||INFO|500||cambria reply ok (39 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-09-14T09:06:25.621Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:06:25.621Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|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-09-14T09:06:25.621Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:06:35.205Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:06:35.205Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:06:35.206Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T09:06:35.206Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WPtcGInsZEvlhAbl) ...
2021-09-14T09:06:44.859Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:06:44.860Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:06:44.860Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T09:06:44.860Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WPtcGInsZEvlhAbl) ...
2021-09-14T09:06:52.769Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:06:52.770Z||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-09-14T09:06:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:06:52.806Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:06:52.807Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T09:06:52.807Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631610353015,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-14T09:06:52.808Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T09:06:54.445Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:06:54.446Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:06:54.446Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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-09-14T09:06:54.446Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:07:04.007Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:07:52.763Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:07:52.765Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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-09-14T09:07:52.765Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:07:52.768Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:07:52.769Z||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-09-14T09:07:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:07:53.342Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:07:53.344Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-14T09:07:53.345Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95057a61-6d13-4d52-82eb-e019d4c8c8d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631610384599,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-14T09:07:53.349Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T09:08:02.444Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:08:52.762Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:08:52.769Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:08:52.769Z||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-09-14T09:08:52.769Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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-09-14T09:08:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:08:52.770Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:09:02.393Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:09:02.442Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:09:52.761Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:09:52.762Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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-09-14T09:09:52.763Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:09:52.768Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:09:52.769Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|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-09-14T09:09:52.769Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:10:02.334Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:10:02.372Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:10:52.761Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:10:52.762Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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-09-14T09:10:52.762Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:10:52.769Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:10:52.770Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|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-09-14T09:10:52.770Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:11:02.344Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:11:02.352Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:11:52.761Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:11:52.763Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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-09-14T09:11:52.763Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:11:52.769Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:11:52.769Z||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-09-14T09:11:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:12:02.329Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:12:02.349Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:12:52.763Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:12:52.766Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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-09-14T09:12:52.767Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:12:52.769Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:12:52.769Z||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-09-14T09:12:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:13:02.329Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:13:02.351Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:13:52.762Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:13:52.763Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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-09-14T09:13:52.763Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:13:52.769Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:13:52.770Z||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-09-14T09:13:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:14:02.335Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:14:02.396Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:14:52.761Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:14:52.763Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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-09-14T09:14:52.763Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:14:52.769Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:14:52.769Z||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-09-14T09:14:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:15:02.326Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:15:02.361Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:15:52.761Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:15:52.764Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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-09-14T09:15:52.766Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:15:52.769Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:15:52.769Z||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-09-14T09:15:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:16:02.323Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:16:02.389Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:16:52.761Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:16:52.765Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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-09-14T09:16:52.765Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:16:52.769Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:16:52.769Z||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-09-14T09:16:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:17:02.350Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:17:02.363Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:17:52.761Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:17:52.764Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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-09-14T09:17:52.764Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:17:52.769Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:17:52.769Z||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-09-14T09:17:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:18:02.331Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:18:02.331Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:18:52.762Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:18:52.764Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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-09-14T09:18:52.764Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:18:52.769Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:18:52.769Z|03e05932-2a92-4a28-95e7-5724aaf0268c|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-09-14T09:18:52.769Z|03e05932-2a92-4a28-95e7-5724aaf0268c|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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:19:02.337Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:19:02.341Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:19:52.761Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:19:52.763Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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-09-14T09:19:52.764Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:19:52.769Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:19:52.770Z|03e05932-2a92-4a28-95e7-5724aaf0268c|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-09-14T09:19:52.770Z|03e05932-2a92-4a28-95e7-5724aaf0268c|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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:20:02.328Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:20:02.331Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:20:52.761Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:20:52.764Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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-09-14T09:20:52.764Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:20:52.769Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:20:52.769Z||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-09-14T09:20:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:21:02.323Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:21:02.323Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:21:52.762Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:21:52.764Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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-09-14T09:21:52.764Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:21:52.769Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:21:52.769Z||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-09-14T09:21:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:22:02.323Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:22:02.324Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:22:52.763Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:22:52.766Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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-09-14T09:22:52.766Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:22:52.770Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:22:52.771Z||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-09-14T09:22:52.771Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:23:02.330Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:23:02.340Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:23:52.761Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:23:52.763Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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-09-14T09:23:52.763Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:23:52.769Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:23:52.770Z|03e05932-2a92-4a28-95e7-5724aaf0268c|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-09-14T09:23:52.770Z|03e05932-2a92-4a28-95e7-5724aaf0268c|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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:24:02.360Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:24:02.361Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:24:52.761Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:24:52.765Z||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-09-14T09:24:52.766Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:24:52.769Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:24:52.769Z||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-09-14T09:24:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:25:02.339Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:25:02.414Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:25:52.761Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:25:52.764Z||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-09-14T09:25:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:25:52.769Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:25:52.769Z||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-09-14T09:25:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:26:02.316Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:26:02.342Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:26:52.761Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:26:52.765Z||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-09-14T09:26:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:26:52.769Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:26:52.769Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|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-09-14T09:26:52.769Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:27:02.320Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:27:02.332Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:27:52.762Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:27:52.765Z||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-09-14T09:27:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:27:52.768Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:27:52.769Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|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-09-14T09:27:52.769Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:28:02.330Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:28:02.341Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:28:52.760Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:28:52.761Z||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-09-14T09:28:52.762Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:28:52.768Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:28:52.769Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|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-09-14T09:28:52.769Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:29:02.325Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:29:02.338Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:29:52.761Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:29:52.764Z||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-09-14T09:29:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:29:52.769Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:29:52.769Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|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-09-14T09:29:52.769Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:30:02.344Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:30:02.365Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:30:52.761Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:30:52.763Z||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-09-14T09:30:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:30:52.768Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:30:52.769Z||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-09-14T09:30:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:31:02.338Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:31:02.341Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:31:52.761Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:31:52.764Z|45183997-5fa2-4227-b4c1-5d211532fc0f|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-09-14T09:31:52.764Z|45183997-5fa2-4227-b4c1-5d211532fc0f|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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:31:52.769Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:31:52.769Z||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-09-14T09:31:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:32:02.341Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:32:02.371Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:32:52.762Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:32:52.764Z||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-09-14T09:32:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:32:52.769Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:32:52.769Z||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-09-14T09:32:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:33:02.318Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:33:02.353Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:33:52.762Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:33:52.766Z||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-09-14T09:33:52.766Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:33:52.769Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:33:52.769Z|03e05932-2a92-4a28-95e7-5724aaf0268c|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-09-14T09:33:52.770Z|03e05932-2a92-4a28-95e7-5724aaf0268c|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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:34:02.354Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:34:02.354Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:34:52.766Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:34:52.769Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:34:52.774Z||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-09-14T09:34:52.774Z||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-09-14T09:34:52.775Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:34:52.775Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:35:02.361Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:35:02.366Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:35:52.761Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:35:52.762Z||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-09-14T09:35:52.763Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:35:52.769Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:35:52.769Z||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-09-14T09:35:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:36:02.341Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:36:02.359Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:36:52.762Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:36:52.764Z||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-09-14T09:36:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:36:52.768Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:36:52.769Z||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-09-14T09:36:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:37:02.355Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:37:02.368Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:37:52.762Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:37:52.764Z||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-09-14T09:37:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:37:52.769Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:37:52.769Z|03e05932-2a92-4a28-95e7-5724aaf0268c|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-09-14T09:37:52.769Z|03e05932-2a92-4a28-95e7-5724aaf0268c|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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:38:02.361Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:38:02.405Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:38:52.762Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:38:52.764Z||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-09-14T09:38:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:38:52.769Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:38:52.769Z||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-09-14T09:38:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:39:02.334Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:39:02.344Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:39:52.762Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:39:52.765Z||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-09-14T09:39:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:39:52.769Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:39:52.769Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|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-09-14T09:39:52.769Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:40:02.343Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:40:02.344Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:40:52.762Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:40:52.764Z||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-09-14T09:40:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:40:52.769Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:40:52.769Z|45183997-5fa2-4227-b4c1-5d211532fc0f|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-09-14T09:40:52.769Z|45183997-5fa2-4227-b4c1-5d211532fc0f|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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:41:02.340Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:41:02.341Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:41:52.764Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:41:52.766Z||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-09-14T09:41:52.766Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:41:52.769Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:41:52.769Z|03e05932-2a92-4a28-95e7-5724aaf0268c|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-09-14T09:41:52.769Z|03e05932-2a92-4a28-95e7-5724aaf0268c|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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:42:02.335Z|03e05932-2a92-4a28-95e7-5724aaf0268c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:42:02.339Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:42:52.761Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:42:52.762Z||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-09-14T09:42:52.762Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:42:52.769Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:42:52.769Z||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-09-14T09:42:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:43:02.336Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:43:02.356Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:43:52.762Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:43:52.764Z||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-09-14T09:43:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:43:52.769Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:43:52.769Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|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-09-14T09:43:52.769Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:44:02.316Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:44:02.326Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:44:52.761Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:44:52.763Z||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-09-14T09:44:52.763Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:44:52.769Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:44:52.769Z|45183997-5fa2-4227-b4c1-5d211532fc0f|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-09-14T09:44:52.769Z|45183997-5fa2-4227-b4c1-5d211532fc0f|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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:45:02.392Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:45:02.393Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:45:52.761Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:45:52.766Z||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-09-14T09:45:52.766Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:45:52.769Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:45:52.769Z||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-09-14T09:45:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:46:02.327Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:46:02.329Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:46:52.762Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:46:52.769Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:46:52.769Z||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-09-14T09:46:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:46:52.769Z||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-09-14T09:46:52.771Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:47:02.334Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:47:02.334Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:47:52.762Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:47:52.764Z||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-09-14T09:47:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:47:52.769Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:47:52.769Z||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-09-14T09:47:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:48:02.329Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:48:02.353Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:48:52.762Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:48:52.765Z||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-09-14T09:48:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:48:52.768Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:48:52.769Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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-09-14T09:48:52.769Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:49:02.327Z|16dbd5e7-409b-441a-b909-5e8a5beb4b96|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:49:02.328Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:49:52.762Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:49:52.764Z||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-09-14T09:49:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:49:52.769Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:49:52.769Z||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-09-14T09:49:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:50:02.328Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:50:02.346Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:50:52.761Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:50:52.763Z||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-09-14T09:50:52.763Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:50:52.769Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:50:52.769Z||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-09-14T09:50:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:51:02.337Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:51:02.337Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:51:52.761Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:51:52.764Z||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-09-14T09:51:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:51:52.769Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:51:52.769Z||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-09-14T09:51:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:52:02.346Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:52:02.354Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:52:52.762Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:52:52.765Z||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-09-14T09:52:52.766Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:52:52.770Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:52:52.771Z||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-09-14T09:52:52.771Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:53:02.334Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:53:02.353Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:53:52.762Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:53:52.764Z||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-09-14T09:53:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:53:52.769Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T09:53:52.769Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|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-09-14T09:53:52.769Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|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 WPtcGInsZEvlhAbl) ...
2021-09-14T09:54:02.335Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-14T09:54:02.336Z|95057a61-6d13-4d52-82eb-e019d4c8c8d1|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK