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-10T06:31:16.351Z||main|||||INFO|500||The following profiles are active: basic
2021-09-10T06:31:30.481Z||main|||||INFO|500||Starting service [Tomcat]
2021-09-10T06:31:30.482Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-09-10T06:31:30.703Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-09-10T06:31:35.840Z||main|||||INFO|500||catdb-pool - Starting...
2021-09-10T06:31:36.285Z||main|||||INFO|500||catdb-pool - Start completed.
2021-09-10T06:31:37.011Z||main|||||INFO|500||reqdb-pool - Starting...
2021-09-10T06:31:37.019Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-09-10T06:31:37.272Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-09-10T06:31:37.710Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-09-10T06:31:38.569Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-09-10T06:31:45.557Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-10T06:31:48.185Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-10T06:31:48.252Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-09-10T06:31:48.945Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-10T06:31:49.125Z||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-10T06:31:50.546Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-10T06:31:51.833Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-09-10T06:31:51.887Z||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$$b734f26c.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-10T06:31:51.888Z||main|||||WARN|500||The sdc end point is not alive
2021-09-10T06:31:55.758Z||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-10T06:31:58.651Z||main|||||WARN|500||---
2021-09-10T06:31:58.652Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-09-10T06:31:58.652Z||main|||||WARN|500||---
2021-09-10T06:31:59.201Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-09-10T06:32:04.582Z||main|||||INFO|500||Started Application in 52.526 seconds (JVM running for 58.459)
2021-09-10T06:32:04.605Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-10T06:32:04.608Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-10T06:32:04.628Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-10T06:32:04.659Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-10T06:32:04.700Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f4bb3cab-4a3f-46be-ba4f-05f7084410aa url= /sdc/v1/artifactTypes
2021-09-10T06:32:04.701Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-10T06:32:05.037Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-10T06:32:05.056Z||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-10T06:32:05.076Z||scheduling-1|||||DEBUG|500||create keys
2021-09-10T06:32:05.087Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-10T06:32:05.123Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T06:32:05.150Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 9ece0642-9b37-47c2-8a1b-7653071b27f0 url= /sdc/v1/registerForDistribution
2021-09-10T06:32:05.274Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 9ece0642-9b37-47c2-8a1b-7653071b27f0 url= /sdc/v1/registerForDistribution
2021-09-10T06:32:05.275Z||scheduling-1|||||INFO|500||start DistributionClient
2021-09-10T06:32:05.288Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:32:05.288Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:32:05.294Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-09-10T06:32:05.295Z||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-10T06:32:05.295Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:32:05.301Z||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-10T06:32:05.302Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:32:15.691Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T06:32:15.732Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T06:33:05.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:33:05.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:33:05.289Z||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-10T06:33:05.294Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:33:05.297Z||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-10T06:33:05.297Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:33:14.871Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T06:33:14.945Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T06:34:05.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:34:05.288Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:34:05.289Z||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-10T06:34:05.289Z||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-10T06:34:05.289Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:34:05.289Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:34:14.877Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T06:34:14.898Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T06:35:05.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:35:05.286Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:35:05.288Z||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-10T06:35:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:35:05.292Z||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-10T06:35:05.292Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:35:14.873Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T06:35:14.878Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T06:36:05.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:36:05.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:36:05.287Z||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-10T06:36:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:36:05.288Z||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-10T06:36:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:36:14.853Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T06:36:14.863Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T06:37:05.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:37:05.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:37:05.289Z||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-10T06:37:05.289Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:37:05.289Z||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-10T06:37:05.292Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:37:14.853Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T06:37:14.854Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T06:38:05.286Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:38:05.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:38:05.288Z||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-10T06:38:05.289Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:38:05.288Z||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-10T06:38:05.297Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:38:14.857Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T06:38:14.861Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T06:39:05.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:39:05.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:39:05.288Z||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-10T06:39:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:39:05.288Z||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-10T06:39:05.289Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:39:14.836Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T06:39:14.836Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T06:40:05.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:40:05.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:40:05.296Z||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-10T06:40:05.296Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:40:05.297Z||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-10T06:40:05.297Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:40:14.855Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T06:40:14.862Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T06:41:05.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:41:05.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:41:05.290Z||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-10T06:41:05.290Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:41:05.290Z||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-10T06:41:05.291Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:41:14.876Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T06:41:14.878Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T06:41:41.739Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-10T06:42:05.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:42:05.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:42:05.291Z||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-10T06:42:05.291Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:42:05.291Z||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-10T06:42:05.292Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:42:14.842Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T06:42:14.860Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T06:43:05.283Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:43:05.284Z||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-10T06:43:05.284Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:43:05.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:43:05.287Z||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-10T06:43:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:43:14.839Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T06:43:14.862Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T06:44:05.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:44:05.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:44:05.288Z||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-10T06:44:05.288Z||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-10T06:44:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:44:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:44:14.838Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T06:44:14.855Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T06:45:05.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:45:05.284Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:45:05.288Z||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-10T06:45:05.288Z||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-10T06:45:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:45:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:45:14.843Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T06:45:14.850Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T06:46:05.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:46:05.287Z||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-10T06:46:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:46:05.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:46:05.292Z||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-10T06:46:05.293Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:46:14.837Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T06:46:14.880Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T06:47:05.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:47:05.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:47:05.287Z||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-10T06:47:05.287Z||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-10T06:47:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:47:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:47:14.849Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T06:47:14.851Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T06:48:05.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:48:05.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:48:05.287Z||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-10T06:48:05.287Z||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-10T06:48:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:48:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:48:14.840Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T06:48:14.842Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T06:49:05.284Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:49:05.285Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:49:05.287Z||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-10T06:49:05.287Z||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-10T06:49:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:49:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:49:14.852Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T06:49:14.852Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T06:50:05.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:50:05.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:50:05.288Z||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-10T06:50:05.288Z||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-10T06:50:05.289Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:50:05.289Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:50:14.857Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T06:50:14.857Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T06:51:05.283Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:51:05.284Z||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-10T06:51:05.285Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:51:05.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:51:05.287Z||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-10T06:51:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:51:14.862Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T06:51:14.862Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T06:52:05.284Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:52:05.286Z||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-10T06:52:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:52:05.289Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:52:05.289Z||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-10T06:52:05.291Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:52:14.838Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T06:52:14.841Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T06:53:05.283Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:53:05.284Z||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-10T06:53:05.284Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:53:05.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:53:05.287Z||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-10T06:53:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:53:14.877Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T06:53:14.883Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T06:54:05.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:54:05.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:54:05.287Z||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-10T06:54:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:54:05.287Z||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-10T06:54:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:54:14.859Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T06:54:14.866Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T06:55:05.284Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:55:05.285Z||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-10T06:55:05.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:55:05.286Z||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-10T06:55:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:55:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:55:14.835Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T06:55:14.836Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T06:56:05.284Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:56:05.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:56:05.287Z||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-10T06:56:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:56:05.289Z||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-10T06:56:05.289Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:56:14.848Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T06:56:14.847Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T06:57:05.284Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:57:05.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:57:05.286Z||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-10T06:57:05.286Z||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-10T06:57:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:57:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:57:14.841Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T06:57:14.854Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T06:58:05.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:58:05.287Z||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-10T06:58:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:58:05.290Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:58:05.290Z||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-10T06:58:05.291Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:58:14.837Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T06:58:14.837Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T06:59:05.283Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:59:05.284Z||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-10T06:59:05.285Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:59:05.285Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:59:05.286Z||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-10T06:59:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:59:14.831Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T06:59:14.833Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:00:05.284Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:00:05.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:00:05.286Z||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-10T07:00:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:00:05.286Z||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-10T07:00:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:00:14.836Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:00:14.839Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:01:05.284Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:01:05.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:01:05.286Z||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-10T07:01:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:01:05.286Z||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-10T07:01:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:01:14.863Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:01:14.872Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:02:05.284Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:02:05.285Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:02:05.286Z||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-10T07:02:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:02:05.286Z||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-10T07:02:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:02:14.836Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:02:14.862Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:03:05.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:03:05.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:03:05.289Z||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-10T07:03:05.289Z||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-10T07:03:05.289Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:03:05.289Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:03:14.848Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:03:14.848Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:04:05.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:04:05.287Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:04:05.289Z||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-10T07:04:05.289Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:04:05.292Z||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-10T07:04:05.294Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:04:14.842Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:04:14.863Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:05:05.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:05:05.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:05:05.289Z||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-10T07:05:05.289Z||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-10T07:05:05.290Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:05:05.290Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:05:14.851Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:05:14.851Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:06:05.284Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:06:05.285Z||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-10T07:06:05.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:06:05.286Z||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-10T07:06:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:06:05.285Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:06:14.843Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:06:14.843Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:07:05.284Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:07:05.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:07:05.286Z||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-10T07:07:05.286Z||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-10T07:07:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:07:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:07:14.835Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:07:14.840Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:08:05.283Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:08:05.284Z||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-10T07:08:05.284Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:08:05.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:08:05.286Z||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-10T07:08:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:08:14.869Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:08:14.869Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:09:05.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:09:05.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:09:05.287Z||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-10T07:09:05.287Z||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-10T07:09:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:09:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:09:14.846Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:09:14.846Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:10:05.283Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:10:05.284Z||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-10T07:10:05.284Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:10:05.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:10:05.287Z||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-10T07:10:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:10:14.843Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:10:14.845Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:11:05.286Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:11:05.284Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:11:05.289Z||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-10T07:11:05.289Z||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-10T07:11:05.289Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:11:05.289Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:11:14.858Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:11:14.868Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:12:05.283Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:12:05.284Z||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-10T07:12:05.285Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:12:05.285Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:12:05.286Z||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-10T07:12:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:12:14.852Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:12:14.878Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:13:05.284Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:13:05.285Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:13:05.286Z||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-10T07:13:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:13:05.286Z||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-10T07:13:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:13:14.839Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:13:14.851Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:14:05.284Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:14:05.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:14:05.286Z||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-10T07:14:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:14:05.286Z||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-10T07:14:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:14:14.850Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:14:14.853Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:15:05.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:15:05.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:15:05.286Z||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-10T07:15:05.286Z||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-10T07:15:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:15:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:15:14.836Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:15:14.845Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:16:05.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:16:05.285Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:16:05.287Z||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-10T07:16:05.287Z||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-10T07:16:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:16:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:16:14.856Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:16:14.858Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:17:05.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:17:05.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:17:05.286Z||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-10T07:17:05.286Z||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-10T07:17:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:17:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:17:14.852Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:17:14.858Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:18:05.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:18:05.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:18:05.287Z||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-10T07:18:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:18:05.287Z||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-10T07:18:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:18:14.847Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:18:14.846Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:19:05.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:19:05.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:19:05.286Z||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-10T07:19:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:19:05.286Z||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-10T07:19:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:19:14.849Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:19:14.847Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:20:05.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:20:05.285Z||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-10T07:20:05.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:20:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:20:05.287Z||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-10T07:20:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:20:14.846Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:20:14.846Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:21:05.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:21:05.286Z||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-10T07:21:05.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:21:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:21:05.287Z||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-10T07:21:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:21:14.843Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:21:14.843Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:22:05.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:22:05.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:22:05.287Z||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-10T07:22:05.287Z||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-10T07:22:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:22:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:22:14.837Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:22:14.869Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:23:05.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:23:05.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:23:05.287Z||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-10T07:23:05.287Z||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-10T07:23:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:23:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:23:14.856Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:23:14.857Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:24:05.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:24:05.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:24:05.286Z||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-10T07:24:05.286Z||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-10T07:24:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:24:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:24:14.842Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:24:14.846Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:25:05.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:25:05.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:25:05.286Z||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-10T07:25:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:25:05.286Z||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-10T07:25:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:25:14.844Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:25:14.849Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:26:05.284Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:26:05.285Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:26:05.286Z||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-10T07:26:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:26:05.286Z||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-10T07:26:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:26:14.858Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:26:14.863Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:27:05.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:27:05.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:27:05.291Z||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-10T07:27:05.291Z||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-10T07:27:05.292Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:27:05.292Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:27:14.843Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:27:14.844Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:28:05.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:28:05.286Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:28:05.289Z||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-10T07:28:05.289Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:28:05.289Z||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-10T07:28:05.290Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:28:14.854Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:28:14.858Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:29:05.286Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:29:05.284Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:29:05.290Z||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-10T07:29:05.290Z||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-10T07:29:05.290Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:29:05.290Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:29:14.856Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:29:14.860Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:30:05.284Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:30:05.286Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:30:05.288Z||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-10T07:30:05.288Z||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-10T07:30:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:30:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:30:14.850Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:30:14.853Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:31:05.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:31:05.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:31:05.292Z||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-10T07:31:05.292Z||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-10T07:31:05.293Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:31:05.293Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:31:14.869Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:31:14.904Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:32:05.283Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:32:05.284Z||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-10T07:32:05.284Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:32:05.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:32:05.286Z||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-10T07:32:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:32:14.849Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:32:14.863Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:33:05.287Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:33:05.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:33:05.294Z||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-10T07:33:05.294Z||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-10T07:33:05.295Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:33:05.295Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:33:14.842Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:33:14.842Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:34:05.283Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:34:05.284Z||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-10T07:34:05.284Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:34:05.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:34:05.286Z||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-10T07:34:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:34:14.836Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:34:14.859Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:35:05.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:35:05.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:35:05.286Z||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-10T07:35:05.286Z||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-10T07:35:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:35:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:35:14.849Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:35:14.869Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:36:05.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:36:05.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:36:05.286Z||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-10T07:36:05.286Z||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-10T07:36:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:36:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:36:14.849Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:36:14.858Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:37:05.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:37:05.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:37:05.286Z||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-10T07:37:05.286Z||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-10T07:37:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:37:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:37:14.860Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:37:14.861Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:38:05.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:38:05.285Z||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-10T07:38:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:38:05.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:38:05.287Z||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-10T07:38:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:38:14.834Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:38:14.834Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:39:05.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:39:05.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:39:05.292Z||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-10T07:39:05.292Z||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-10T07:39:05.292Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:39:05.292Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:39:14.861Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:39:14.863Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:40:05.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:40:05.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:40:05.287Z||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-10T07:40:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:40:05.287Z||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-10T07:40:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:40:14.852Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:40:14.856Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:41:05.288Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:41:05.288Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:41:05.297Z||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-10T07:41:05.297Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:41:05.297Z||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-10T07:41:05.298Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:41:14.850Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:41:14.850Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:42:05.283Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:42:05.284Z||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-10T07:42:05.285Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:42:05.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:42:05.286Z||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-10T07:42:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:42:14.857Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:42:14.858Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:43:05.284Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:43:05.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:43:05.286Z||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-10T07:43:05.286Z||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-10T07:43:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:43:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:43:14.843Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:43:14.845Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:44:05.284Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:44:05.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:44:05.286Z||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-10T07:44:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:44:05.287Z||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-10T07:44:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:44:14.835Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:44:14.850Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:45:05.284Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:45:05.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:45:05.286Z||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-10T07:45:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:45:05.286Z||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-10T07:45:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:45:14.846Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:45:14.853Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:46:05.284Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:46:05.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:46:05.286Z||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-10T07:46:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:46:05.286Z||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-10T07:46:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:46:14.838Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:46:14.852Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:47:05.284Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:47:05.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:47:05.286Z||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-10T07:47:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:47:05.286Z||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-10T07:47:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:47:14.834Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:47:14.859Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:48:05.284Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:48:05.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:48:05.287Z||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-10T07:48:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:48:05.287Z||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-10T07:48:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:48:14.863Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:48:14.898Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:49:05.286Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:49:05.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:49:05.293Z||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-10T07:49:05.294Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:49:05.293Z||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-10T07:49:05.294Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:49:14.846Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:49:14.849Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:50:05.283Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:50:05.285Z||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-10T07:50:05.285Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:50:05.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:50:05.286Z||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-10T07:50:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:50:14.844Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:50:14.844Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:51:05.284Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:51:05.285Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:51:05.285Z||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-10T07:51:05.291Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:51:05.291Z||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-10T07:51:05.291Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:51:14.844Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:51:14.844Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:52:05.284Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:52:05.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:52:05.286Z||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-10T07:52:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:52:05.286Z||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-10T07:52:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:52:14.848Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:52:14.886Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:53:05.284Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:53:05.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:53:05.286Z||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-10T07:53:05.286Z||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-10T07:53:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:53:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:53:14.831Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:53:14.832Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:54:05.284Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:54:05.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:54:05.286Z||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-10T07:54:05.286Z||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-10T07:54:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:54:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:54:14.841Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:54:14.841Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:55:05.284Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:55:05.285Z||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-10T07:55:05.285Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:55:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:55:05.286Z||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-10T07:55:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:55:14.842Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:55:14.845Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:56:05.284Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:56:05.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:56:05.286Z||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-10T07:56:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:56:05.290Z||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-10T07:56:05.291Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:56:14.855Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:56:14.865Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:57:05.284Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:57:05.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:57:05.286Z||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-10T07:57:05.286Z||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-10T07:57:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:57:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:57:14.836Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:57:14.841Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:58:05.284Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:58:05.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:58:05.286Z||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-10T07:58:05.286Z||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-10T07:58:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:58:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:58:14.892Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:58:14.894Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:59:05.284Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:59:05.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:59:05.286Z||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-10T07:59:05.286Z||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-10T07:59:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:59:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:59:14.841Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T07:59:14.841Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:00:05.284Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:00:05.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:00:05.286Z||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-10T08:00:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:00:05.286Z||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-10T08:00:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:00:14.893Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:00:14.895Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:01:05.284Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:01:05.286Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:01:05.287Z||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-10T08:01:05.287Z||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-10T08:01:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:01:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:01:14.852Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:01:14.863Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:02:05.284Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:02:05.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:02:05.286Z||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-10T08:02:05.286Z||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-10T08:02:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:02:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:02:14.846Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:02:14.848Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:03:05.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:03:05.291Z||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-10T08:03:05.291Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:03:05.292Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:03:05.292Z||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-10T08:03:05.292Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:03:14.845Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:03:14.860Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:04:05.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:04:05.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:04:05.290Z||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-10T08:04:05.290Z||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-10T08:04:05.291Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:04:05.291Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:04:14.837Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:04:14.840Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:05:05.283Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:05:05.284Z||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-10T08:05:05.284Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:05:05.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:05:05.287Z||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-10T08:05:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:05:14.827Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:05:14.832Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:06:05.284Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:06:05.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:06:05.286Z||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-10T08:06:05.286Z||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-10T08:06:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:06:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:06:14.851Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:06:14.866Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:07:05.284Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:07:05.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:07:05.286Z||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-10T08:07:05.286Z||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-10T08:07:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:07:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:07:14.848Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:07:14.848Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:08:05.284Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:08:05.286Z||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-10T08:08:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:08:05.286Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:08:05.287Z||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-10T08:08:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:08:14.840Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:08:14.853Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:09:05.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:09:05.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:09:05.293Z||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-10T08:09:05.294Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:09:05.302Z||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-10T08:09:05.303Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:09:14.861Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:09:14.861Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:10:05.283Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:10:05.285Z||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-10T08:10:05.285Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:10:05.285Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:10:05.286Z||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-10T08:10:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:10:14.845Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:10:14.845Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:11:05.284Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:11:05.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:11:05.287Z||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-10T08:11:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:11:05.287Z||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-10T08:11:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:11:14.846Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:11:14.844Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:12:05.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:12:05.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:12:05.285Z||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-10T08:12:05.286Z||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-10T08:12:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:12:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:12:14.862Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:12:14.862Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:13:05.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:13:05.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:13:05.286Z||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-10T08:13:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:13:05.286Z||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-10T08:13:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:13:14.866Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:13:14.866Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:14:05.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:14:05.286Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:14:05.286Z||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-10T08:14:05.286Z||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-10T08:14:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:14:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:14:14.837Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:14:14.858Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:15:05.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:15:05.286Z||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-10T08:15:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:15:05.288Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:15:05.288Z||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-10T08:15:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:15:14.834Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:15:14.874Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:16:05.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:16:05.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:16:05.286Z||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-10T08:16:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:16:05.287Z||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-10T08:16:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:16:14.845Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:16:14.847Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:17:05.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:17:05.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:17:05.286Z||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-10T08:17:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:17:05.286Z||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-10T08:17:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:17:14.841Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:17:14.842Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:18:05.285Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:18:05.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:18:05.287Z||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-10T08:18:05.287Z||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-10T08:18:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:18:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:18:14.841Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:18:14.841Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:19:05.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:19:05.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:19:05.288Z||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-10T08:19:05.288Z||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-10T08:19:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:19:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:19:14.867Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:19:14.886Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:20:05.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:20:05.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:20:05.286Z||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-10T08:20:05.286Z||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-10T08:20:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:20:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:20:14.837Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:20:14.845Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:21:05.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:21:05.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:21:05.291Z||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-10T08:21:05.291Z||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-10T08:21:05.292Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:21:05.292Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:21:14.859Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:21:14.864Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:22:05.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:22:05.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:22:05.289Z||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-10T08:22:05.289Z||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-10T08:22:05.289Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:22:05.289Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:22:14.846Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:22:14.860Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:23:05.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:23:05.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:23:05.290Z||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-10T08:23:05.290Z||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-10T08:23:05.291Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:23:05.291Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:23:14.846Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:23:14.861Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:24:05.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:24:05.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:24:05.292Z||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-10T08:24:05.292Z||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-10T08:24:05.293Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:24:05.293Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:24:14.847Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:24:14.858Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:25:05.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:25:05.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:25:05.291Z||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-10T08:25:05.291Z||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-10T08:25:05.292Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:25:05.292Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:25:14.850Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:25:14.865Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:26:05.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:26:05.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:26:05.292Z||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-10T08:26:05.293Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:26:05.292Z||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-10T08:26:05.293Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:26:14.851Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:26:14.874Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:27:05.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:27:05.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:27:05.290Z||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-10T08:27:05.290Z||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-10T08:27:05.290Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:27:05.290Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:27:14.841Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:27:14.851Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:28:05.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:28:05.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:28:05.287Z||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-10T08:28:05.287Z||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-10T08:28:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:28:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:28:14.844Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:28:14.862Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:29:05.286Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:29:05.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:29:05.288Z||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-10T08:29:05.289Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:29:05.288Z||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-10T08:29:05.289Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:29:14.849Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:29:14.866Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:30:05.283Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:30:05.284Z||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-10T08:30:05.285Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:30:05.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:30:05.286Z||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-10T08:30:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:30:14.863Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:30:14.863Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:31:05.286Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:31:05.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:31:05.292Z||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-10T08:31:05.292Z||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-10T08:31:05.292Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:31:05.293Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:31:14.854Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:31:14.862Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:32:05.284Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:32:05.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:32:05.289Z||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-10T08:32:05.290Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:32:05.289Z||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-10T08:32:05.290Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:32:14.903Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:32:14.902Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:33:05.284Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:33:05.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:33:05.291Z||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-10T08:33:05.291Z||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-10T08:33:05.292Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:33:05.292Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:33:05.426Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:33:05.431Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:33:05.432Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "policy-id",
  "timestamp": 1631262769666,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:33:05.469Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:33:05.470Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:33:05.470Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631262778585,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:33:05.471Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:33:05.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:33:05.471Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "cds",
  "timestamp": 1631262778864,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:33:05.471Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:33:05.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:33:05.472Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "policy-id",
  "timestamp": 1631262769666,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vfwa71fd3452c9a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:33:05.472Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:33:05.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:33:05.473Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631262778585,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vfwa71fd3452c9a0_modules.json",
  "status": "NOTIFIED"
}
2021-09-10T08:33:05.473Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:33:05.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:33:05.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "cds",
  "timestamp": 1631262778864,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vfwa71fd3452c9a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:33:05.474Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:33:05.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:33:05.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "policy-id",
  "timestamp": 1631262769666,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-10T08:33:05.475Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:33:05.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:33:05.476Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631262778585,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-10T08:33:05.476Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:33:05.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:33:05.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "cds",
  "timestamp": 1631262778864,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:33:05.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:33:05.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:33:05.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "policy-id",
  "timestamp": 1631262769666,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:33:05.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:33:05.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:33:05.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631262778585,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:33:05.479Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:33:05.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:33:05.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "cds",
  "timestamp": 1631262778864,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:33:05.480Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:33:05.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:33:05.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631262782441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:33:05.480Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:33:05.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:33:05.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "policy-id",
  "timestamp": 1631262769666,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:33:05.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:33:05.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:33:05.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "clamp",
  "timestamp": 1631262782500,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:33:05.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:33:05.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:33:05.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631262778585,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-10T08:33:05.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:33:05.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:33:05.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "cds",
  "timestamp": 1631262778864,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:33:05.484Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:33:05.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:33:05.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631262782441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vfwa71fd3452c9a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:33:05.485Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:33:05.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:33:05.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "policy-id",
  "timestamp": 1631262769666,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:33:05.486Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:33:05.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:33:05.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "clamp",
  "timestamp": 1631262782500,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vfwa71fd3452c9a0_modules.json",
  "status": "NOTIFIED"
}
2021-09-10T08:33:05.487Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:33:05.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:33:05.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631262778585,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:33:05.487Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:33:05.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:33:05.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "cds",
  "timestamp": 1631262778864,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:33:05.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:33:05.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:33:05.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631262782441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:33:05.489Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:33:05.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:33:05.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "policy-id",
  "timestamp": 1631262769666,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T08:33:05.490Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:33:05.490Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:33:05.490Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "aai-ml",
  "timestamp": 1631262784468,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:33:05.491Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:33:05.920Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:33:05.922Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:33:05.922Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"6e760893-5114-4347-847c-639b1089249f","serviceName":"vFW 2021-09-10 08-30-47","serviceVersion":"1.0","serviceUUID":"ed5d36a9-8c4e-47e1-b990-867173791701","serviceDescription":"catalog service description","serviceInvariantUUID":"4343a731-838a-4a6d-a2a4-f5073d29a117","resources":[{"resourceInstanceName":"vFW a71fd345-2c9a 0","resourceName":"vFW a71fd345-2c9a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"22a4c686-93f7-4dc5-a948-9962de577058","resourceInvariantUUID":"463bd9ae-bc17-4cf4-83bb-526f0a8247aa","resourceCustomizationUUID":"d9f89bfe-7bc4-4e64-b3cd-b02c9452cff7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vf-license-model.xml","artifactChecksum":"Y2IxYWVjYjlkOWRhNTEwY2FiM2QyMTE1YjY5MzFjZWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f845d78a-2b43-4885-aa6c-bbfda378e30b","artifactVersion":"1"},{"artifactName":"vfwa71fd3452c9a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vfwa71fd3452c9a0_modules.json","artifactChecksum":"ZDIzZDVmZjk1Nzc2ZDUwMmY1ODdjNjVkYWMxNmVjZmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0d0383db-bdc2-4d37-be54-b2ac78665188","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2ccf6aa9-3025-4949-bc52-7bb9fa907a01","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGRmZjUyMDdiMTE1NDBiYWMzMjMzZjg0MmNiNGRmY2I\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"38f2e8b5-8b29-47fd-a958-46ea619b22bb","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a06b8362-3b90-4288-b2fb-e338667cf224","artifactVersion":"2","generatedFromUUID":"2ccf6aa9-3025-4949-bc52-7bb9fa907a01"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210910083047-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-template.yml","artifactChecksum":"ODI0ZjJhOWMyNWQ5MzIzNWRiOGI0ZmQzZGVkYTM5MWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cfec13a8-0fd4-424d-8a01-564de5cbc569","artifactVersion":"1"},{"artifactName":"service-Vfw20210910083047-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar","artifactChecksum":"OTNjNzZkMDdkMDUwY2Y0YThjNWRmMDhmZmFjNzNjOGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f2a3cc79-af72-488a-a36f-7ae0a3631c5d","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-10T08:33:05.931Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T08:33:05.936Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:33:05.947Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:33:05.947Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631262785284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:33:06.047Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-09-10T08:33:06.051Z||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-10T08:33:06.051Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:33:06.062Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:33:06.064Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:33:06.952Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T08:33:06.953Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:33:06.954Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:33:06.955Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631262785284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vfwa71fd3452c9a0_modules.json",
  "status": "NOTIFIED"
}
2021-09-10T08:33:07.055Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T08:33:07.057Z||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-10T08:33:07.057Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:33:07.068Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:33:07.068Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:33:07.955Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T08:33:07.956Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:33:07.958Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:33:07.958Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631262785284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-10T08:33:08.061Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-09-10T08:33:08.063Z||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-10T08:33:08.064Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:33:08.077Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:33:08.078Z||pool-5-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:33:08.960Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T08:33:08.961Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:33:08.963Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:33:08.963Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631262785284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:33:09.063Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T08:33:09.064Z||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-10T08:33:09.064Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:33:09.076Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:33:09.077Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:33:09.963Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T08:33:09.965Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:33:09.967Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:33:09.967Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631262785284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-10T08:33:10.067Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T08:33:10.070Z||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-10T08:33:10.070Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:33:10.103Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:33:10.104Z||pool-7-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:33:10.971Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T08:33:10.972Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:33:10.974Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:33:10.975Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631262785284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:33:11.075Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T08:33:11.076Z||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-10T08:33:11.076Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:33:11.088Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:33:11.089Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-09-10T08:33:11.980Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T08:33:11.981Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:33:11.990Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:33:11.991Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631262785284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T08:33:12.090Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-10T08:33:12.091Z||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-10T08:33:12.091Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:33:12.106Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:33:12.107Z||pool-9-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:33:12.993Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "serviceName": "vFW 2021-09-10 08-30-47",
  "serviceVersion": "1.0",
  "serviceUUID": "ed5d36a9-8c4e-47e1-b990-867173791701",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "4343a731-838a-4a6d-a2a4-f5073d29a117",
  "resources": [
    {
      "resourceInstanceName": "vFW a71fd345-2c9a 0",
      "resourceCustomizationUUID": "d9f89bfe-7bc4-4e64-b3cd-b02c9452cff7",
      "resourceName": "vFW a71fd345-2c9a",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "22a4c686-93f7-4dc5-a948-9962de577058",
      "resourceInvariantUUID": "463bd9ae-bc17-4cf4-83bb-526f0a8247aa",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwa71fd3452c9a0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vfwa71fd3452c9a0_modules.json",
          "artifactChecksum": "ZDIzZDVmZjk1Nzc2ZDUwMmY1ODdjNjVkYWMxNmVjZmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0d0383db-bdc2-4d37-be54-b2ac78665188",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2ccf6aa9-3025-4949-bc52-7bb9fa907a01",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a06b8362-3b90-4288-b2fb-e338667cf224",
            "generatedFromUUID": "2ccf6aa9-3025-4949-bc52-7bb9fa907a01"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a06b8362-3b90-4288-b2fb-e338667cf224",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210910083047-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar",
      "artifactChecksum": "OTNjNzZkMDdkMDUwY2Y0YThjNWRmMDhmZmFjNzNjOGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f2a3cc79-af72-488a-a36f-7ae0a3631c5d"
    }
  ],
  "workloadContext": "Production"
}
2021-09-10T08:33:12.995Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-10T08:33:12.996Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ed5d36a9-8c4e-47e1-b990-867173791701 ASDC
2021-09-10T08:33:13.172Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:6e760893-5114-4347-847c-639b1089249f
ServiceName:vFW 2021-09-10 08-30-47
ServiceVersion:1.0
ServiceUUID:ed5d36a9-8c4e-47e1-b990-867173791701
ServiceInvariantUUID:4343a731-838a-4a6d-a2a4-f5073d29a117
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210910083047-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar
ArtifactUUID:f2a3cc79-af72-488a-a36f-7ae0a3631c5d
ArtifactChecksum:OTNjNzZkMDdkMDUwY2Y0YThjNWRmMDhmZmFjNzNjOGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW a71fd345-2c9a 0
ResourceCustomizationUUID:d9f89bfe-7bc4-4e64-b3cd-b02c9452cff7
ResourceInvariantUUID:463bd9ae-bc17-4cf4-83bb-526f0a8247aa
ResourceName:vFW a71fd345-2c9a
ResourceType:VF
ResourceUUID:22a4c686-93f7-4dc5-a948-9962de577058
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwa71fd3452c9a0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vfwa71fd3452c9a0_modules.json
ArtifactUUID:0d0383db-bdc2-4d37-be54-b2ac78665188
ArtifactChecksum:ZDIzZDVmZjk1Nzc2ZDUwMmY1ODdjNjVkYWMxNmVjZmI=
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/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.yaml
ArtifactUUID:2ccf6aa9-3025-4949-bc52-7bb9fa907a01
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/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.env
ArtifactUUID:a06b8362-3b90-4288-b2fb-e338667cf224
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/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.env
ArtifactUUID:a06b8362-3b90-4288-b2fb-e338667cf224
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-10T08:33:13.173Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ed5d36a9-8c4e-47e1-b990-867173791701 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-10T08:33:13.414Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-10T08:33:13.416Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-10T08:33:13.417Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-10T08:33:13.418Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f2a3cc79-af72-488a-a36f-7ae0a3631c5d from URL: /sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar
2021-09-10T08:33:13.418Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-10T08:33:13.419Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar
2021-09-10T08:33:16.304Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-10T08:33:16.323Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar f2a3cc79-af72-488a-a36f-7ae0a3631c5d 98771
2021-09-10T08:33:16.325Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar ASDC sendASDCNotification
2021-09-10T08:33:16.325Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar
2021-09-10T08:33:16.326Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-10T08:33:16.327Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:33:16.333Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:33:16.333Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631262796324,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-10T08:33:16.433Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-10T08:33:16.434Z||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-10T08:33:16.435Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:33:16.445Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:33:16.446Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:33:17.334Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-10T08:33:17.335Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-10T08:33:17.336Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: f2a3cc79-af72-488a-a36f-7ae0a3631c5d, URL: /sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar to file: /app/ASDC/1/service-Vfw20210910083047-csar.csar
2021-09-10T08:33:17.336Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210910083047-csar.csar
2021-09-10T08:33:17.441Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210910083047-csar.csar
2021-09-10T08:33:17.442Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210910083047-csar.csar
2021-09-10T08:33:18.496Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6572625470268488289/Definitions/service-Vfw20210910083047-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-09-10T08:33:21.202Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-10T08:33:21.207Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-09-10T08:33:21.207Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210910083047-csar.csar
2021-09-10T08:33:21.207Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-10T08:33:21.207Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210910083047-csar.csar
2021-09-10T08:33:21.207Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210910083047-csar.csar
2021-09-10T08:33:21.207Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210910083047-csar.csar
2021-09-10T08:33:21.207Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210910083047-csar.csar
2021-09-10T08:33:21.208Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210910083047-csar.csar
2021-09-10T08:33:21.208Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210910083047-csar.csar
2021-09-10T08:33:21.208Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210910083047-csar.csar
2021-09-10T08:33:21.208Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210910083047-csar.csar
2021-09-10T08:33:21.208Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210910083047-csar.csar
2021-09-10T08:33:21.208Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210910083047-csar.csar
2021-09-10T08:33:21.208Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210910083047-csar.csar
2021-09-10T08:33:21.208Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a71fd345-2c9a 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-Vfw20210910083047-csar.csar
2021-09-10T08:33:21.208Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210910083047-csar.csar
2021-09-10T08:33:21.209Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-09-10T08:33:21.215Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:33:21.216Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-10 08-30-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:33:21.220Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vFW a71fd345-2c9a 0 is matching search criteria
2021-09-10T08:33:21.221Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-09-10T08:33:21.222Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a71fd345-2c9a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-10T08:33:21.224Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:33:21.224Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-10 08-30-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:33:21.224Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vFW a71fd345-2c9a 0 is matching search criteria
2021-09-10T08:33:21.225Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-09-10T08:33:21.225Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a71fd345-2c9a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-10T08:33:21.225Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:33:21.225Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-10 08-30-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:33:21.229Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:33:21.229Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vFW a71fd345-2c9a 0 is not matching search criteria
2021-09-10T08:33:21.229Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-10T08:33:21.229Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-10T08:33:21.229Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-10T08:33:21.230Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-10T08:33:21.230Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-10T08:33:21.230Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-10T08:33:21.230Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-10T08:33:21.230Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-10T08:33:21.231Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-10T08:33:21.231Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-10T08:33:21.231Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-10T08:33:21.231Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-10T08:33:21.231Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-10T08:33:21.232Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-10T08:33:21.232Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-10T08:33:21.232Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-10T08:33:21.232Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:33:21.232Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-10 08-30-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-10T08:33:21.234Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:33:21.234Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vFW a71fd345-2c9a 0 is matching search criteria
2021-09-10T08:33:21.234Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a71fd345-2c9a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-10T08:33:21.235Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:33:21.235Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vFW a71fd345-2c9a 0 is matching search criteria
2021-09-10T08:33:21.235Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a71fd345-2c9a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-10T08:33:21.236Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:33:21.236Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vFW a71fd345-2c9a 0 is matching search criteria
2021-09-10T08:33:21.236Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a71fd345-2c9a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-10T08:33:21.236Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:33:21.237Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vFW a71fd345-2c9a 0 is not matching search criteria
2021-09-10T08:33:21.237Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-10T08:33:21.237Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-10T08:33:21.237Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-10T08:33:21.237Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-10T08:33:21.238Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-10T08:33:21.238Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-10T08:33:21.238Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-10T08:33:21.238Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-10T08:33:21.238Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-10T08:33:21.239Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-10T08:33:21.239Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-10T08:33:21.239Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ae646ff7-9af1-4a47-b851-c9be77e783e5
2021-09-10T08:33:21.239Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:33:21.239Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vFW a71fd345-2c9a 0 is not matching search criteria
2021-09-10T08:33:21.240Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-10T08:33:21.240Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-10T08:33:21.240Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-10T08:33:21.240Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-10T08:33:21.240Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-10T08:33:21.241Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-10T08:33:21.241Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-10T08:33:21.241Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-10T08:33:21.241Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-10T08:33:21.242Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-10T08:33:21.242Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-10T08:33:21.242Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-10T08:33:21.242Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4e18147c-15f5-4d77-b296-4b8c60beef4a
2021-09-10T08:33:21.243Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:33:21.243Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vFW a71fd345-2c9a 0 is not matching search criteria
2021-09-10T08:33:21.244Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-10T08:33:21.244Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-10T08:33:21.244Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-10T08:33:21.244Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-10T08:33:21.244Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-10T08:33:21.245Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-10T08:33:21.245Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-10T08:33:21.245Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-10T08:33:21.245Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-10T08:33:21.245Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-10T08:33:21.245Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-10T08:33:21.246Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-10T08:33:21.246Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bb4e1afd-5e81-4afe-be88-c231e00f797b
2021-09-10T08:33:21.246Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:33:21.246Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-10 08-30-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:33:21.247Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:33:21.247Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-10 08-30-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:33:21.247Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:33:21.247Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-10 08-30-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:33:21.248Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:33:21.248Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-10 08-30-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:33:21.248Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-09-10 08-30-47
Description:catalog service description
Model UUID:ed5d36a9-8c4e-47e1-b990-867173791701
Model Version:NULL
Model InvariantUuid:4343a731-838a-4a6d-a2a4-f5073d29a117
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW a71fd345-2c9a
Model UUID:f83779df-065a-4164-a964-f8ebad6963fe
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:463bd9ae-bc17-4cf4-83bb-526f0a8247aa
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d9f89bfe-7bc4-4e64-b3cd-b02c9452cff7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:50791085-a2fb-4529-8881-c9d493bb755f
ModelName:VfwA71fd3452c9a..base_vfw..module-0
ModelUuid:78ece1fd-2e84-405d-8774-9d9d283b57e9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ae646ff7-9af1-4a47-b851-c9be77e783e5
ModelInvariantUuid:2ee4ff9f-b58f-40d7-9412-e2cc56317ad9
ModelName:vFW a71fd345-2c9a-nodes.vfwCvfc
ModelUuid:569389e3-c4cb-44da-b6dc-ab493192b095
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:7a78cfe2-2081-4274-969d-5bd914b5d2f4
ModelInvariantUuid:3a8b949b-98aa-4f19-8be4-78a4482a49d1
ModelName:VfwA71fd3452c9a.compute.nodes.heat.vfw
ModelUuid:23ba48f3-74e0-49d7-aac7-5943948380d1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:4e18147c-15f5-4d77-b296-4b8c60beef4a
ModelInvariantUuid:c63479ba-b9eb-48c5-8c7f-adae846ad870
ModelName:vFW a71fd345-2c9a-nodes.vsnCvfc
ModelUuid:564d03e8-71b1-48e8-a2d7-a8132e3702a2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:88a181e8-59e2-451c-ba44-4781c62891a5
ModelInvariantUuid:4a030941-8cc3-4d17-9536-8fcebd21734b
ModelName:VfwA71fd3452c9a.compute.nodes.heat.vsn
ModelUuid:f602e236-f97c-45a9-af52-11cddbf51183
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:bb4e1afd-5e81-4afe-be88-c231e00f797b
ModelInvariantUuid:5ff6fe26-2e34-442d-84ec-65e8bacda54c
ModelName:vFW a71fd345-2c9a-nodes.vpgCvfc
ModelUuid:2831563a-ffa8-42b0-a5b7-ea4ab22d6305
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:4a4e88c1-2a56-4c3d-99e7-ab2a402418a1
ModelInvariantUuid:78fd84a5-a2ed-4b58-92ea-dd770eb3290e
ModelName:VfwA71fd3452c9a.compute.nodes.heat.vpg
ModelUuid:1feae10c-aa90-4834-a9e2-65c95281000c
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-10T08:33:21.292Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 22a4c686-93f7-4dc5-a948-9962de577058
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-10T08:33:21.406Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||vFW a71fd345-2c9a 0
2021-09-10T08:33:21.414Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 22a4c686-93f7-4dc5-a948-9962de577058
2021-09-10T08:33:21.414Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0d0383db-bdc2-4d37-be54-b2ac78665188 from URL: /sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vfwa71fd3452c9a0_modules.json
2021-09-10T08:33:21.415Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-10T08:33:21.415Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vfwa71fd3452c9a0_modules.json
2021-09-10T08:33:23.115Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-10T08:33:23.116Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vfwa71fd3452c9a0_modules.json 0d0383db-bdc2-4d37-be54-b2ac78665188 785
2021-09-10T08:33:23.116Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vfwa71fd3452c9a0_modules.json ASDC sendASDCNotification
2021-09-10T08:33:23.116Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vfwa71fd3452c9a0_modules.json
2021-09-10T08:33:23.117Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-10T08:33:23.117Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:33:23.120Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:33:23.120Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631262803116,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vfwa71fd3452c9a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-10T08:33:23.220Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-10T08:33:23.221Z||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-10T08:33:23.221Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:33:23.233Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:33:23.234Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-10T08:33:24.123Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA71fd3452c9a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "50791085-a2fb-4529-8881-c9d493bb755f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "78ece1fd-2e84-405d-8774-9d9d283b57e9",
    "vfModuleModelCustomizationUUID": "772d5e18-4bb5-4ce7-9a23-e70c273d1477",
    "isBase": true,
    "artifacts": [
      "2ccf6aa9-3025-4949-bc52-7bb9fa907a01",
      "a06b8362-3b90-4288-b2fb-e338667cf224"
    ],
    "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-10T08:33:24.142Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA71fd3452c9a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:78ece1fd-2e84-405d-8774-9d9d283b57e9
VfModuleModelInvariantUUID:50791085-a2fb-4529-8881-c9d493bb755f
VfModuleModelDescription:NULL
Artifacts UUID List:{
2ccf6aa9-3025-4949-bc52-7bb9fa907a01
,
a06b8362-3b90-4288-b2fb-e338667cf224

}
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-10T08:33:24.145Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA71fd3452c9a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "50791085-a2fb-4529-8881-c9d493bb755f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "78ece1fd-2e84-405d-8774-9d9d283b57e9",
    "vfModuleModelCustomizationUUID": "772d5e18-4bb5-4ce7-9a23-e70c273d1477",
    "isBase": true,
    "artifacts": [
      "2ccf6aa9-3025-4949-bc52-7bb9fa907a01",
      "a06b8362-3b90-4288-b2fb-e338667cf224"
    ],
    "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-10T08:33:24.176Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA71fd3452c9a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:78ece1fd-2e84-405d-8774-9d9d283b57e9
VfModuleModelInvariantUUID:50791085-a2fb-4529-8881-c9d493bb755f
VfModuleModelDescription:NULL
Artifacts UUID List:{
2ccf6aa9-3025-4949-bc52-7bb9fa907a01
,
a06b8362-3b90-4288-b2fb-e338667cf224

}
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-10T08:33:24.176Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2ccf6aa9-3025-4949-bc52-7bb9fa907a01 from URL: /sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.yaml
2021-09-10T08:33:24.178Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-10T08:33:24.182Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.yaml
2021-09-10T08:33:24.833Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-10T08:33:24.835Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.yaml 2ccf6aa9-3025-4949-bc52-7bb9fa907a01 20368
2021-09-10T08:33:24.835Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-10T08:33:24.835Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.yaml
2021-09-10T08:33:24.836Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-10T08:33:24.836Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:33:24.838Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:33:24.838Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631262804835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-10T08:33:24.938Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T08:33:24.939Z||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-10T08:33:24.939Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:33:24.950Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:33:24.951Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:33:25.839Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a06b8362-3b90-4288-b2fb-e338667cf224 from URL: /sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.env
2021-09-10T08:33:25.840Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-10T08:33:25.840Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.env
2021-09-10T08:33:26.279Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-10T08:33:26.280Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.env a06b8362-3b90-4288-b2fb-e338667cf224 2098
2021-09-10T08:33:26.280Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-10T08:33:26.280Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.env
2021-09-10T08:33:26.281Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-10T08:33:26.281Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:33:26.284Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:33:26.284Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631262806280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-10T08:33:26.384Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T08:33:26.385Z||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-10T08:33:26.385Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:33:26.396Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:33:26.397Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:33:27.285Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: ed5d36a9-8c4e-47e1-b990-867173791701
2021-09-10T08:33:27.285Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a71fd345-2c9a 0 22a4c686-93f7-4dc5-a948-9962de577058 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-10T08:33:27.331Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1a8f1045, org.onap.sdc.toscaparser.api.parameters.Input@3c284862, org.onap.sdc.toscaparser.api.parameters.Input@7f5a6266, org.onap.sdc.toscaparser.api.parameters.Input@45e06be, org.onap.sdc.toscaparser.api.parameters.Input@66312348]
2021-09-10T08:33:27.336Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:33:27.336Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-10 08-30-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:33:27.337Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2021-09-10T08:33:27.337Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= d9f89bfe-7bc4-4e64-b3cd-b02c9452cff7
2021-09-10T08:33:27.337Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d9f89bfe-7bc4-4e64-b3cd-b02c9452cff7 matches Tosca VF Customization UUID: d9f89bfe-7bc4-4e64-b3cd-b02c9452cff7
2021-09-10T08:33:27.337Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: d9f89bfe-7bc4-4e64-b3cd-b02c9452cff7  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-10T08:33:27.345Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:33:27.345Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-10 08-30-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:33:27.346Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id d9f89bfe-7bc4-4e64-b3cd-b02c9452cff7: {\"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-10T08:33:27.347Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@47b37548
2021-09-10T08:33:27.347Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:33:27.347Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-10 08-30-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-10T08:33:27.348Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 772d5e18-4bb5-4ce7-9a23-e70c273d1477
2021-09-10T08:33:27.349Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 772d5e18-4bb5-4ce7-9a23-e70c273d1477
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-10T08:33:27.355Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:33:27.356Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vFW a71fd345-2c9a 0 is matching search criteria
2021-09-10T08:33:27.356Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a71fd345-2c9a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-10T08:33:27.357Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:33:27.357Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vFW a71fd345-2c9a 0 is matching search criteria
2021-09-10T08:33:27.357Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a71fd345-2c9a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-10T08:33:27.357Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:33:27.358Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vFW a71fd345-2c9a 0 is not matching search criteria
2021-09-10T08:33:27.358Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-10T08:33:27.358Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-10T08:33:27.358Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-10T08:33:27.359Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-10T08:33:27.359Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-10T08:33:27.359Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-10T08:33:27.359Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-10T08:33:27.359Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-10T08:33:27.360Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-10T08:33:27.360Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-10T08:33:27.360Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-10T08:33:27.360Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ae646ff7-9af1-4a47-b851-c9be77e783e5
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-10T08:33:27.367Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:33:27.368Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vFW a71fd345-2c9a 0 is matching search criteria
2021-09-10T08:33:27.368Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a71fd345-2c9a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-10T08:33:27.368Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:33:27.369Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vFW a71fd345-2c9a 0 is not matching search criteria
2021-09-10T08:33:27.369Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-10T08:33:27.369Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-10T08:33:27.369Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-10T08:33:27.370Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-10T08:33:27.370Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-10T08:33:27.370Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-10T08:33:27.370Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-10T08:33:27.371Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-10T08:33:27.371Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-10T08:33:27.371Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-10T08:33:27.371Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-10T08:33:27.372Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-10T08:33:27.372Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4e18147c-15f5-4d77-b296-4b8c60beef4a
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-10T08:33:27.374Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:33:27.374Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vFW a71fd345-2c9a 0 is matching search criteria
2021-09-10T08:33:27.374Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a71fd345-2c9a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-10T08:33:27.377Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:33:27.377Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vFW a71fd345-2c9a 0 is not matching search criteria
2021-09-10T08:33:27.377Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-10T08:33:27.377Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-10T08:33:27.377Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-10T08:33:27.378Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-10T08:33:27.378Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-10T08:33:27.378Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-10T08:33:27.378Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-10T08:33:27.379Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-10T08:33:27.379Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-10T08:33:27.379Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-10T08:33:27.379Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-10T08:33:27.379Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-10T08:33:27.380Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bb4e1afd-5e81-4afe-be88-c231e00f797b
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-10T08:33:27.382Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:33:27.382Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vFW a71fd345-2c9a 0 is matching search criteria
2021-09-10T08:33:27.382Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a71fd345-2c9a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-10T08:33:27.383Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:33:27.383Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vFW a71fd345-2c9a 0 is matching search criteria
2021-09-10T08:33:27.383Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a71fd345-2c9a 0] matching following query criteria: sdcType=VF, customizationUUID=d9f89bfe-7bc4-4e64-b3cd-b02c9452cff7
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-10T08:33:27.385Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:33:27.385Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-10 08-30-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:33:27.386Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid ed5d36a9-8c4e-47e1-b990-867173791701: vFW a71fd345-2c9a
2021-09-10T08:33:27.386Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:33:27.386Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-10 08-30-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:33:27.387Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:33:27.387Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-10 08-30-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:33:27.387Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:33:27.387Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-10 08-30-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:33:27.388Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:33:27.388Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-10 08-30-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:33:27.388Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:33:27.388Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-10 08-30-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:33:27.389Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2021-09-10 08-30-47 
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-10T08:33:27.758Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a71fd345-2c9a 22a4c686-93f7-4dc5-a948-9962de577058 1 ASDC deployResourceStructure
2021-09-10T08:33:27.759Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vfwa71fd3452c9a0_modules.json ASDC sendASDCNotification
2021-09-10T08:33:27.759Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vfwa71fd3452c9a0_modules.json
2021-09-10T08:33:27.759Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-10T08:33:27.759Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:33:27.761Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:33:27.761Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631262807759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vfwa71fd3452c9a0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-10T08:33:27.861Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T08:33:27.862Z||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-10T08:33:27.863Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:33:27.874Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:33:27.874Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:33:28.762Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-10T08:33:28.763Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.yaml
2021-09-10T08:33:28.763Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-10T08:33:28.763Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:33:28.765Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:33:28.765Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631262808762,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-10T08:33:28.865Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T08:33:28.866Z||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-10T08:33:28.866Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:33:28.876Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:33:28.877Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:33:29.771Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-10T08:33:29.771Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.env
2021-09-10T08:33:29.771Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-10T08:33:29.771Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:33:29.773Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:33:29.773Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631262809771,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-10T08:33:29.873Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T08:33:29.874Z||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-10T08:33:29.874Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:33:29.887Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:33:29.887Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:33:30.776Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar ASDC sendASDCNotification
2021-09-10T08:33:30.776Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar
2021-09-10T08:33:30.776Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-10T08:33:30.777Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:33:30.778Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:33:30.778Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631262810776,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-10T08:33:30.879Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-10T08:33:30.881Z||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-10T08:33:30.881Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:33:30.893Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:33:30.893Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:33:31.784Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e760893-5114-4347-847c-639b1089249f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T08:33:31.818Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e760893-5114-4347-847c-639b1089249f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10T08:33:31.821Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-10T08:33:31.822Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-10T08:33:31.822Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-10T08:34:01.823Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e760893-5114-4347-847c-639b1089249f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T08:34:01.844Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e760893-5114-4347-847c-639b1089249f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10T08:34:01.846Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-10T08:34:01.847Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-10T08:34:01.847Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-10T08:34:05.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:34:05.288Z||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-10T08:34:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:34:05.327Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:34:05.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:34:05.328Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "clamp",
  "timestamp": 1631262782500,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:34:05.330Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:34:31.848Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e760893-5114-4347-847c-639b1089249f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T08:34:31.858Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e760893-5114-4347-847c-639b1089249f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10T08:34:31.875Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-10T08:34:31.876Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-10T08:34:31.876Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-10T08:35:01.876Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e760893-5114-4347-847c-639b1089249f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T08:35:01.887Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e760893-5114-4347-847c-639b1089249f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10T08:35:01.889Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-10T08:35:01.889Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-10T08:35:01.889Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-10T08:35:05.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:35:05.287Z||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-10T08:35:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:35:05.318Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:35:05.319Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:35:05.320Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631262778585,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T08:35:05.321Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:35:31.889Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e760893-5114-4347-847c-639b1089249f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T08:35:31.912Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e760893-5114-4347-847c-639b1089249f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10T08:35:31.915Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-10T08:35:31.915Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-10T08:35:31.915Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-10T08:36:01.915Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e760893-5114-4347-847c-639b1089249f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T08:36:01.921Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e760893-5114-4347-847c-639b1089249f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10T08:36:01.922Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-10T08:36:01.922Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-10T08:36:01.923Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-10T08:36:05.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:36:05.287Z||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-10T08:36:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:36:05.822Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:36:05.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.826Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "cds",
  "timestamp": 1631262778864,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T08:36:05.827Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:36:05.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631262785284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:36:05.828Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:36:05.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631262782441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:36:05.829Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:36:05.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.829Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "aai-ml",
  "timestamp": 1631262784468,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vfwa71fd3452c9a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:36:05.829Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:36:05.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.829Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "clamp",
  "timestamp": 1631262782500,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:36:05.830Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:36:05.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "policy-id",
  "timestamp": 1631262786413,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-10T08:36:05.831Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:36:05.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631262786640,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vfwa71fd3452c9a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-10T08:36:05.831Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:36:05.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "cds",
  "timestamp": 1631262786780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-10T08:36:05.832Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:36:05.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631262785284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vfwa71fd3452c9a0_modules.json",
  "status": "NOTIFIED"
}
2021-09-10T08:36:05.832Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:36:05.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.833Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631262782441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:36:05.833Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:36:05.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.833Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "aai-ml",
  "timestamp": 1631262784468,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:36:05.833Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:36:05.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.834Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "clamp",
  "timestamp": 1631262782500,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:36:05.834Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:36:05.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.835Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "policy-id",
  "timestamp": 1631262787424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-10T08:36:05.835Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:36:05.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.835Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "cds",
  "timestamp": 1631262787806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-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-10T08:36:05.844Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6e760893-5114-4347-847c-639b1089249f
2021-09-10T08:36:05.845Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e760893-5114-4347-847c-639b1089249f 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-10T08:36:05.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631262787822,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-10T08:36:05.856Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:36:05.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631262785284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-10T08:36:05.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:36:05.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631262782441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:36:05.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:36:05.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "aai-ml",
  "timestamp": 1631262784468,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:36:05.858Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:36:05.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "dcae-sch",
  "timestamp": 1631262787575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:36:05.858Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:36:05.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "clamp",
  "timestamp": 1631262782500,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:36:05.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:36:05.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "policy-id",
  "timestamp": 1631262788428,
  "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-10T08:36:05.863Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6e760893-5114-4347-847c-639b1089249f
2021-09-10T08:36:05.863Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e760893-5114-4347-847c-639b1089249f 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-10T08:36:05.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631262787863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:36:05.870Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:36:05.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631262785284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:36:05.871Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:36:05.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631262789082,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-10T08:36:05.871Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:36:05.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631262782441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:36:05.872Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:36:05.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.872Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "aai-ml",
  "timestamp": 1631262784468,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:36:05.872Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:36:05.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.872Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "dcae-sch",
  "timestamp": 1631262787575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vfwa71fd3452c9a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:36:05.873Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:36:05.873Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.873Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "clamp",
  "timestamp": 1631262782500,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T08:36:05.873Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:36:05.873Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.873Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631262787863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vfwa71fd3452c9a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:36:05.874Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:36:05.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631262785284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-10T08:36:05.874Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:36:05.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.875Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "aai-ml",
  "timestamp": 1631262784468,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:36:05.875Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:36:05.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.875Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "dcae-sch",
  "timestamp": 1631262787575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:36:05.875Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:36:05.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631262787863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:36:05.876Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:36:05.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631262785284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:36:05.876Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:36:05.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631262791173,
  "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-10T08:36:05.879Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6e760893-5114-4347-847c-639b1089249f
2021-09-10T08:36:05.879Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e760893-5114-4347-847c-639b1089249f 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-10T08:36:05.883Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.884Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "aai-ml",
  "timestamp": 1631262784468,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T08:36:05.884Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:36:05.884Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.884Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "dcae-sch",
  "timestamp": 1631262787575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:36:05.884Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:36:05.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631262787863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:36:05.885Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:36:05.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631262785284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T08:36:05.885Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:36:05.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631262792177,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vfwa71fd3452c9a0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-10T08:36:05.886Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:36:05.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "dcae-sch",
  "timestamp": 1631262787575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:36:05.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:36:05.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631262787863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:36:05.887Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:36:05.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "dcae-sch",
  "timestamp": 1631262787575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:36:05.888Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:36:05.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631262787863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:36:05.888Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:36:05.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "dcae-sch",
  "timestamp": 1631262787575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:36:05.889Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:36:05.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631262787863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T08:36:05.889Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:36:05.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "aai-ml",
  "timestamp": 1631262795455,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-10T08:36:05.890Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:36:05.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631262796324,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-10T08:36:05.890Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:36:05.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631262796643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-10T08:36:05.891Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:36:05.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.891Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "clamp",
  "timestamp": 1631262801115,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-10T08:36:05.891Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:36:05.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "clamp",
  "timestamp": 1631262802194,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-10T08:36:05.892Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:36:05.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631262802785,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-10T08:36:05.892Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:36:05.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631262803116,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vfwa71fd3452c9a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-10T08:36:05.893Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:36:05.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "clamp",
  "timestamp": 1631262803202,
  "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-10T08:36:05.896Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6e760893-5114-4347-847c-639b1089249f
2021-09-10T08:36:05.896Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e760893-5114-4347-847c-639b1089249f 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-10T08:36:05.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631262803790,
  "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-10T08:36:05.906Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6e760893-5114-4347-847c-639b1089249f
2021-09-10T08:36:05.906Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e760893-5114-4347-847c-639b1089249f 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-10T08:36:05.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631262804835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-10T08:36:05.911Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:36:05.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631262806280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-10T08:36:05.912Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:36:05.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631262807759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vfwa71fd3452c9a0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-10T08:36:05.912Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:36:05.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631262808762,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-10T08:36:05.913Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:36:05.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631262809771,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-10T08:36:05.913Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:36:05.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "aai-ml",
  "timestamp": 1631262809910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-10T08:36:05.914Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:36:05.914Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631262810776,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-10T08:36:05.914Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:36:05.915Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.915Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "aai-ml",
  "timestamp": 1631262810918,
  "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-10T08:36:05.918Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6e760893-5114-4347-847c-639b1089249f
2021-09-10T08:36:05.918Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e760893-5114-4347-847c-639b1089249f 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-10T08:36:31.923Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e760893-5114-4347-847c-639b1089249f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T08:36:31.949Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e760893-5114-4347-847c-639b1089249f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10T08:36:31.953Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-10T08:36:31.953Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-10T08:36:31.953Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-10T08:36:31.960Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-10T08:36:31.961Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-10T08:36:31.961Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-10T08:36:31.962Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-10T08:36:31.962Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-10T08:36:31.962Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-10T08:36:31.963Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-10T08:36:31.963Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||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-10T08:36:31.972Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-10T08:37:01.973Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6e760893-5114-4347-847c-639b1089249f 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-10T08:37:01.988Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6e760893-5114-4347-847c-639b1089249f and serviceModelVersionId: ed5d36a9-8c4e-47e1-b990-867173791701
2021-09-10T08:37:01.988Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4343a731-838a-4a6d-a2a4-f5073d29a117
2021-09-10T08:37:05.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:37:05.287Z||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-10T08:37:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:37:14.852Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:37:17.003Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4343a731-838a-4a6d-a2a4-f5073d29a117/model-vers/model-ver/ed5d36a9-8c4e-47e1-b990-867173791701?depth=0
2021-09-10T08:37:17.121Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-09-10T08:37:17.694Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4343a731-838a-4a6d-a2a4-f5073d29a117/model-vers/model-ver/ed5d36a9-8c4e-47e1-b990-867173791701?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-10T08:37:17.699Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4343a731-838a-4a6d-a2a4-f5073d29a117/model-vers/model-ver/ed5d36a9-8c4e-47e1-b990-867173791701?depth=0|INFO|500||Invoke
2021-09-10T08:37:17.874Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4343a731-838a-4a6d-a2a4-f5073d29a117/model-vers/model-ver/ed5d36a9-8c4e-47e1-b990-867173791701?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-10T08:37:18.292Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4343a731-838a-4a6d-a2a4-f5073d29a117/model-vers/model-ver/ed5d36a9-8c4e-47e1-b990-867173791701?depth=0|INFO|500||InvokeReturn
2021-09-10T08:37:18.292Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4343a731-838a-4a6d-a2a4-f5073d29a117/model-vers/model-ver/ed5d36a9-8c4e-47e1-b990-867173791701?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210910-08:37:17:896-68762], vertex-id=[172280], Content-Length=[0], Date=[Fri, 10 Sep 2021 08:37:17 GMT], Content-Type=[application/json]}
2021-09-10T08:37:18.292Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2021-09-10T08:37:18.297Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-10T08:37:18.297Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||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-10T08:37:18.305Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-10T08:37:18.305Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6e760893-5114-4347-847c-639b1089249f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-10T08:37:18.306Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-10T08:37:18.307Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:37:18.310Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:37:18.310Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631263038306,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-10T08:37:18.410Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T08:37:18.411Z||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-10T08:37:18.411Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:37:18.426Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:37:18.427Z||pool-18-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-10T08:37:19.321Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:37:19.321Z|6e760893-5114-4347-847c-639b1089249f|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-10T08:37:19.321Z|6e760893-5114-4347-847c-639b1089249f|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:37:29.592Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:37:29.596Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:37:29.597Z|6e760893-5114-4347-847c-639b1089249f|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-10T08:37:29.598Z|6e760893-5114-4347-847c-639b1089249f|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:37:39.137Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:37:39.138Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:37:39.139Z|6e760893-5114-4347-847c-639b1089249f|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-10T08:37:39.139Z|6e760893-5114-4347-847c-639b1089249f|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:37:48.690Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:37:48.691Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:37:48.692Z||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-10T08:37:48.692Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:37:58.263Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:38:05.283Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:38:05.284Z||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-10T08:38:05.284Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:38:05.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:38:05.286Z||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-10T08:38:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:38:05.917Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:38:05.917Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:38:05.918Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e760893-5114-4347-847c-639b1089249f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631263038306,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-10T08:38:05.921Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:38:14.831Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:39:05.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:39:05.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:39:05.286Z||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-10T08:39:05.286Z||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-10T08:39:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:39:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:39:05.428Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:39:05.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.429Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "dcae-sch",
  "timestamp": 1631263127575,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:39:05.431Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:39:05.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.431Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "policy-id",
  "timestamp": 1631263129665,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:39:05.432Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:39:05.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.432Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "dcae-sch",
  "timestamp": 1631263127575,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/basic_onboard_omvccu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:39:05.432Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:39:05.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.432Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "policy-id",
  "timestamp": 1631263129665,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/basic_onboard_omvccu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:39:05.433Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:39:05.433Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.433Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "dcae-sch",
  "timestamp": 1631263127575,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:39:05.433Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:39:05.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "policy-id",
  "timestamp": 1631263129665,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-10T08:39:05.434Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:39:05.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631263138581,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:39:05.434Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:39:05.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "cds",
  "timestamp": 1631263138865,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:39:05.435Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:39:05.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "dcae-sch",
  "timestamp": 1631263127575,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:39:05.435Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:39:05.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.436Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "policy-id",
  "timestamp": 1631263129665,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:39:05.437Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:39:05.437Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.437Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631263138581,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/basic_onboard_omvccu0_modules.json",
  "status": "NOTIFIED"
}
2021-09-10T08:39:05.437Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:39:05.438Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.438Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "cds",
  "timestamp": 1631263138865,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/basic_onboard_omvccu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:39:05.438Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:39:05.438Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.438Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "dcae-sch",
  "timestamp": 1631263127575,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:39:05.438Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:39:05.438Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.438Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "policy-id",
  "timestamp": 1631263129665,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:39:05.439Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:39:05.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.439Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631263138581,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-10T08:39:05.439Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:39:05.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.439Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "cds",
  "timestamp": 1631263138865,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:39:05.439Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:39:05.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.440Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "dcae-sch",
  "timestamp": 1631263127575,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:39:05.440Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:39:05.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.440Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "policy-id",
  "timestamp": 1631263129665,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:39:05.440Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:39:05.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.440Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631263138581,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:39:05.441Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:39:05.441Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.441Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "cds",
  "timestamp": 1631263138865,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:39:05.441Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:39:05.441Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.441Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631263142440,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:39:05.441Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:39:05.441Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "clamp",
  "timestamp": 1631263142501,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:39:05.442Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:39:05.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "dcae-sch",
  "timestamp": 1631263127575,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:39:05.442Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:39:05.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "policy-id",
  "timestamp": 1631263129665,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T08:39:05.442Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:39:05.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631263138581,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-10T08:39:05.443Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:39:05.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "cds",
  "timestamp": 1631263138865,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:39:05.443Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:39:05.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631263142440,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/basic_onboard_omvccu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:39:05.444Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:39:05.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "clamp",
  "timestamp": 1631263142501,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/basic_onboard_omvccu0_modules.json",
  "status": "NOTIFIED"
}
2021-09-10T08:39:05.444Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:39:05.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631263138581,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:39:05.444Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:39:05.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "cds",
  "timestamp": 1631263138865,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:39:05.445Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:39:05.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.445Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "policy-id",
  "timestamp": 1631263144796,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-10T08:39:05.445Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:39:05.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.445Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631263142440,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:39:05.445Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:39:05.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "aai-ml",
  "timestamp": 1631263144468,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:39:05.446Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:39:05.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "clamp",
  "timestamp": 1631263142501,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:39:05.447Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:39:05.923Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:39:05.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"5bb9b06c-79d2-4c34-90a8-9b65c7d37d53","serviceName":"basic_onboard_OMvcCu","serviceVersion":"1.0","serviceUUID":"ae48d4fd-6d6e-4e42-9f8c-fd868a1cbdda","serviceDescription":"service","serviceInvariantUUID":"66de5829-20be-4d2a-af90-0ce56a865c7e","resources":[{"resourceInstanceName":"basic_onboard_OMvcCu 0","resourceName":"basic_onboard_OMvcCu","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0bf9ad6f-60cf-4b9a-b0a0-df480b1fbee4","resourceInvariantUUID":"2fb2fa27-0138-4230-8c7f-95db1924ace0","resourceCustomizationUUID":"f041f50b-f807-453f-9c3c-42f6602da0ad","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/vf-license-model.xml","artifactChecksum":"OTUzYTUzYmJhMmUwMDk3Mzk1NWQxNzQwMDVkY2FmNzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5e759c8a-8060-48eb-ad80-218a893f591d","artifactVersion":"1"},{"artifactName":"basic_onboard_omvccu0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/basic_onboard_omvccu0_modules.json","artifactChecksum":"MzE5YjJjZGFhZDJhZTE1NmFkZGYwMzI0YjllZjMwZTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"63d7263a-b97e-4b58-b409-1ef776f27fde","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e64e666a-bb4f-4587-83ec-02ab36837ef9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"dd42595d-b5ad-400e-ad2e-a2f852ab5aa7","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e0dc78a1-6e9d-424e-8444-17adbbb6b786","artifactVersion":"2","generatedFromUUID":"e64e666a-bb4f-4587-83ec-02ab36837ef9"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOmvccu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-template.yml","artifactChecksum":"YWIwYTM0NDEyZTViNzczNDExMzA1NDBmOTQ5ODExMmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8e539762-1c42-4e65-b569-ca66a98bee7c","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOmvccu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar","artifactChecksum":"YzlhOWMyOWYxNWJjYWY0ODRkYjZhMTU1M2NmYjQ4OTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"654f25db-d7d1-4c3b-a774-778986bdd95a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-10T08:39:05.929Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T08:39:05.930Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:39:05.933Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:39:05.933Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631263145284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:39:06.033Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T08:39:06.034Z||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-10T08:39:06.034Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:39:06.046Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:39:06.046Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-10T08:39:06.934Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T08:39:06.935Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:39:06.937Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:39:06.937Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631263145284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/basic_onboard_omvccu0_modules.json",
  "status": "NOTIFIED"
}
2021-09-10T08:39:07.037Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T08:39:07.038Z||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-10T08:39:07.038Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:39:07.049Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:39:07.049Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-10T08:39:07.938Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T08:39:07.939Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:39:07.941Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:39:07.941Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631263145284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-10T08:39:08.042Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T08:39:08.043Z||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-10T08:39:08.043Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:39:08.053Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:39:08.053Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:39:08.942Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T08:39:08.943Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:39:08.946Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:39:08.946Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631263145284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:39:09.046Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T08:39:09.046Z||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-10T08:39:09.047Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:39:09.057Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:39:09.058Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-10T08:39:09.947Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T08:39:09.948Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:39:09.950Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:39:09.950Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631263145284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-10T08:39:10.050Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T08:39:10.051Z||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-10T08:39:10.051Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:39:10.061Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:39:10.061Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-10T08:39:10.950Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T08:39:10.951Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:39:10.954Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:39:10.954Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631263145284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:39:11.056Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-10T08:39:11.056Z||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-10T08:39:11.057Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:39:11.077Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:39:11.077Z||pool-24-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:39:11.955Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T08:39:11.959Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:39:11.961Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:39:11.961Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631263145284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T08:39:12.061Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T08:39:12.062Z||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-10T08:39:12.062Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:39:12.073Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:39:12.073Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:39:12.962Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "serviceName": "basic_onboard_OMvcCu",
  "serviceVersion": "1.0",
  "serviceUUID": "ae48d4fd-6d6e-4e42-9f8c-fd868a1cbdda",
  "serviceDescription": "service",
  "serviceInvariantUUID": "66de5829-20be-4d2a-af90-0ce56a865c7e",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_OMvcCu 0",
      "resourceCustomizationUUID": "f041f50b-f807-453f-9c3c-42f6602da0ad",
      "resourceName": "basic_onboard_OMvcCu",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0bf9ad6f-60cf-4b9a-b0a0-df480b1fbee4",
      "resourceInvariantUUID": "2fb2fa27-0138-4230-8c7f-95db1924ace0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_omvccu0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/basic_onboard_omvccu0_modules.json",
          "artifactChecksum": "MzE5YjJjZGFhZDJhZTE1NmFkZGYwMzI0YjllZjMwZTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "63d7263a-b97e-4b58-b409-1ef776f27fde",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e64e666a-bb4f-4587-83ec-02ab36837ef9",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "e0dc78a1-6e9d-424e-8444-17adbbb6b786",
            "generatedFromUUID": "e64e666a-bb4f-4587-83ec-02ab36837ef9"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e0dc78a1-6e9d-424e-8444-17adbbb6b786",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardOmvccu-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar",
      "artifactChecksum": "YzlhOWMyOWYxNWJjYWY0ODRkYjZhMTU1M2NmYjQ4OTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "654f25db-d7d1-4c3b-a774-778986bdd95a"
    }
  ],
  "workloadContext": "Production"
}
2021-09-10T08:39:12.963Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-10T08:39:12.963Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ae48d4fd-6d6e-4e42-9f8c-fd868a1cbdda ASDC
2021-09-10T08:39:12.964Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:5bb9b06c-79d2-4c34-90a8-9b65c7d37d53
ServiceName:basic_onboard_OMvcCu
ServiceVersion:1.0
ServiceUUID:ae48d4fd-6d6e-4e42-9f8c-fd868a1cbdda
ServiceInvariantUUID:66de5829-20be-4d2a-af90-0ce56a865c7e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOmvccu-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar
ArtifactUUID:654f25db-d7d1-4c3b-a774-778986bdd95a
ArtifactChecksum:YzlhOWMyOWYxNWJjYWY0ODRkYjZhMTU1M2NmYjQ4OTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_OMvcCu 0
ResourceCustomizationUUID:f041f50b-f807-453f-9c3c-42f6602da0ad
ResourceInvariantUUID:2fb2fa27-0138-4230-8c7f-95db1924ace0
ResourceName:basic_onboard_OMvcCu
ResourceType:VF
ResourceUUID:0bf9ad6f-60cf-4b9a-b0a0-df480b1fbee4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_omvccu0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/basic_onboard_omvccu0_modules.json
ArtifactUUID:63d7263a-b97e-4b58-b409-1ef776f27fde
ArtifactChecksum:MzE5YjJjZGFhZDJhZTE1NmFkZGYwMzI0YjllZjMwZTA=
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/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.yaml
ArtifactUUID:e64e666a-bb4f-4587-83ec-02ab36837ef9
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/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.env
ArtifactUUID:e0dc78a1-6e9d-424e-8444-17adbbb6b786
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/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.env
ArtifactUUID:e0dc78a1-6e9d-424e-8444-17adbbb6b786
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-10T08:39:12.964Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ae48d4fd-6d6e-4e42-9f8c-fd868a1cbdda 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-10T08:39:13.022Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-10T08:39:13.023Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-10T08:39:13.024Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-10T08:39:13.024Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 654f25db-d7d1-4c3b-a774-778986bdd95a from URL: /sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar
2021-09-10T08:39:13.024Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-10T08:39:13.024Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar
2021-09-10T08:39:16.030Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-10T08:39:16.034Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar 654f25db-d7d1-4c3b-a774-778986bdd95a 71380
2021-09-10T08:39:16.035Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar ASDC sendASDCNotification
2021-09-10T08:39:16.035Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar
2021-09-10T08:39:16.035Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-10T08:39:16.035Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:39:16.037Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:39:16.038Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631263156035,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-10T08:39:16.138Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T08:39:16.139Z||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-10T08:39:16.139Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:39:16.151Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:39:16.151Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:39:17.038Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-10T08:39:17.039Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-10T08:39:17.040Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 654f25db-d7d1-4c3b-a774-778986bdd95a, URL: /sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar to file: /app/ASDC/1/service-BasicOnboardOmvccu-csar.csar
2021-09-10T08:39:17.040Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardOmvccu-csar.csar
2021-09-10T08:39:17.041Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardOmvccu-csar.csar
2021-09-10T08:39:17.041Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardOmvccu-csar.csar
2021-09-10T08:39:17.692Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14154802773998818740/Definitions/service-BasicOnboardOmvccu-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-10T08:39:18.980Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-10T08:39:18.980Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-09-10T08:39:18.980Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardOmvccu-csar.csar
2021-09-10T08:39:18.981Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-10T08:39:18.981Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_OMvcCu 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-BasicOnboardOmvccu-csar.csar
2021-09-10T08:39:18.981Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||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-BasicOnboardOmvccu-csar.csar
2021-09-10T08:39:18.981Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardOmvccu-csar.csar
2021-09-10T08:39:18.981Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardOmvccu-csar.csar
2021-09-10T08:39:18.981Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardOmvccu-csar.csar
2021-09-10T08:39:18.981Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardOmvccu-csar.csar
2021-09-10T08:39:18.981Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardOmvccu-csar.csar
2021-09-10T08:39:18.981Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardOmvccu-csar.csar
2021-09-10T08:39:18.982Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardOmvccu-csar.csar
2021-09-10T08:39:18.982Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-09-10T08:39:18.982Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:39:18.982Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OMvcCu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:39:18.983Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OMvcCu 0 is matching search criteria
2021-09-10T08:39:18.983Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-09-10T08:39:18.983Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OMvcCu 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-10T08:39:18.983Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:39:18.983Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OMvcCu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:39:18.984Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OMvcCu 0 is matching search criteria
2021-09-10T08:39:18.984Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-09-10T08:39:18.984Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OMvcCu 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-10T08:39:18.984Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:39:18.984Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OMvcCu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:39:18.985Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:39:18.985Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OMvcCu 0 is not matching search criteria
2021-09-10T08:39:18.985Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-10T08:39:18.985Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-10T08:39:18.985Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-10T08:39:18.985Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-10T08:39:18.985Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-10T08:39:18.985Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:39:18.986Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OMvcCu is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-10T08:39:18.986Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:39:18.986Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OMvcCu 0 is matching search criteria
2021-09-10T08:39:18.986Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OMvcCu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-10T08:39:18.986Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:39:18.986Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OMvcCu 0 is matching search criteria
2021-09-10T08:39:18.987Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OMvcCu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-10T08:39:18.987Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:39:18.987Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OMvcCu 0 is matching search criteria
2021-09-10T08:39:18.987Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OMvcCu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-10T08:39:18.987Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:39:18.987Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OMvcCu 0 is not matching search criteria
2021-09-10T08:39:18.988Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-10T08:39:18.988Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-10T08:39:18.988Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ad17ce4b-d32c-43e7-a863-799fb2b33ff2
2021-09-10T08:39:18.988Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:39:18.988Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OMvcCu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:39:18.988Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:39:18.988Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OMvcCu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:39:18.989Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:39:18.989Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OMvcCu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:39:18.989Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:39:18.989Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OMvcCu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:39:18.989Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_OMvcCu
Description:service
Model UUID:ae48d4fd-6d6e-4e42-9f8c-fd868a1cbdda
Model Version:NULL
Model InvariantUuid:66de5829-20be-4d2a-af90-0ce56a865c7e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_OMvcCu
Model UUID:d6980c7c-e845-4220-a588-b154a32deb2c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2fb2fa27-0138-4230-8c7f-95db1924ace0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f041f50b-f807-453f-9c3c-42f6602da0ad
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6fb3985d-abec-4b48-8659-d6c39e77e5b7
ModelName:BasicOnboardOmvccu..base_ubuntu18..module-0
ModelUuid:0e77f13b-4d90-4216-8f88-78bd7617524b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ad17ce4b-d32c-43e7-a863-799fb2b33ff2
ModelInvariantUuid:1b3c30c0-ee5b-4341-bafb-4987a8bf161b
ModelName:basic_onboard_OMvcCu-nodes.ubuntu18Cvfc
ModelUuid:a15a24ff-8344-4887-b641-c2ae076d9b62
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:74371aa9-4aa1-4dc5-b5f7-c98cf5530121
ModelInvariantUuid:add1ff50-a826-4db6-be0f-5782e7a6e238
ModelName:BasicOnboardOmvccu.compute.nodes.heat.ubuntu18
ModelUuid:46cf075d-9459-4d3f-ae74-96ce8082a184
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-10T08:39:18.999Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 0bf9ad6f-60cf-4b9a-b0a0-df480b1fbee4
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-10T08:39:19.004Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||basic_onboard_OMvcCu 0
2021-09-10T08:39:19.004Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0bf9ad6f-60cf-4b9a-b0a0-df480b1fbee4
2021-09-10T08:39:19.004Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 63d7263a-b97e-4b58-b409-1ef776f27fde from URL: /sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/basic_onboard_omvccu0_modules.json
2021-09-10T08:39:19.004Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-10T08:39:19.005Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/basic_onboard_omvccu0_modules.json
2021-09-10T08:39:19.459Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-10T08:39:19.460Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/basic_onboard_omvccu0_modules.json 63d7263a-b97e-4b58-b409-1ef776f27fde 798
2021-09-10T08:39:19.460Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/basic_onboard_omvccu0_modules.json ASDC sendASDCNotification
2021-09-10T08:39:19.461Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/basic_onboard_omvccu0_modules.json
2021-09-10T08:39:19.461Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-10T08:39:19.461Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:39:19.464Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:39:19.464Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631263159460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/basic_onboard_omvccu0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-10T08:39:19.563Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-10T08:39:19.564Z||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-10T08:39:19.565Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:39:19.593Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:39:19.594Z||pool-27-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:39:20.465Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardOmvccu..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "6fb3985d-abec-4b48-8659-d6c39e77e5b7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0e77f13b-4d90-4216-8f88-78bd7617524b",
    "vfModuleModelCustomizationUUID": "a26e443f-618f-4a18-9f3b-3ec2b0338b49",
    "isBase": true,
    "artifacts": [
      "e64e666a-bb4f-4587-83ec-02ab36837ef9",
      "e0dc78a1-6e9d-424e-8444-17adbbb6b786"
    ],
    "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-10T08:39:20.472Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOmvccu..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0e77f13b-4d90-4216-8f88-78bd7617524b
VfModuleModelInvariantUUID:6fb3985d-abec-4b48-8659-d6c39e77e5b7
VfModuleModelDescription:NULL
Artifacts UUID List:{
e64e666a-bb4f-4587-83ec-02ab36837ef9
,
e0dc78a1-6e9d-424e-8444-17adbbb6b786

}
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-10T08:39:20.475Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardOmvccu..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "6fb3985d-abec-4b48-8659-d6c39e77e5b7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0e77f13b-4d90-4216-8f88-78bd7617524b",
    "vfModuleModelCustomizationUUID": "a26e443f-618f-4a18-9f3b-3ec2b0338b49",
    "isBase": true,
    "artifacts": [
      "e64e666a-bb4f-4587-83ec-02ab36837ef9",
      "e0dc78a1-6e9d-424e-8444-17adbbb6b786"
    ],
    "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-10T08:39:20.475Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOmvccu..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0e77f13b-4d90-4216-8f88-78bd7617524b
VfModuleModelInvariantUUID:6fb3985d-abec-4b48-8659-d6c39e77e5b7
VfModuleModelDescription:NULL
Artifacts UUID List:{
e64e666a-bb4f-4587-83ec-02ab36837ef9
,
e0dc78a1-6e9d-424e-8444-17adbbb6b786

}
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-10T08:39:20.475Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e64e666a-bb4f-4587-83ec-02ab36837ef9 from URL: /sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.yaml
2021-09-10T08:39:20.476Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-10T08:39:20.476Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.yaml
2021-09-10T08:39:23.084Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-10T08:39:23.084Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.yaml e64e666a-bb4f-4587-83ec-02ab36837ef9 5033
2021-09-10T08:39:23.085Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-10T08:39:23.085Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.yaml
2021-09-10T08:39:23.085Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-10T08:39:23.086Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:39:23.088Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:39:23.088Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631263163085,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-10T08:39:23.188Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-10T08:39:23.189Z||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-10T08:39:23.189Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:39:23.200Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:39:23.201Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:39:24.089Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e0dc78a1-6e9d-424e-8444-17adbbb6b786 from URL: /sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.env
2021-09-10T08:39:24.090Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-10T08:39:24.090Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.env
2021-09-10T08:39:24.705Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-10T08:39:24.706Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.env e0dc78a1-6e9d-424e-8444-17adbbb6b786 909
2021-09-10T08:39:24.707Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-10T08:39:24.707Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.env
2021-09-10T08:39:24.707Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-10T08:39:24.708Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:39:24.709Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:39:24.710Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631263164707,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-10T08:39:24.810Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T08:39:24.812Z||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-10T08:39:24.812Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:39:24.825Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:39:24.825Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:39:25.710Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: ae48d4fd-6d6e-4e42-9f8c-fd868a1cbdda
2021-09-10T08:39:25.711Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_OMvcCu 0 0bf9ad6f-60cf-4b9a-b0a0-df480b1fbee4 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-10T08:39:25.726Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2fdece4a, org.onap.sdc.toscaparser.api.parameters.Input@98c8151, org.onap.sdc.toscaparser.api.parameters.Input@842795, org.onap.sdc.toscaparser.api.parameters.Input@53af63a8, org.onap.sdc.toscaparser.api.parameters.Input@a5a5b09]
2021-09-10T08:39:25.728Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:39:25.728Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OMvcCu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:39:25.728Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2021-09-10T08:39:25.729Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= f041f50b-f807-453f-9c3c-42f6602da0ad
2021-09-10T08:39:25.729Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f041f50b-f807-453f-9c3c-42f6602da0ad matches Tosca VF Customization UUID: f041f50b-f807-453f-9c3c-42f6602da0ad
2021-09-10T08:39:25.729Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: f041f50b-f807-453f-9c3c-42f6602da0ad  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-10T08:39:25.731Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:39:25.732Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OMvcCu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:39:25.733Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id f041f50b-f807-453f-9c3c-42f6602da0ad: {\"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-10T08:39:25.733Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6e3277b8
2021-09-10T08:39:25.733Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:39:25.733Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OMvcCu is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-10T08:39:25.734Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a26e443f-618f-4a18-9f3b-3ec2b0338b49
2021-09-10T08:39:25.734Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a26e443f-618f-4a18-9f3b-3ec2b0338b49
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-10T08:39:25.736Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:39:25.736Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OMvcCu 0 is matching search criteria
2021-09-10T08:39:25.737Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OMvcCu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-10T08:39:25.737Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:39:25.737Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OMvcCu 0 is matching search criteria
2021-09-10T08:39:25.738Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OMvcCu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-10T08:39:25.738Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:39:25.738Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OMvcCu 0 is not matching search criteria
2021-09-10T08:39:25.738Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-10T08:39:25.739Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-10T08:39:25.739Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ad17ce4b-d32c-43e7-a863-799fb2b33ff2
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-10T08:39:25.741Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:39:25.741Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OMvcCu 0 is matching search criteria
2021-09-10T08:39:25.741Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OMvcCu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-10T08:39:25.742Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:39:25.742Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OMvcCu 0 is matching search criteria
2021-09-10T08:39:25.742Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OMvcCu 0] matching following query criteria: sdcType=VF, customizationUUID=f041f50b-f807-453f-9c3c-42f6602da0ad
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-10T08:39:25.744Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:39:25.744Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OMvcCu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:39:25.745Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid ae48d4fd-6d6e-4e42-9f8c-fd868a1cbdda: basic_onboard_OMvcCu
2021-09-10T08:39:25.745Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:39:25.745Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OMvcCu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:39:25.746Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:39:25.746Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OMvcCu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:39:25.746Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:39:25.747Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OMvcCu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:39:25.747Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:39:25.747Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OMvcCu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:39:25.747Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:39:25.748Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OMvcCu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:39:25.748Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_OMvcCu 
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-10T08:39:25.833Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_OMvcCu 0bf9ad6f-60cf-4b9a-b0a0-df480b1fbee4 1 ASDC deployResourceStructure
2021-09-10T08:39:25.833Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/basic_onboard_omvccu0_modules.json ASDC sendASDCNotification
2021-09-10T08:39:25.833Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/basic_onboard_omvccu0_modules.json
2021-09-10T08:39:25.834Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-10T08:39:25.834Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:39:25.836Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:39:25.836Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631263165833,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/basic_onboard_omvccu0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-10T08:39:25.936Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T08:39:25.937Z||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-10T08:39:25.937Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:39:25.957Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:39:25.957Z||pool-30-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:39:26.838Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-10T08:39:26.839Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.yaml
2021-09-10T08:39:26.839Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-10T08:39:26.839Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:39:26.841Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:39:26.842Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631263166838,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-10T08:39:26.942Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T08:39:26.943Z||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-10T08:39:26.943Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:39:26.959Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:39:26.959Z||pool-31-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-09-10T08:39:27.843Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-10T08:39:27.843Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.env
2021-09-10T08:39:27.843Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-10T08:39:27.843Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:39:27.845Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:39:27.845Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631263167842,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-10T08:39:27.945Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T08:39:27.946Z||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-10T08:39:27.947Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:39:27.958Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:39:27.958Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:39:28.848Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar ASDC sendASDCNotification
2021-09-10T08:39:28.848Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar
2021-09-10T08:39:28.848Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-10T08:39:28.848Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:39:28.851Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:39:28.851Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631263168848,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-10T08:39:28.951Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T08:39:28.952Z||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-10T08:39:28.952Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:39:28.962Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:39:28.963Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-10T08:39:29.852Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5bb9b06c-79d2-4c34-90a8-9b65c7d37d53
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T08:39:29.860Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5bb9b06c-79d2-4c34-90a8-9b65c7d37d53
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10T08:39:29.862Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-10T08:39:29.862Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-10T08:39:29.862Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-10T08:39:59.863Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5bb9b06c-79d2-4c34-90a8-9b65c7d37d53
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T08:39:59.886Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5bb9b06c-79d2-4c34-90a8-9b65c7d37d53
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10T08:39:59.887Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-10T08:39:59.887Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-10T08:39:59.887Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-10T08:40:05.287Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:40:05.289Z|6e760893-5114-4347-847c-639b1089249f|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-10T08:40:05.289Z|6e760893-5114-4347-847c-639b1089249f|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:40:05.323Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:40:05.324Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:40:05.324Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631263138581,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T08:40:05.327Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:40:29.888Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5bb9b06c-79d2-4c34-90a8-9b65c7d37d53
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T08:40:29.895Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5bb9b06c-79d2-4c34-90a8-9b65c7d37d53
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10T08:40:29.896Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-10T08:40:29.896Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-10T08:40:29.896Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-10T08:40:59.897Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5bb9b06c-79d2-4c34-90a8-9b65c7d37d53
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T08:40:59.922Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5bb9b06c-79d2-4c34-90a8-9b65c7d37d53
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10T08:40:59.933Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-10T08:40:59.933Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-10T08:40:59.933Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-10T08:41:05.286Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:41:05.288Z|6e760893-5114-4347-847c-639b1089249f|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-10T08:41:05.288Z|6e760893-5114-4347-847c-639b1089249f|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:41:05.313Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:41:05.315Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:41:05.315Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "cds",
  "timestamp": 1631263138865,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T08:41:05.317Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:41:29.934Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5bb9b06c-79d2-4c34-90a8-9b65c7d37d53
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T08:41:29.940Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5bb9b06c-79d2-4c34-90a8-9b65c7d37d53
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10T08:41:29.945Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-10T08:41:29.945Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-10T08:41:29.945Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-10T08:41:59.950Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5bb9b06c-79d2-4c34-90a8-9b65c7d37d53
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T08:41:59.976Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5bb9b06c-79d2-4c34-90a8-9b65c7d37d53
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10T08:41:59.997Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-10T08:41:59.997Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-10T08:41:59.997Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-10T08:42:05.286Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:42:05.288Z|6e760893-5114-4347-847c-639b1089249f|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-10T08:42:05.288Z|6e760893-5114-4347-847c-639b1089249f|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:42:05.847Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:42:05.851Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.851Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "policy-id",
  "timestamp": 1631263145802,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-10T08:42:05.852Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:42:05.852Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.853Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631263145284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:42:05.853Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:42:05.853Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.853Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631263142440,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:42:05.853Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:42:05.854Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.854Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "aai-ml",
  "timestamp": 1631263144468,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/basic_onboard_omvccu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:42:05.858Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:42:05.858Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.858Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "clamp",
  "timestamp": 1631263142501,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:42:05.859Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:42:05.859Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.859Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631263146467,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/basic_onboard_omvccu0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-10T08:42:05.859Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:42:05.859Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.859Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "cds",
  "timestamp": 1631263146748,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-10T08:42:05.859Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:42:05.859Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.859Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "policy-id",
  "timestamp": 1631263146805,
  "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-10T08:42:05.864Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5bb9b06c-79d2-4c34-90a8-9b65c7d37d53
2021-09-10T08:42:05.865Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bb9b06c-79d2-4c34-90a8-9b65c7d37d53 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-10T08:42:05.876Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.876Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631263145284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/basic_onboard_omvccu0_modules.json",
  "status": "NOTIFIED"
}
2021-09-10T08:42:05.877Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:42:05.877Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.877Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631263142440,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:42:05.877Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:42:05.877Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.877Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "aai-ml",
  "timestamp": 1631263144468,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:42:05.877Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:42:05.877Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.877Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "clamp",
  "timestamp": 1631263142501,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:42:05.878Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:42:05.878Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.878Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631263147668,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-10T08:42:05.878Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:42:05.878Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.878Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "cds",
  "timestamp": 1631263147759,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-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-10T08:42:05.881Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5bb9b06c-79d2-4c34-90a8-9b65c7d37d53
2021-09-10T08:42:05.881Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bb9b06c-79d2-4c34-90a8-9b65c7d37d53 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-10T08:42:05.885Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.885Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631263145284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-10T08:42:05.886Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:42:05.886Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.886Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631263142440,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:42:05.886Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:42:05.886Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.886Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "aai-ml",
  "timestamp": 1631263144468,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:42:05.886Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:42:05.886Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.887Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "clamp",
  "timestamp": 1631263142501,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:42:05.887Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:42:05.887Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.887Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631263147860,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:42:05.887Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:42:05.887Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.887Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631263148843,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-10T08:42:05.888Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:42:05.888Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.888Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631263145284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:42:05.888Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:42:05.888Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.889Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631263142440,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:42:05.889Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:42:05.890Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.890Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "aai-ml",
  "timestamp": 1631263144468,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:42:05.890Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:42:05.890Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.890Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "clamp",
  "timestamp": 1631263142501,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T08:42:05.890Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:42:05.890Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.890Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631263147860,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/basic_onboard_omvccu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:42:05.891Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:42:05.891Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.891Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631263149876,
  "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-10T08:42:05.895Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5bb9b06c-79d2-4c34-90a8-9b65c7d37d53
2021-09-10T08:42:05.895Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bb9b06c-79d2-4c34-90a8-9b65c7d37d53 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-10T08:42:05.899Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.899Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631263145284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-10T08:42:05.900Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:42:05.900Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.900Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "aai-ml",
  "timestamp": 1631263144468,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:42:05.900Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:42:05.900Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.900Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631263147860,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:42:05.900Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:42:05.900Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.900Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631263150885,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/basic_onboard_omvccu0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-10T08:42:05.901Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:42:05.901Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.901Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631263145284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:42:05.901Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:42:05.901Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.901Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "aai-ml",
  "timestamp": 1631263144468,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T08:42:05.901Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:42:05.901Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.901Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631263147860,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:42:05.902Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:42:05.902Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.902Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631263145284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T08:42:05.902Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:42:05.902Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.902Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631263147860,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:42:05.902Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:42:05.902Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.902Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631263147860,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:42:05.903Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:42:05.903Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.903Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631263147860,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T08:42:05.903Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:42:05.903Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.903Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "aai-ml",
  "timestamp": 1631263155354,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-10T08:42:05.903Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:42:05.903Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.903Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631263156035,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-10T08:42:05.903Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:42:05.903Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.904Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631263156597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-10T08:42:05.904Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:42:05.904Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.904Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631263159202,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-10T08:42:05.904Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:42:05.904Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.904Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631263159460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/basic_onboard_omvccu0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-10T08:42:05.904Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:42:05.904Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.904Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "clamp",
  "timestamp": 1631263160203,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-10T08:42:05.905Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:42:05.905Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.905Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631263160206,
  "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-10T08:42:05.907Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5bb9b06c-79d2-4c34-90a8-9b65c7d37d53
2021-09-10T08:42:05.907Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bb9b06c-79d2-4c34-90a8-9b65c7d37d53 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-10T08:42:05.913Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.913Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631263163085,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-10T08:42:05.913Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:42:05.913Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.913Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "clamp",
  "timestamp": 1631263163205,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-10T08:42:05.913Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:42:05.914Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.914Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "clamp",
  "timestamp": 1631263164209,
  "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-10T08:42:05.916Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5bb9b06c-79d2-4c34-90a8-9b65c7d37d53
2021-09-10T08:42:05.916Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bb9b06c-79d2-4c34-90a8-9b65c7d37d53 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-10T08:42:05.925Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.925Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "aai-ml",
  "timestamp": 1631263164683,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-10T08:42:05.925Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:42:05.925Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.925Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631263164707,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-10T08:42:05.926Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:42:05.926Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.926Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "aai-ml",
  "timestamp": 1631263165692,
  "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-10T08:42:05.930Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5bb9b06c-79d2-4c34-90a8-9b65c7d37d53
2021-09-10T08:42:05.930Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bb9b06c-79d2-4c34-90a8-9b65c7d37d53 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-10T08:42:05.942Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.942Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631263165833,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/basic_onboard_omvccu0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-10T08:42:05.942Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:42:05.942Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.943Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631263166838,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-10T08:42:05.943Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:42:05.943Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.943Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631263167842,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-10T08:42:05.943Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:42:05.943Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.943Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631263168848,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-10T08:42:05.944Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:42:29.998Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5bb9b06c-79d2-4c34-90a8-9b65c7d37d53
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T08:42:30.008Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5bb9b06c-79d2-4c34-90a8-9b65c7d37d53
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10T08:42:30.012Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-10T08:42:30.012Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-10T08:42:30.013Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-10T08:42:30.013Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-10T08:42:30.013Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-10T08:42:30.013Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-10T08:42:30.013Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-10T08:42:30.014Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-10T08:42:30.014Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-10T08:42:30.014Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-10T08:42:30.014Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-10T08:42:30.018Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-10T08:43:00.018Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5bb9b06c-79d2-4c34-90a8-9b65c7d37d53 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-10T08:43:00.025Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5bb9b06c-79d2-4c34-90a8-9b65c7d37d53 and serviceModelVersionId: ae48d4fd-6d6e-4e42-9f8c-fd868a1cbdda
2021-09-10T08:43:00.025Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 66de5829-20be-4d2a-af90-0ce56a865c7e
2021-09-10T08:43:00.026Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/66de5829-20be-4d2a-af90-0ce56a865c7e/model-vers/model-ver/ae48d4fd-6d6e-4e42-9f8c-fd868a1cbdda?depth=0
2021-09-10T08:43:00.035Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-09-10T08:43:00.132Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/66de5829-20be-4d2a-af90-0ce56a865c7e/model-vers/model-ver/ae48d4fd-6d6e-4e42-9f8c-fd868a1cbdda?depth=0|INFO|500||Invoke
2021-09-10T08:43:00.133Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/66de5829-20be-4d2a-af90-0ce56a865c7e/model-vers/model-ver/ae48d4fd-6d6e-4e42-9f8c-fd868a1cbdda?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/66de5829-20be-4d2a-af90-0ce56a865c7e/model-vers/model-ver/ae48d4fd-6d6e-4e42-9f8c-fd868a1cbdda?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5bb9b06c-79d2-4c34-90a8-9b65c7d37d53], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[361c034a-1ffd-4ce9-81e9-cc69e735cc8b], X-ECOMP-RequestID=[5bb9b06c-79d2-4c34-90a8-9b65c7d37d53], X-TransactionId=[], X-ONAP-RequestID=[5bb9b06c-79d2-4c34-90a8-9b65c7d37d53], Content-Type=[application/merge-patch+json]}
2021-09-10T08:43:00.173Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/66de5829-20be-4d2a-af90-0ce56a865c7e/model-vers/model-ver/ae48d4fd-6d6e-4e42-9f8c-fd868a1cbdda?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-10T08:43:00.524Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/66de5829-20be-4d2a-af90-0ce56a865c7e/model-vers/model-ver/ae48d4fd-6d6e-4e42-9f8c-fd868a1cbdda?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/66de5829-20be-4d2a-af90-0ce56a865c7e/model-vers/model-ver/ae48d4fd-6d6e-4e42-9f8c-fd868a1cbdda?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210910-08:43:00:207-19887], vertex-id=[168080], Content-Length=[0], Date=[Fri, 10 Sep 2021 08:43:00 GMT], Content-Type=[application/json]}
2021-09-10T08:43:00.525Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/66de5829-20be-4d2a-af90-0ce56a865c7e/model-vers/model-ver/ae48d4fd-6d6e-4e42-9f8c-fd868a1cbdda?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-10T08:43:00.525Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/66de5829-20be-4d2a-af90-0ce56a865c7e/model-vers/model-ver/ae48d4fd-6d6e-4e42-9f8c-fd868a1cbdda?depth=0|INFO|500||InvokeReturn
2021-09-10T08:43:00.534Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-10T08:43:00.534Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||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-10T08:43:00.545Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-10T08:43:00.545Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5bb9b06c-79d2-4c34-90a8-9b65c7d37d53 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-10T08:43:00.546Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-10T08:43:00.547Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:43:00.554Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:43:00.554Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631263380546,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-10T08:43:00.651Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-09-10T08:43:00.653Z||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-10T08:43:00.654Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:43:00.691Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:43:00.692Z||pool-34-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-10T08:43:01.571Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:43:01.572Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|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-10T08:43:01.572Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:43:05.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:43:05.286Z||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-10T08:43:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:43:05.944Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:43:05.946Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T08:43:05.946Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631263380546,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-10T08:43:05.948Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:43:11.830Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:43:11.910Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:43:11.911Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|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-10T08:43:11.914Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:43:21.474Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:43:21.475Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:43:21.476Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|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-10T08:43:21.476Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:43:31.038Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:43:31.039Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:43:31.039Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|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-10T08:43:31.039Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:43:40.578Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:44:05.283Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:44:05.284Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|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-10T08:44:05.284Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:44:05.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:44:05.286Z||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-10T08:44:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:44:14.841Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:44:14.841Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:45:05.286Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:45:05.288Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|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-10T08:45:05.289Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:45:05.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:45:05.293Z||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-10T08:45:05.293Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:45:14.857Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:45:14.862Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:46:05.284Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:46:05.285Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:46:05.286Z|6e760893-5114-4347-847c-639b1089249f|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-10T08:46:05.287Z|6e760893-5114-4347-847c-639b1089249f|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:46:05.287Z||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-10T08:46:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:46:14.843Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:46:14.845Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:47:05.284Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:47:05.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:47:05.286Z||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-10T08:47:05.286Z||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-10T08:47:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:47:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:47:14.853Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:47:14.856Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:48:05.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:48:05.284Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:48:05.291Z||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-10T08:48:05.291Z||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-10T08:48:05.292Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:48:05.292Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:48:14.852Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:48:14.853Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:49:05.283Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:49:05.285Z||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-10T08:49:05.285Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:49:05.285Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:49:05.286Z||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-10T08:49:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:49:14.850Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:49:14.850Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:50:05.283Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:50:05.285Z||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-10T08:50:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:50:05.286Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:50:05.286Z|6e760893-5114-4347-847c-639b1089249f|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-10T08:50:05.286Z|6e760893-5114-4347-847c-639b1089249f|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:50:14.894Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:50:14.904Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:51:05.283Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:51:05.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:51:05.286Z||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-10T08:51:05.286Z||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-10T08:51:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:51:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:51:14.850Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:51:14.856Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:52:05.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:52:05.284Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:52:05.287Z||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-10T08:52:05.287Z||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-10T08:52:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:52:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:52:14.843Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:52:14.847Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:53:05.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:53:05.286Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:53:05.290Z||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-10T08:53:05.291Z||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-10T08:53:05.291Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:53:05.291Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:53:14.841Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:53:14.845Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:54:05.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:54:05.285Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:54:05.287Z||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-10T08:54:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:54:05.287Z|6e760893-5114-4347-847c-639b1089249f|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-10T08:54:05.289Z|6e760893-5114-4347-847c-639b1089249f|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:54:14.849Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:54:14.856Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:55:05.286Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:55:05.287Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:55:05.288Z|6e760893-5114-4347-847c-639b1089249f|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-10T08:55:05.288Z||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-10T08:55:05.289Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:55:05.289Z|6e760893-5114-4347-847c-639b1089249f|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:55:14.858Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:55:14.887Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:56:05.284Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:56:05.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:56:05.286Z||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-10T08:56:05.286Z|6e760893-5114-4347-847c-639b1089249f|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-10T08:56:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:56:05.287Z|6e760893-5114-4347-847c-639b1089249f|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:56:05.925Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:56:05.926Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:56:05.926Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:56:05.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-10T08:56:05.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
  "consumerID": "aai-ml",
  "timestamp": 1631264134468,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:56:05.931Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:56:05.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-10T08:56:05.926Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"720aa8eb-717f-497b-bd2f-1dff2d07c1e4","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"421485e8-3d28-40ad-b33c-863bbc3fffda","serviceDescription":"service","serviceInvariantUUID":"9c0c8633-f127-4dcf-9cbd-469d086f0479","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"d9422232-81cb-48a1-92e9-e65658faecdf","resourceInvariantUUID":"b2194583-9c7a-4fa8-a09e-271544ebaaeb","resourceCustomizationUUID":"dc8624b2-0562-480b-8eea-96850c671ac2","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":"M2IzNDI5YTQ2ZTU4Mzg3YjhjMjU0NDUyNjI2YzAzNTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"64c2b9ec-bab9-4bc1-87ee-4535902ebb6d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NTc0NGM2ZDJlMmE3YmY2MDA5ZTBlOGM1ZDY0ZDYyMGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"31b10515-e00f-4bbf-8299-7e3d62f08477","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-10T08:56:05.932Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
  "consumerID": "clamp",
  "timestamp": 1631264132500,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:56:05.933Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:56:05.933Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-10T08:56:05.938Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631264138581,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:56:05.938Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:56:05.939Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-10T08:56:05.939Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
  "consumerID": "policy-id",
  "timestamp": 1631264129665,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:56:05.939Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:56:05.939Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-10T08:56:05.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631264137861,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:56:05.940Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:56:05.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-10T08:56:05.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
  "consumerID": "aai-ml",
  "timestamp": 1631264134468,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T08:56:05.941Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:56:05.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-10T08:56:05.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
  "consumerID": "clamp",
  "timestamp": 1631264132500,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T08:56:05.942Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:56:05.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-10T08:56:05.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
  "consumerID": "policy-id",
  "timestamp": 1631264129665,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T08:56:05.942Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:56:05.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-10T08:56:05.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631264138581,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T08:56:05.943Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:56:05.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-10T08:56:05.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631264137861,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T08:56:05.946Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:56:05.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-10T08:56:05.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631264142440,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:56:05.946Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:56:05.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-10T08:56:05.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631264142440,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:56:05.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:56:05.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-10T08:56:05.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
  "consumerID": "cds",
  "timestamp": 1631264143864,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:56:05.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:56:05.949Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T08:56:05.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-10T08:56:05.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
  "consumerID": "aai-ml",
  "timestamp": 1631264144523,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-10T08:56:05.950Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:56:05.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-10T08:56:05.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
  "consumerID": "policy-id",
  "timestamp": 1631264144516,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-10T08:56:05.951Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:56:05.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-10T08:56:05.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631264144596,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-10T08:56:05.951Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:56:05.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-10T08:56:05.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
  "consumerID": "cds",
  "timestamp": 1631264143864,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T08:56:05.952Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:56:05.952Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-10T08:56:05.952Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
  "consumerID": "policy-id",
  "timestamp": 1631264145523,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-10T08:56:05.952Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:56:05.953Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:56:05.952Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-10T08:56:05.953Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631264146325,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-10T08:56:05.954Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:56:05.954Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-10T08:56:05.957Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
  "consumerID": "policy-id",
  "timestamp": 1631264146527,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2021-09-10T08:56:05.959Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:56:05.959Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264165283,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T08:56:05.973Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 720aa8eb-717f-497b-bd2f-1dff2d07c1e4
2021-09-10T08:56:05.974Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 720aa8eb-717f-497b-bd2f-1dff2d07c1e4 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-10T08:56:05.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-10T08:56:05.983Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
  "consumerID": "cds",
  "timestamp": 1631264146768,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-10T08:56:05.984Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:56:05.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-10T08:56:05.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631264147342,
  "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-10T08:56:05.988Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 720aa8eb-717f-497b-bd2f-1dff2d07c1e4
2021-09-10T08:56:05.988Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 720aa8eb-717f-497b-bd2f-1dff2d07c1e4 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-10T08:56:05.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-10T08:56:05.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
  "consumerID": "cds",
  "timestamp": 1631264147777,
  "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-10T08:56:06.005Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 720aa8eb-717f-497b-bd2f-1dff2d07c1e4
2021-09-10T08:56:06.005Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 720aa8eb-717f-497b-bd2f-1dff2d07c1e4 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-10T08:56:06.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-10T08:56:06.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
  "consumerID": "dcae-sch",
  "timestamp": 1631264147575,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:56:06.024Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:56:06.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-10T08:56:06.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
  "consumerID": "aai-ml",
  "timestamp": 1631264148918,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-10T08:56:06.024Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:56:06.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-10T08:56:06.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
  "consumerID": "dcae-sch",
  "timestamp": 1631264147575,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:56:06.025Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:56:06.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-10T08:56:06.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
  "consumerID": "aai-ml",
  "timestamp": 1631264149926,
  "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-10T08:56:06.029Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 720aa8eb-717f-497b-bd2f-1dff2d07c1e4
2021-09-10T08:56:06.029Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 720aa8eb-717f-497b-bd2f-1dff2d07c1e4 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-10T08:56:06.038Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-10T08:56:06.038Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
  "consumerID": "clamp",
  "timestamp": 1631264151389,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-10T08:56:06.039Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:56:06.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-10T08:56:06.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
  "consumerID": "clamp",
  "timestamp": 1631264153400,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-10T08:56:06.040Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:56:06.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-10T08:56:06.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
  "consumerID": "clamp",
  "timestamp": 1631264154404,
  "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-10T08:56:06.052Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 720aa8eb-717f-497b-bd2f-1dff2d07c1e4
2021-09-10T08:56:06.052Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 720aa8eb-717f-497b-bd2f-1dff2d07c1e4 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-10T08:56:06.057Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-09-10T08:56:06.058Z||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-10T08:56:06.059Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:56:06.085Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:56:06.086Z||pool-35-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:56:06.960Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T08:56:06.960Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:56:06.963Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:56:06.963Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264165283,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T08:56:07.066Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-09-10T08:56:07.066Z||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-10T08:56:07.066Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:56:07.077Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:56:07.077Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:56:07.977Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "421485e8-3d28-40ad-b33c-863bbc3fffda",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9c0c8633-f127-4dcf-9cbd-469d086f0479",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "dc8624b2-0562-480b-8eea-96850c671ac2",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "d9422232-81cb-48a1-92e9-e65658faecdf",
      "resourceInvariantUUID": "b2194583-9c7a-4fa8-a09e-271544ebaaeb",
      "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": "NTc0NGM2ZDJlMmE3YmY2MDA5ZTBlOGM1ZDY0ZDYyMGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "31b10515-e00f-4bbf-8299-7e3d62f08477"
    }
  ],
  "workloadContext": "Production"
}
2021-09-10T08:56:07.979Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-10T08:56:07.979Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 421485e8-3d28-40ad-b33c-863bbc3fffda ASDC
2021-09-10T08:56:07.980Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:720aa8eb-717f-497b-bd2f-1dff2d07c1e4
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:421485e8-3d28-40ad-b33c-863bbc3fffda
ServiceInvariantUUID:9c0c8633-f127-4dcf-9cbd-469d086f0479
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:31b10515-e00f-4bbf-8299-7e3d62f08477
ArtifactChecksum:NTc0NGM2ZDJlMmE3YmY2MDA5ZTBlOGM1ZDY0ZDYyMGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:dc8624b2-0562-480b-8eea-96850c671ac2
ResourceInvariantUUID:b2194583-9c7a-4fa8-a09e-271544ebaaeb
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:d9422232-81cb-48a1-92e9-e65658faecdf
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-09-10T08:56:07.980Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 421485e8-3d28-40ad-b33c-863bbc3fffda 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-10T08:56:08.009Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-10T08:56:08.011Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-10T08:56:08.011Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-10T08:56:08.012Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 31b10515-e00f-4bbf-8299-7e3d62f08477 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-10T08:56:08.012Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-10T08:56:08.012Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-10T08:56:08.374Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-10T08:56:08.378Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 31b10515-e00f-4bbf-8299-7e3d62f08477 52172
2021-09-10T08:56:08.378Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-10T08:56:08.378Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-10T08:56:08.378Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-10T08:56:08.379Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:56:08.382Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:56:08.382Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264168378,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-10T08:56:08.482Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T08:56:08.484Z||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-10T08:56:08.485Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:56:08.495Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:56:08.496Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:56:09.384Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-10T08:56:09.387Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-10T08:56:09.388Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 31b10515-e00f-4bbf-8299-7e3d62f08477, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-10T08:56:09.388Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-09-10T08:56:09.389Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-10T08:56:09.389Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-10T08:56:09.538Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14045614947913852792/Definitions/service-BasicNetwork-template.yml
2021-09-10T08:56:10.194Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-10T08:56:10.195Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-09-10T08:56:10.195Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-10T08:56:10.195Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-09-10T08:56:10.196Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-10T08:56:10.196Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-10T08:56:10.196Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-10T08:56:10.196Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-10T08:56:10.196Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-10T08:56:10.196Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-10T08:56:10.197Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-10T08:56:10.197Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-10T08:56:10.197Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-09-10T08:56:10.198Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:56:10.198Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:56:10.198Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-10T08:56:10.199Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-09-10T08:56:10.199Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-10T08:56:10.199Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:56:10.199Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:56:10.199Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-10T08:56:10.200Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-09-10T08:56:10.200Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-10T08:56:10.200Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:56:10.200Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:56:10.201Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:56:10.201Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:56:10.201Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:56:10.202Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:56:10.202Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:56:10.202Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:56:10.202Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:56:10.202Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:56:10.202Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:421485e8-3d28-40ad-b33c-863bbc3fffda
Model Version:NULL
Model InvariantUuid:9c0c8633-f127-4dcf-9cbd-469d086f0479
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:b2194583-9c7a-4fa8-a09e-271544ebaaeb
Model UUID:ca0e294b-b4bd-4c72-ad28-814143d79f52
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:dc8624b2-0562-480b-8eea-96850c671ac2
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-10T08:56:10.210Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: d9422232-81cb-48a1-92e9-e65658faecdf
2021-09-10T08:56:10.211Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||No resources found for Service: 421485e8-3d28-40ad-b33c-863bbc3fffda
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-10T08:56:10.216Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||
2021-09-10T08:56:10.216Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-09-10T08:56:10.217Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 421485e8-3d28-40ad-b33c-863bbc3fffda
2021-09-10T08:56:10.218Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 421485e8-3d28-40ad-b33c-863bbc3fffda
2021-09-10T08:56:10.218Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-09-10T08:56:10.218Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_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-10T08:56:10.223Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6bc14908, org.onap.sdc.toscaparser.api.parameters.Input@722b825b, org.onap.sdc.toscaparser.api.parameters.Input@739d1ce0, org.onap.sdc.toscaparser.api.parameters.Input@fa4a6f3, org.onap.sdc.toscaparser.api.parameters.Input@6ecc3706]
2021-09-10T08:56:10.225Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:56:10.226Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:56:10.226Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:56:10.226Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:56:10.226Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 421485e8-3d28-40ad-b33c-863bbc3fffda: Generic NeutronNet
2021-09-10T08:56:10.227Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:56:10.227Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:56:10.227Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:56:10.227Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_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-10T08:56:10.259Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:56:10.259Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:56:10.259Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:56:10.259Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:56:10.260Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:56:10.260Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:56:10.260Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||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-10T08:56:10.312Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-09-10T08:56:10.313Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-10T08:56:10.313Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-10T08:56:10.313Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-10T08:56:10.314Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:56:10.316Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:56:10.316Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264170313,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-10T08:56:10.416Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T08:56:10.417Z||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-10T08:56:10.417Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:56:10.427Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:56:10.428Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:56:11.317Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 720aa8eb-717f-497b-bd2f-1dff2d07c1e4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T08:56:11.326Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 720aa8eb-717f-497b-bd2f-1dff2d07c1e4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10T08:56:11.329Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-10T08:56:11.329Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-10T08:56:11.329Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-10T08:56:11.329Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-10T08:56:11.330Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-10T08:56:11.330Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-10T08:56:11.330Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-10T08:56:11.330Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-10T08:56:11.330Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-10T08:56:11.330Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-10T08:56:11.330Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||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-10T08:56:11.333Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-10T08:56:41.333Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 720aa8eb-717f-497b-bd2f-1dff2d07c1e4 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-10T08:56:41.338Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 720aa8eb-717f-497b-bd2f-1dff2d07c1e4 and serviceModelVersionId: 421485e8-3d28-40ad-b33c-863bbc3fffda
2021-09-10T08:56:41.338Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9c0c8633-f127-4dcf-9cbd-469d086f0479
2021-09-10T08:56:41.339Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9c0c8633-f127-4dcf-9cbd-469d086f0479/model-vers/model-ver/421485e8-3d28-40ad-b33c-863bbc3fffda?depth=0
2021-09-10T08:56:41.344Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-09-10T08:56:41.430Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9c0c8633-f127-4dcf-9cbd-469d086f0479/model-vers/model-ver/421485e8-3d28-40ad-b33c-863bbc3fffda?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-10T08:56:41.433Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9c0c8633-f127-4dcf-9cbd-469d086f0479/model-vers/model-ver/421485e8-3d28-40ad-b33c-863bbc3fffda?depth=0|INFO|500||Invoke
2021-09-10T08:56:41.461Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9c0c8633-f127-4dcf-9cbd-469d086f0479/model-vers/model-ver/421485e8-3d28-40ad-b33c-863bbc3fffda?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-10T08:56:42.788Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9c0c8633-f127-4dcf-9cbd-469d086f0479/model-vers/model-ver/421485e8-3d28-40ad-b33c-863bbc3fffda?depth=0|INFO|500||InvokeReturn
2021-09-10T08:56:42.791Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9c0c8633-f127-4dcf-9cbd-469d086f0479/model-vers/model-ver/421485e8-3d28-40ad-b33c-863bbc3fffda?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210910-08:56:41:473-71584], vertex-id=[188664], Content-Length=[0], Date=[Fri, 10 Sep 2021 08:56:41 GMT], Content-Type=[application/json]}
2021-09-10T08:56:42.791Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2021-09-10T08:56:42.791Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-10T08:56:42.792Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||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-10T08:56:42.796Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-10T08:56:42.797Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 720aa8eb-717f-497b-bd2f-1dff2d07c1e4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-10T08:56:42.797Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-10T08:56:42.798Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:56:42.800Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:56:42.801Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264202797,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-10T08:56:42.900Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-10T08:56:42.901Z||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-10T08:56:42.902Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:56:42.919Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:56:42.919Z||pool-39-thread-1|||||INFO|500||cambria reply ok (18 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-10T08:57:05.284Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:57:05.285Z||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-10T08:57:05.285Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:57:05.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:57:05.290Z||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-10T08:57:05.290Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:57:05.414Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:57:05.415Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-10T08:57:05.415Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264165283,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:57:05.416Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:57:14.849Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:58:05.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:58:05.287Z||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-10T08:58:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:58:05.294Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:58:05.295Z||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-10T08:58:05.295Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:58:05.345Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:58:05.346Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:58:05.346Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264165283,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T08:58:05.349Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:58:05.350Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:58:05.350Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264168378,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-10T08:58:05.350Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:58:05.350Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:58:05.350Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264170313,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-10T08:58:05.350Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:58:05.350Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:58:05.350Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264202797,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-10T08:58:05.351Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:58:05.959Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:58:05.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-10T08:58:05.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"eb6f4dcf-34e6-4a47-84d6-571550281a89","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"035111dc-c80f-4d53-bf50-7e431fe01e55","serviceDescription":"service","serviceInvariantUUID":"d81d8d64-e49f-4260-b84d-ad51d26c85e7","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9b0fb5c6-229b-4a45-b7b0-3f4dddaea0bf","resourceInvariantUUID":"18abcb9b-10d0-4023-ad4f-c7d1ceb11305","resourceCustomizationUUID":"b5cbba0c-44ea-40e6-baf0-5c1f73ab09cf","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":"ZTJmNjhhNWRhYWQ2Y2I3OWMwMDM5OTk3OTE2M2Q0NDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"af2f980f-e238-4e56-9a55-cce485439c51","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":"NDI0NWM4MDU3YzNkNmZhY2RlYjlkYWU0ZmYwYTE2MTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6f1c3569-9c9a-4092-bc25-9652654a05bd","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":"d8eb0114-bb3e-428a-9cb5-33f2653be862","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":"962726eb-cfe8-4f47-86e8-93acfa4cab23","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":"e42ef2f8-3015-4159-87f7-4508292f7cfb","artifactVersion":"2","generatedFromUUID":"d8eb0114-bb3e-428a-9cb5-33f2653be862"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZWRiZGE1YTI5NDMyMDA4YjZiMGIyMTI4NjIwZGRmYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3fbdfb66-eb8a-4502-97e0-86029ad926cf","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NWFkMTEyNzNlMjY5M2E0YWFjMmRmYWI0YWI1NGFhZWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"74f695c7-bebe-4372-bf60-e84bd83a747e","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-10T08:58:05.968Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T08:58:05.969Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:58:05.973Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:58:05.974Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264285284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:58:06.074Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-10T08:58:06.075Z||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-10T08:58:06.075Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:58:06.089Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:58:06.090Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:58:06.975Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T08:58:06.978Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:58:06.980Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:58:06.980Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264285284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-10T08:58:07.080Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T08:58:07.082Z||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-10T08:58:07.082Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:58:07.094Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:58:07.095Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:58:07.981Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T08:58:07.982Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:58:07.984Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:58:07.984Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264285284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-10T08:58:08.084Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T08:58:08.086Z||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-10T08:58:08.086Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:58:08.097Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:58:08.099Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:58:08.985Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T08:58:08.986Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:58:08.988Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:58:08.988Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264285284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:58:09.088Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T08:58:09.089Z||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-10T08:58:09.089Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:58:09.100Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:58:09.100Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:58:09.989Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T08:58:09.989Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:58:09.991Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:58:09.991Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264285284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-10T08:58:10.091Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T08:58:10.092Z||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-10T08:58:10.092Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:58:10.115Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:58:10.115Z||pool-44-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:58:10.992Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T08:58:10.992Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:58:11.006Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:58:11.006Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264285284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:58:11.094Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2021-09-10T08:58:11.095Z||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-10T08:58:11.095Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:58:11.106Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:58:11.106Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:58:12.026Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T08:58:12.027Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:58:12.030Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:58:12.030Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264285284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T08:58:12.130Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-09-10T08:58:12.131Z||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-10T08:58:12.131Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:58:12.158Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:58:12.159Z||pool-46-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:58:13.036Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "035111dc-c80f-4d53-bf50-7e431fe01e55",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d81d8d64-e49f-4260-b84d-ad51d26c85e7",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "b5cbba0c-44ea-40e6-baf0-5c1f73ab09cf",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9b0fb5c6-229b-4a45-b7b0-3f4dddaea0bf",
      "resourceInvariantUUID": "18abcb9b-10d0-4023-ad4f-c7d1ceb11305",
      "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": "NDI0NWM4MDU3YzNkNmZhY2RlYjlkYWU0ZmYwYTE2MTc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6f1c3569-9c9a-4092-bc25-9652654a05bd",
          "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": "d8eb0114-bb3e-428a-9cb5-33f2653be862",
          "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": "e42ef2f8-3015-4159-87f7-4508292f7cfb",
            "generatedFromUUID": "d8eb0114-bb3e-428a-9cb5-33f2653be862"
          },
          "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": "e42ef2f8-3015-4159-87f7-4508292f7cfb",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NWFkMTEyNzNlMjY5M2E0YWFjMmRmYWI0YWI1NGFhZWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "74f695c7-bebe-4372-bf60-e84bd83a747e"
    }
  ],
  "workloadContext": "Production"
}
2021-09-10T08:58:13.036Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-10T08:58:13.037Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 035111dc-c80f-4d53-bf50-7e431fe01e55 ASDC
2021-09-10T08:58:13.038Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:eb6f4dcf-34e6-4a47-84d6-571550281a89
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:035111dc-c80f-4d53-bf50-7e431fe01e55
ServiceInvariantUUID:d81d8d64-e49f-4260-b84d-ad51d26c85e7
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:74f695c7-bebe-4372-bf60-e84bd83a747e
ArtifactChecksum:NWFkMTEyNzNlMjY5M2E0YWFjMmRmYWI0YWI1NGFhZWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:b5cbba0c-44ea-40e6-baf0-5c1f73ab09cf
ResourceInvariantUUID:18abcb9b-10d0-4023-ad4f-c7d1ceb11305
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:9b0fb5c6-229b-4a45-b7b0-3f4dddaea0bf
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:6f1c3569-9c9a-4092-bc25-9652654a05bd
ArtifactChecksum:NDI0NWM4MDU3YzNkNmZhY2RlYjlkYWU0ZmYwYTE2MTc=
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:d8eb0114-bb3e-428a-9cb5-33f2653be862
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:e42ef2f8-3015-4159-87f7-4508292f7cfb
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:e42ef2f8-3015-4159-87f7-4508292f7cfb
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-10T08:58:13.038Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 035111dc-c80f-4d53-bf50-7e431fe01e55 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-10T08:58:13.090Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-10T08:58:13.092Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-10T08:58:13.093Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-10T08:58:13.093Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 74f695c7-bebe-4372-bf60-e84bd83a747e from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-10T08:58:13.093Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-10T08:58:13.094Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|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-10T08:58:16.428Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-10T08:58:16.432Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 74f695c7-bebe-4372-bf60-e84bd83a747e 70862
2021-09-10T08:58:16.432Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|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-10T08:58:16.432Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|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-10T08:58:16.433Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-10T08:58:16.433Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:58:16.436Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:58:16.436Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264296432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-10T08:58:16.546Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms
2021-09-10T08:58:16.547Z||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-10T08:58:16.547Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:58:16.562Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:58:16.563Z||pool-47-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:58:17.437Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-10T08:58:17.438Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-10T08:58:17.438Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 74f695c7-bebe-4372-bf60-e84bd83a747e, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-10T08:58:17.439Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-09-10T08:58:17.439Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-10T08:58:17.439Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-09-10T08:58:17.721Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4415758721179902602/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-10T08:58:18.932Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-10T08:58:18.932Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-10T08:58:18.933Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-10T08:58:18.933Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-10T08:58:18.933Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|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-10T08:58:18.933Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|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-10T08:58:18.933Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|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-10T08:58:18.933Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|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-10T08:58:18.934Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|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-10T08:58:18.934Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|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-10T08:58:18.934Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|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-10T08:58:18.934Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|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-10T08:58:18.934Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|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-10T08:58:18.934Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-10T08:58:18.935Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:58:18.935Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|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-10T08:58:18.935Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-10T08:58:18.936Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-10T08:58:18.936Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-10T08:58:18.936Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:58:18.936Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|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-10T08:58:18.937Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-10T08:58:18.937Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-10T08:58:18.937Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-10T08:58:18.937Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:58:18.937Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|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-10T08:58:18.938Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:58:18.938Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-10T08:58:18.938Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-09-10T08:58:18.938Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-09-10T08:58:18.938Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-09-10T08:58:18.939Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-10T08:58:18.939Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-10T08:58:18.939Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:58:18.939Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|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-10T08:58:18.940Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:58:18.940Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-10T08:58:18.940Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-10T08:58:18.940Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:58:18.940Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-10T08:58:18.941Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-10T08:58:18.941Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:58:18.941Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-10T08:58:18.941Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-10T08:58:18.941Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:58:18.942Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-10T08:58:18.942Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-10T08:58:18.942Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-10T08:58:18.942Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5bee045f-a308-4d7a-8b64-672748ec7e71
2021-09-10T08:58:18.942Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:58:18.942Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|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-10T08:58:18.943Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:58:18.943Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|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-10T08:58:18.943Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:58:18.943Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|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-10T08:58:18.944Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:58:18.944Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|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-10T08:58:18.944Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:035111dc-c80f-4d53-bf50-7e431fe01e55
Model Version:NULL
Model InvariantUuid:d81d8d64-e49f-4260-b84d-ad51d26c85e7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:bfdab037-6fd4-414c-925b-059c50b15604
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:18abcb9b-10d0-4023-ad4f-c7d1ceb11305
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b5cbba0c-44ea-40e6-baf0-5c1f73ab09cf
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:31f50d47-157e-4509-806f-ec9343c44d62
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:c5b71d9e-4d35-4896-9aee-b6eb556e307c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5bee045f-a308-4d7a-8b64-672748ec7e71
ModelInvariantUuid:585d91d6-4545-42f4-b342-b9cf2e2fc074
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:e3f63a36-1b3e-4900-8a63-64c1532eef51
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:89f70bb4-f1cb-4996-a048-9ff33bacc4bd
ModelInvariantUuid:d722b03c-2d51-4558-843f-322e121cbcdb
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:78996422-c392-4a19-8af1-e53d4d7727c0
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-10T08:58:18.950Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 9b0fb5c6-229b-4a45-b7b0-3f4dddaea0bf
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-10T08:58:18.956Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||basic_vm 0
2021-09-10T08:58:18.957Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9b0fb5c6-229b-4a45-b7b0-3f4dddaea0bf
2021-09-10T08:58:18.957Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6f1c3569-9c9a-4092-bc25-9652654a05bd from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-10T08:58:18.957Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-10T08:58:18.957Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|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-10T08:58:20.012Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-10T08:58:20.013Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|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 6f1c3569-9c9a-4092-bc25-9652654a05bd 787
2021-09-10T08:58:20.013Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|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-10T08:58:20.013Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|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-10T08:58:20.013Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-10T08:58:20.014Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:58:20.016Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:58:20.016Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264300013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-10T08:58:20.116Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T08:58:20.124Z||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-10T08:58:20.124Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:58:20.136Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:58:20.137Z||pool-48-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:58:21.017Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "31f50d47-157e-4509-806f-ec9343c44d62",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c5b71d9e-4d35-4896-9aee-b6eb556e307c",
    "vfModuleModelCustomizationUUID": "fca19f67-c00b-4f84-b6a3-2b2eb509b627",
    "isBase": true,
    "artifacts": [
      "d8eb0114-bb3e-428a-9cb5-33f2653be862",
      "e42ef2f8-3015-4159-87f7-4508292f7cfb"
    ],
    "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-10T08:58:21.021Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c5b71d9e-4d35-4896-9aee-b6eb556e307c
VfModuleModelInvariantUUID:31f50d47-157e-4509-806f-ec9343c44d62
VfModuleModelDescription:NULL
Artifacts UUID List:{
d8eb0114-bb3e-428a-9cb5-33f2653be862
,
e42ef2f8-3015-4159-87f7-4508292f7cfb

}
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-10T08:58:21.025Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "31f50d47-157e-4509-806f-ec9343c44d62",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c5b71d9e-4d35-4896-9aee-b6eb556e307c",
    "vfModuleModelCustomizationUUID": "fca19f67-c00b-4f84-b6a3-2b2eb509b627",
    "isBase": true,
    "artifacts": [
      "d8eb0114-bb3e-428a-9cb5-33f2653be862",
      "e42ef2f8-3015-4159-87f7-4508292f7cfb"
    ],
    "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-10T08:58:21.025Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c5b71d9e-4d35-4896-9aee-b6eb556e307c
VfModuleModelInvariantUUID:31f50d47-157e-4509-806f-ec9343c44d62
VfModuleModelDescription:NULL
Artifacts UUID List:{
d8eb0114-bb3e-428a-9cb5-33f2653be862
,
e42ef2f8-3015-4159-87f7-4508292f7cfb

}
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-10T08:58:21.025Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d8eb0114-bb3e-428a-9cb5-33f2653be862 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-10T08:58:21.025Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-10T08:58:21.026Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|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-10T08:58:24.098Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-10T08:58:24.098Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml d8eb0114-bb3e-428a-9cb5-33f2653be862 5033
2021-09-10T08:58:24.098Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|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-10T08:58:24.098Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|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-10T08:58:24.098Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-10T08:58:24.099Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:58:24.100Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:58:24.100Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264304098,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-10T08:58:24.202Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-09-10T08:58:24.203Z||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-10T08:58:24.203Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:58:24.215Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:58:24.215Z||pool-49-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:58:25.101Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e42ef2f8-3015-4159-87f7-4508292f7cfb from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-10T08:58:25.102Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-10T08:58:25.102Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|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-10T08:58:25.610Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-10T08:58:25.610Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env e42ef2f8-3015-4159-87f7-4508292f7cfb 903
2021-09-10T08:58:25.611Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|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-10T08:58:25.611Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|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-10T08:58:25.611Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-10T08:58:25.611Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:58:25.613Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:58:25.613Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264305610,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-10T08:58:25.713Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-10T08:58:25.714Z||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-10T08:58:25.715Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:58:25.725Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:58:25.725Z||pool-50-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:58:26.614Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 035111dc-c80f-4d53-bf50-7e431fe01e55
2021-09-10T08:58:26.614Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 9b0fb5c6-229b-4a45-b7b0-3f4dddaea0bf 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-10T08:58:26.631Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4cc1c655, org.onap.sdc.toscaparser.api.parameters.Input@72ea2813, org.onap.sdc.toscaparser.api.parameters.Input@5c216c1d, org.onap.sdc.toscaparser.api.parameters.Input@7eaff112, org.onap.sdc.toscaparser.api.parameters.Input@3c9e73fc]
2021-09-10T08:58:26.633Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:58:26.633Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|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-10T08:58:26.634Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2021-09-10T08:58:26.634Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= b5cbba0c-44ea-40e6-baf0-5c1f73ab09cf
2021-09-10T08:58:26.634Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b5cbba0c-44ea-40e6-baf0-5c1f73ab09cf matches Tosca VF Customization UUID: b5cbba0c-44ea-40e6-baf0-5c1f73ab09cf
2021-09-10T08:58:26.635Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: b5cbba0c-44ea-40e6-baf0-5c1f73ab09cf  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-10T08:58:26.637Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:58:26.637Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|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-10T08:58:26.638Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id b5cbba0c-44ea-40e6-baf0-5c1f73ab09cf: {\"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-10T08:58:26.638Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4927e7c4
2021-09-10T08:58:26.638Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:58:26.639Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|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-10T08:58:26.639Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fca19f67-c00b-4f84-b6a3-2b2eb509b627
2021-09-10T08:58:26.639Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fca19f67-c00b-4f84-b6a3-2b2eb509b627
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-10T08:58:26.641Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:58:26.641Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-10T08:58:26.641Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-10T08:58:26.642Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:58:26.642Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-10T08:58:26.642Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-10T08:58:26.642Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:58:26.643Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-10T08:58:26.643Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-10T08:58:26.643Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-10T08:58:26.643Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5bee045f-a308-4d7a-8b64-672748ec7e71
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-10T08:58:26.645Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:58:26.645Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-10T08:58:26.646Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-10T08:58:26.646Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:58:26.646Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-10T08:58:26.646Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=b5cbba0c-44ea-40e6-baf0-5c1f73ab09cf
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-10T08:58:26.648Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:58:26.648Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|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-10T08:58:26.649Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 035111dc-c80f-4d53-bf50-7e431fe01e55: basic_vm
2021-09-10T08:58:26.649Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:58:26.649Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|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-10T08:58:26.649Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:58:26.650Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|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-10T08:58:26.650Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:58:26.650Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|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-10T08:58:26.650Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:58:26.650Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|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-10T08:58:26.651Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T08:58:26.651Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|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-10T08:58:26.651Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|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-10T08:58:26.726Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 9b0fb5c6-229b-4a45-b7b0-3f4dddaea0bf 1 ASDC deployResourceStructure
2021-09-10T08:58:26.726Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|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-10T08:58:26.727Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|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-10T08:58:26.727Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-10T08:58:26.727Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:58:26.729Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:58:26.729Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264306726,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-10T08:58:26.829Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T08:58:26.830Z||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-10T08:58:26.830Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:58:26.842Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:58:26.842Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:58:27.729Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|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-10T08:58:27.730Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|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-10T08:58:27.730Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-10T08:58:27.730Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:58:27.732Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:58:27.732Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264307729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-10T08:58:27.832Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T08:58:27.833Z||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-10T08:58:27.833Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:58:27.845Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:58:27.857Z||pool-52-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:58:28.733Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|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-10T08:58:28.733Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|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-10T08:58:28.733Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-10T08:58:28.734Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:58:28.736Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:58:28.737Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264308732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-10T08:58:28.843Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2021-09-10T08:58:28.843Z||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-10T08:58:28.844Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:58:28.855Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:58:28.855Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:58:29.738Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|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-10T08:58:29.739Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|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-10T08:58:29.740Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-10T08:58:29.740Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:58:29.743Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:58:29.743Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264309738,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-10T08:58:29.842Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-10T08:58:29.844Z||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-10T08:58:29.844Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:58:29.857Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:58:29.858Z||pool-54-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:58:30.744Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb6f4dcf-34e6-4a47-84d6-571550281a89
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T08:58:30.753Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb6f4dcf-34e6-4a47-84d6-571550281a89
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10T08:58:30.756Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-10T08:58:30.756Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-10T08:58:30.756Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-10T08:59:00.759Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb6f4dcf-34e6-4a47-84d6-571550281a89
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T08:59:01.336Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb6f4dcf-34e6-4a47-84d6-571550281a89
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10T08:59:01.354Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-10T08:59:01.362Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-10T08:59:01.362Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-10T08:59:05.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:59:05.286Z||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-10T08:59:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:59:05.320Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T08:59:05.321Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.321Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631264227862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.322Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.322Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.322Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "cds",
  "timestamp": 1631264233863,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.322Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.322Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.322Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "dcae-sch",
  "timestamp": 1631264227578,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.322Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.323Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "policy-id",
  "timestamp": 1631264229666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.323Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.323Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631264227862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.323Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.323Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "cds",
  "timestamp": 1631264233863,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.323Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.323Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "dcae-sch",
  "timestamp": 1631264227578,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.324Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "policy-id",
  "timestamp": 1631264229666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.324Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631264238581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.324Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "cds",
  "timestamp": 1631264233863,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.325Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.325Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.325Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631264227862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.325Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.325Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.325Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "dcae-sch",
  "timestamp": 1631264227578,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.325Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.325Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.325Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "policy-id",
  "timestamp": 1631264229666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-10T08:59:05.325Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.325Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.326Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631264238581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-10T08:59:05.326Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.326Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.326Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "cds",
  "timestamp": 1631264233863,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.326Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.326Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.327Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631264227862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.327Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.327Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.327Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "dcae-sch",
  "timestamp": 1631264227578,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.327Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.327Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.328Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "policy-id",
  "timestamp": 1631264229666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.328Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.328Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631264238581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-10T08:59:05.328Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "cds",
  "timestamp": 1631264233863,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.329Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631264227862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.329Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "dcae-sch",
  "timestamp": 1631264227578,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.329Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.330Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.330Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "policy-id",
  "timestamp": 1631264229666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.330Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.330Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.330Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631264238581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.330Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.330Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.330Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631264227862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.330Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.331Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.331Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "cds",
  "timestamp": 1631264233863,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.331Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.331Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.331Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "dcae-sch",
  "timestamp": 1631264227578,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.331Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.331Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.331Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "policy-id",
  "timestamp": 1631264229666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.331Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.331Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.331Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631264242444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.332Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.332Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631264238581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-10T08:59:05.332Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.332Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631264227862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T08:59:05.332Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.332Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "cds",
  "timestamp": 1631264233863,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T08:59:05.332Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.333Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "dcae-sch",
  "timestamp": 1631264227578,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.333Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.333Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "policy-id",
  "timestamp": 1631264229666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T08:59:05.333Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.333Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631264242444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.333Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.333Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631264238581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.334Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.334Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.334Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631264242444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.334Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.334Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.334Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631264245155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-10T08:59:05.334Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:59:05.334Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.334Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "cds",
  "timestamp": 1631264245162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-10T08:59:05.335Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:59:05.335Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.335Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "policy-id",
  "timestamp": 1631264245220,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-10T08:59:05.335Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:59:05.335Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.335Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631264238581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T08:59:05.335Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.336Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.336Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631264242444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.336Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.336Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.336Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "cds",
  "timestamp": 1631264246168,
  "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-10T08:59:05.344Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of eb6f4dcf-34e6-4a47-84d6-571550281a89
2021-09-10T08:59:05.344Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb6f4dcf-34e6-4a47-84d6-571550281a89 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-10T08:59:05.351Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.351Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "policy-id",
  "timestamp": 1631264246227,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-10T08:59:05.352Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:59:05.352Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.352Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631264246502,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-10T08:59:05.352Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:59:05.352Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.352Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631264242444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.352Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.352Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.352Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "policy-id",
  "timestamp": 1631264247233,
  "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-10T08:59:05.357Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eb6f4dcf-34e6-4a47-84d6-571550281a89
2021-09-10T08:59:05.357Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb6f4dcf-34e6-4a47-84d6-571550281a89 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-10T08:59:05.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.364Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631264247716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-10T08:59:05.364Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:59:05.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.364Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631264247868,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-10T08:59:05.364Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:59:05.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.364Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631264242444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.364Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.365Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.365Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631264248874,
  "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-10T08:59:05.369Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of eb6f4dcf-34e6-4a47-84d6-571550281a89
2021-09-10T08:59:05.369Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb6f4dcf-34e6-4a47-84d6-571550281a89 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-10T08:59:05.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631264242444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.375Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631264249193,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-10T08:59:05.375Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:59:05.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631264250241,
  "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-10T08:59:05.379Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eb6f4dcf-34e6-4a47-84d6-571550281a89
2021-09-10T08:59:05.379Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb6f4dcf-34e6-4a47-84d6-571550281a89 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-10T08:59:05.385Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.385Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631264251244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-10T08:59:05.385Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:59:05.385Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.385Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "clamp",
  "timestamp": 1631264252500,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.385Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.385Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.385Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "clamp",
  "timestamp": 1631264252500,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-10T08:59:05.385Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.385Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.386Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "aai-ml",
  "timestamp": 1631264254467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.386Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.386Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.386Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "clamp",
  "timestamp": 1631264252500,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.386Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.386Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.386Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "aai-ml",
  "timestamp": 1631264254467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.386Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.386Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "clamp",
  "timestamp": 1631264252500,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.387Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.388Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "aai-ml",
  "timestamp": 1631264254467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.388Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.388Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.388Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "clamp",
  "timestamp": 1631264252500,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.388Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.388Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.388Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "aai-ml",
  "timestamp": 1631264254467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "clamp",
  "timestamp": 1631264252500,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "aai-ml",
  "timestamp": 1631264254467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "clamp",
  "timestamp": 1631264252500,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T08:59:05.390Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "aai-ml",
  "timestamp": 1631264254467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.390Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "aai-ml",
  "timestamp": 1631264254467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T08:59:05.390Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "aai-ml",
  "timestamp": 1631264264398,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-10T08:59:05.391Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:59:05.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "clamp",
  "timestamp": 1631264268408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-10T08:59:05.391Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:59:05.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "clamp",
  "timestamp": 1631264270419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-10T08:59:05.392Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:59:05.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "clamp",
  "timestamp": 1631264271426,
  "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-10T08:59:05.396Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of eb6f4dcf-34e6-4a47-84d6-571550281a89
2021-09-10T08:59:05.396Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb6f4dcf-34e6-4a47-84d6-571550281a89 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-10T08:59:05.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "aai-ml",
  "timestamp": 1631264272983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-10T08:59:05.404Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:59:05.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "aai-ml",
  "timestamp": 1631264273991,
  "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-10T08:59:05.407Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of eb6f4dcf-34e6-4a47-84d6-571550281a89
2021-09-10T08:59:05.408Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb6f4dcf-34e6-4a47-84d6-571550281a89 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-10T08:59:05.414Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.414Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "policy-id",
  "timestamp": 1631264269665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.414Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.414Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.414Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "dcae-sch",
  "timestamp": 1631264267575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.415Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.415Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.415Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "policy-id",
  "timestamp": 1631264269665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.415Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.415Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.415Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "dcae-sch",
  "timestamp": 1631264267575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.415Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.415Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.416Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "policy-id",
  "timestamp": 1631264269665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-10T08:59:05.416Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.416Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.416Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "dcae-sch",
  "timestamp": 1631264267575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.416Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.416Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.416Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631264278581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.416Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.417Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.417Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "cds",
  "timestamp": 1631264278863,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.417Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.417Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.417Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "policy-id",
  "timestamp": 1631264269665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.417Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.417Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.417Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "dcae-sch",
  "timestamp": 1631264267575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.417Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.418Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.418Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631264278581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-10T08:59:05.418Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.418Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.418Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "cds",
  "timestamp": 1631264278863,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.418Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.418Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.418Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "policy-id",
  "timestamp": 1631264269665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.419Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.419Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.419Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "dcae-sch",
  "timestamp": 1631264267575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.419Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.419Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.419Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631264278581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-10T08:59:05.419Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.419Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.420Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "cds",
  "timestamp": 1631264278863,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.420Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.420Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "policy-id",
  "timestamp": 1631264269665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.420Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.420Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "dcae-sch",
  "timestamp": 1631264267575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.420Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631264278581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.421Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "cds",
  "timestamp": 1631264278863,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.421Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "policy-id",
  "timestamp": 1631264269665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.421Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "dcae-sch",
  "timestamp": 1631264267575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.422Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631264282441,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.422Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "clamp",
  "timestamp": 1631264282502,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.422Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631264278581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-10T08:59:05.423Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "cds",
  "timestamp": 1631264278863,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.423Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "policy-id",
  "timestamp": 1631264269665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T08:59:05.424Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.424Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "dcae-sch",
  "timestamp": 1631264267575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.424Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.424Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631264282441,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.424Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.424Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "clamp",
  "timestamp": 1631264282502,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-10T08:59:05.425Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.425Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631264278581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.425Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.425Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "cds",
  "timestamp": 1631264278863,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.425Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.426Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631264282441,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.426Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.426Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "aai-ml",
  "timestamp": 1631264284467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.426Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:05.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:59:05.426Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "clamp",
  "timestamp": 1631264282502,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T08:59:05.426Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T08:59:31.363Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb6f4dcf-34e6-4a47-84d6-571550281a89
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T08:59:31.395Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb6f4dcf-34e6-4a47-84d6-571550281a89
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10T08:59:31.403Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-10T08:59:31.404Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-10T08:59:31.404Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-10T08:59:31.405Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-10T08:59:31.405Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-10T08:59:31.405Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-10T08:59:31.405Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-10T08:59:31.406Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-10T08:59:31.406Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-10T08:59:31.406Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-10T08:59:31.406Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|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-10T08:59:31.414Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-10T09:00:01.414Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: eb6f4dcf-34e6-4a47-84d6-571550281a89 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-10T09:00:01.423Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: eb6f4dcf-34e6-4a47-84d6-571550281a89 and serviceModelVersionId: 035111dc-c80f-4d53-bf50-7e431fe01e55
2021-09-10T09:00:01.424Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d81d8d64-e49f-4260-b84d-ad51d26c85e7
2021-09-10T09:00:01.425Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d81d8d64-e49f-4260-b84d-ad51d26c85e7/model-vers/model-ver/035111dc-c80f-4d53-bf50-7e431fe01e55?depth=0
2021-09-10T09:00:01.437Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-09-10T09:00:01.503Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d81d8d64-e49f-4260-b84d-ad51d26c85e7/model-vers/model-ver/035111dc-c80f-4d53-bf50-7e431fe01e55?depth=0|INFO|500||Invoke
2021-09-10T09:00:01.504Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d81d8d64-e49f-4260-b84d-ad51d26c85e7/model-vers/model-ver/035111dc-c80f-4d53-bf50-7e431fe01e55?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d81d8d64-e49f-4260-b84d-ad51d26c85e7/model-vers/model-ver/035111dc-c80f-4d53-bf50-7e431fe01e55?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[eb6f4dcf-34e6-4a47-84d6-571550281a89], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7f6a83cb-3149-403f-ae4b-d8b26c92480e], X-ECOMP-RequestID=[eb6f4dcf-34e6-4a47-84d6-571550281a89], X-TransactionId=[], X-ONAP-RequestID=[eb6f4dcf-34e6-4a47-84d6-571550281a89], Content-Type=[application/merge-patch+json]}
2021-09-10T09:00:01.525Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d81d8d64-e49f-4260-b84d-ad51d26c85e7/model-vers/model-ver/035111dc-c80f-4d53-bf50-7e431fe01e55?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-10T09:00:01.894Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d81d8d64-e49f-4260-b84d-ad51d26c85e7/model-vers/model-ver/035111dc-c80f-4d53-bf50-7e431fe01e55?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/d81d8d64-e49f-4260-b84d-ad51d26c85e7/model-vers/model-ver/035111dc-c80f-4d53-bf50-7e431fe01e55?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210910-09:00:01:537-55573], vertex-id=[196856], Content-Length=[0], Date=[Fri, 10 Sep 2021 09:00:01 GMT], Content-Type=[application/json]}
2021-09-10T09:00:01.894Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d81d8d64-e49f-4260-b84d-ad51d26c85e7/model-vers/model-ver/035111dc-c80f-4d53-bf50-7e431fe01e55?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-10T09:00:01.895Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d81d8d64-e49f-4260-b84d-ad51d26c85e7/model-vers/model-ver/035111dc-c80f-4d53-bf50-7e431fe01e55?depth=0|INFO|500||InvokeReturn
2021-09-10T09:00:01.896Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-10T09:00:01.896Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|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-10T09:00:01.900Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|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-10T09:00:01.900Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID eb6f4dcf-34e6-4a47-84d6-571550281a89 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-10T09:00:01.901Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-10T09:00:01.901Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:00:01.903Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:00:01.904Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264401900,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-10T09:00:02.004Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T09:00:02.005Z||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-10T09:00:02.006Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:00:02.019Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:00:02.019Z||pool-55-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-10T09:00:02.938Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-10T09:00:02.939Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"7584a7c0-f04c-4d0c-b13b-5d78e98023e9","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"8785bc62-edd2-4ad6-ad38-3646f5df3f19","serviceDescription":"service","serviceInvariantUUID":"c5784c1a-a3dd-4b08-b461-8f05507550e7","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7eeb452e-75dd-41a6-9a1f-b2038065bb78","resourceInvariantUUID":"f1de925c-bc21-48af-a6a1-5bf9b9cfac50","resourceCustomizationUUID":"85ca8efc-3b1b-49be-a948-fd74ad342ee3","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":"ZGUyZDcwNmJhZWQ5ZGI4YTM4YWY2NGI2YjE3YjhmYmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"96a5ac88-0f04-4871-b623-51206c47965a","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":"MmEwNGRkYzM3M2M2OGE3Mzg2MjFiNGVlMzJlYmZlNWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9d2f0bdf-f553-4514-8d9a-96841c724456","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":"39c44ca8-bb61-4fd0-9a81-15bc839884ba","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":"79f2def9-52a3-488c-b770-f54e5abadec3","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":"38a6ed57-3321-4982-baf1-2e89b2725ec1","artifactVersion":"2","generatedFromUUID":"39c44ca8-bb61-4fd0-9a81-15bc839884ba"},{"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":"MWQ3ZTAzNDUyYjljMTA5Zjg2NDYwNGQ2YThlOTk2YTQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"df5dfdc4-333d-45eb-a14f-8ed9b0e9b029","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":"NGIxNGYzZTJhZWMxZjA1NTlmOTVhNGUzMTE3MmMwNzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d9bdd250-b90d-4d77-b372-86799c20bfd0","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MjdhYTQ3NWQ4ZThmOWZlYjk0NWNhNmZjNzBlZDAyMDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0e0ba589-6af6-4906-875e-fa8f5ad593d9","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-10T09:00:02.939Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T09:00:02.939Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:00:02.946Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:00:02.946Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264285284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:00:03.046Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T09:00:03.047Z||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-10T09:00:03.047Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:00:03.058Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:00:03.058Z||pool-56-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-10T09:00:03.946Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T09:00:03.948Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:00:03.950Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:00:03.950Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264285284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-10T09:00:04.050Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T09:00:04.051Z||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-10T09:00:04.051Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:00:04.060Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:00:04.060Z||pool-57-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-10T09:00:04.951Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T09:00:04.952Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:00:04.954Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:00:04.954Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264285284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-10T09:00:05.057Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-09-10T09:00:05.059Z||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-10T09:00:05.059Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:00:05.071Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:00:05.071Z||pool-58-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-10T09:00:05.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:00:05.287Z||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-10T09:00:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:00:05.326Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:00:05.327Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:00:05.327Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631264278581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:00:05.327Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:00:05.959Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T09:00:05.961Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:00:05.964Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:00:05.964Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264285284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:00:06.064Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T09:00:06.064Z||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-10T09:00:06.064Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:00:06.076Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:00:06.076Z||pool-59-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-10T09:00:06.964Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T09:00:06.965Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:00:06.967Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:00:06.967Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264285284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-10T09:00:07.069Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-09-10T09:00:07.070Z||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-10T09:00:07.070Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:00:07.082Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:00:07.082Z||pool-60-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-10T09:00:07.968Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T09:00:07.969Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:00:07.970Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:00:07.970Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264285284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:00:08.071Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-10T09:00:08.072Z||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-10T09:00:08.072Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:00:08.083Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:00:08.083Z||pool-61-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-10T09:00:08.971Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T09:00:08.975Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:00:08.976Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:00:08.976Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264285284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:00:09.077Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T09:00:09.077Z||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-10T09:00:09.077Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:00:09.090Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:00:09.090Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-10T09:00:09.977Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T09:00:09.977Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:00:09.979Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:00:09.979Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264285284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T09:00:10.080Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-10T09:00:10.081Z||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-10T09:00:10.081Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:00:10.091Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:00:10.092Z||pool-63-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-10T09:00:10.983Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "8785bc62-edd2-4ad6-ad38-3646f5df3f19",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c5784c1a-a3dd-4b08-b461-8f05507550e7",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "85ca8efc-3b1b-49be-a948-fd74ad342ee3",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7eeb452e-75dd-41a6-9a1f-b2038065bb78",
      "resourceInvariantUUID": "f1de925c-bc21-48af-a6a1-5bf9b9cfac50",
      "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": "MmEwNGRkYzM3M2M2OGE3Mzg2MjFiNGVlMzJlYmZlNWU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9d2f0bdf-f553-4514-8d9a-96841c724456",
          "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": "39c44ca8-bb61-4fd0-9a81-15bc839884ba",
          "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": "38a6ed57-3321-4982-baf1-2e89b2725ec1",
            "generatedFromUUID": "39c44ca8-bb61-4fd0-9a81-15bc839884ba"
          },
          "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": "38a6ed57-3321-4982-baf1-2e89b2725ec1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MjdhYTQ3NWQ4ZThmOWZlYjk0NWNhNmZjNzBlZDAyMDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0e0ba589-6af6-4906-875e-fa8f5ad593d9"
    }
  ],
  "workloadContext": "Production"
}
2021-09-10T09:00:10.983Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-10T09:00:10.984Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8785bc62-edd2-4ad6-ad38-3646f5df3f19 ASDC
2021-09-10T09:00:10.985Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:7584a7c0-f04c-4d0c-b13b-5d78e98023e9
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:8785bc62-edd2-4ad6-ad38-3646f5df3f19
ServiceInvariantUUID:c5784c1a-a3dd-4b08-b461-8f05507550e7
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:0e0ba589-6af6-4906-875e-fa8f5ad593d9
ArtifactChecksum:MjdhYTQ3NWQ4ZThmOWZlYjk0NWNhNmZjNzBlZDAyMDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:85ca8efc-3b1b-49be-a948-fd74ad342ee3
ResourceInvariantUUID:f1de925c-bc21-48af-a6a1-5bf9b9cfac50
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:7eeb452e-75dd-41a6-9a1f-b2038065bb78
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:9d2f0bdf-f553-4514-8d9a-96841c724456
ArtifactChecksum:MmEwNGRkYzM3M2M2OGE3Mzg2MjFiNGVlMzJlYmZlNWU=
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:39c44ca8-bb61-4fd0-9a81-15bc839884ba
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:38a6ed57-3321-4982-baf1-2e89b2725ec1
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:38a6ed57-3321-4982-baf1-2e89b2725ec1
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-10T09:00:10.985Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8785bc62-edd2-4ad6-ad38-3646f5df3f19 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-10T09:00:11.052Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-10T09:00:11.053Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-10T09:00:11.053Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-10T09:00:11.053Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0e0ba589-6af6-4906-875e-fa8f5ad593d9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-10T09:00:11.053Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-10T09:00:11.054Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|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-10T09:00:12.757Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-10T09:00:12.763Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 0e0ba589-6af6-4906-875e-fa8f5ad593d9 78616
2021-09-10T09:00:12.763Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|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-10T09:00:12.764Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|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-10T09:00:12.764Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-10T09:00:12.764Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:00:12.767Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:00:12.767Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264412763,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:00:12.868Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T09:00:12.869Z||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-10T09:00:12.870Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:00:12.881Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:00:12.881Z||pool-64-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-10T09:00:13.768Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-10T09:00:13.769Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-10T09:00:13.769Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 0e0ba589-6af6-4906-875e-fa8f5ad593d9, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-10T09:00:13.770Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-09-10T09:00:13.771Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-10T09:00:13.771Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-10T09:00:14.077Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1331777781654615117/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-10T09:00:15.424Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-10T09:00:15.424Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-10T09:00:15.424Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-10T09:00:15.424Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-10T09:00:15.425Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|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-10T09:00:15.425Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|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-10T09:00:15.425Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|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-10T09:00:15.425Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|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-10T09:00:15.425Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|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-10T09:00:15.425Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|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-10T09:00:15.426Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|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-10T09:00:15.426Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|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-10T09:00:15.426Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|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-10T09:00:15.426Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-10T09:00:15.427Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:00:15.427Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|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-10T09:00:15.427Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-10T09:00:15.427Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-10T09:00:15.428Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|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-10T09:00:15.428Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:00:15.428Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|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-10T09:00:15.428Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-10T09:00:15.429Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-10T09:00:15.429Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|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-10T09:00:15.429Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:00:15.429Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|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-10T09:00:15.429Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:00:15.430Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-10T09:00:15.430Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-09-10T09:00:15.430Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-09-10T09:00:15.430Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-09-10T09:00:15.430Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-10T09:00:15.430Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-10T09:00:15.430Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:00:15.430Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|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-10T09:00:15.431Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:00:15.431Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-10T09:00:15.431Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-10T09:00:15.431Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:00:15.431Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-10T09:00:15.431Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-10T09:00:15.432Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:00:15.432Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-10T09:00:15.432Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-10T09:00:15.432Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:00:15.432Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-10T09:00:15.432Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-10T09:00:15.432Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-10T09:00:15.432Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=38b9c4af-768b-4976-a615-50b5b99073bf
2021-09-10T09:00:15.433Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:00:15.433Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|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-10T09:00:15.433Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:00:15.433Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|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-10T09:00:15.433Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:00:15.433Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|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-10T09:00:15.433Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:00:15.434Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|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-10T09:00:15.434Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:8785bc62-edd2-4ad6-ad38-3646f5df3f19
Model Version:NULL
Model InvariantUuid:c5784c1a-a3dd-4b08-b461-8f05507550e7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:ac646703-9d78-40bb-a902-e175eaf05b3f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f1de925c-bc21-48af-a6a1-5bf9b9cfac50
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:85ca8efc-3b1b-49be-a948-fd74ad342ee3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2e52dd56-9a47-4ac2-80e7-bf61cd4da7e5
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:4830d662-a0bb-4bed-a77d-9c98bf9404bc
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:38b9c4af-768b-4976-a615-50b5b99073bf
ModelInvariantUuid:a8b1aa38-fc73-4f70-b1f2-f41ad9fd4b16
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:fdc801b6-7f76-4464-b6f2-e3a485744749
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:3038535f-03ee-4474-92dc-f219202a77ec
ModelInvariantUuid:ccd7dccd-3863-4400-9af6-f754ef104bc9
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:6247b816-baf8-40dc-8bcd-1d78d3ab7776
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-10T09:00:15.441Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 7eeb452e-75dd-41a6-9a1f-b2038065bb78
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-10T09:00:15.445Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||INFO|500||basic_vm_macro 0
2021-09-10T09:00:15.445Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7eeb452e-75dd-41a6-9a1f-b2038065bb78
2021-09-10T09:00:15.445Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9d2f0bdf-f553-4514-8d9a-96841c724456 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-09-10T09:00:15.446Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-10T09:00:15.446Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|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-10T09:00:16.206Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-10T09:00:16.207Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|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 9d2f0bdf-f553-4514-8d9a-96841c724456 792
2021-09-10T09:00:16.207Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|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-10T09:00:16.208Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|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-10T09:00:16.208Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-10T09:00:16.209Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:00:16.212Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:00:16.212Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264416207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:00:16.312Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-10T09:00:16.313Z||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-10T09:00:16.313Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:00:16.324Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:00:16.324Z||pool-65-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-10T09:00:17.213Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "2e52dd56-9a47-4ac2-80e7-bf61cd4da7e5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4830d662-a0bb-4bed-a77d-9c98bf9404bc",
    "vfModuleModelCustomizationUUID": "c79433d0-a89b-493c-9911-d9189edff58f",
    "isBase": true,
    "artifacts": [
      "39c44ca8-bb61-4fd0-9a81-15bc839884ba",
      "38a6ed57-3321-4982-baf1-2e89b2725ec1"
    ],
    "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-10T09:00:17.217Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4830d662-a0bb-4bed-a77d-9c98bf9404bc
VfModuleModelInvariantUUID:2e52dd56-9a47-4ac2-80e7-bf61cd4da7e5
VfModuleModelDescription:NULL
Artifacts UUID List:{
39c44ca8-bb61-4fd0-9a81-15bc839884ba
,
38a6ed57-3321-4982-baf1-2e89b2725ec1

}
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-10T09:00:17.219Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "2e52dd56-9a47-4ac2-80e7-bf61cd4da7e5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4830d662-a0bb-4bed-a77d-9c98bf9404bc",
    "vfModuleModelCustomizationUUID": "c79433d0-a89b-493c-9911-d9189edff58f",
    "isBase": true,
    "artifacts": [
      "39c44ca8-bb61-4fd0-9a81-15bc839884ba",
      "38a6ed57-3321-4982-baf1-2e89b2725ec1"
    ],
    "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-10T09:00:17.219Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4830d662-a0bb-4bed-a77d-9c98bf9404bc
VfModuleModelInvariantUUID:2e52dd56-9a47-4ac2-80e7-bf61cd4da7e5
VfModuleModelDescription:NULL
Artifacts UUID List:{
39c44ca8-bb61-4fd0-9a81-15bc839884ba
,
38a6ed57-3321-4982-baf1-2e89b2725ec1

}
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-10T09:00:17.219Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 39c44ca8-bb61-4fd0-9a81-15bc839884ba from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-09-10T09:00:17.219Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-10T09:00:17.220Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|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-10T09:00:17.469Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-10T09:00:17.469Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|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 39c44ca8-bb61-4fd0-9a81-15bc839884ba 5033
2021-09-10T09:00:17.470Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|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-10T09:00:17.470Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|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-10T09:00:17.470Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-10T09:00:17.471Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:00:17.473Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:00:17.473Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264417470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:00:17.576Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-09-10T09:00:17.577Z||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-10T09:00:17.578Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:00:17.588Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:00:17.592Z||pool-66-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-10T09:00:18.474Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 38a6ed57-3321-4982-baf1-2e89b2725ec1 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-09-10T09:00:18.476Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-10T09:00:18.477Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|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-10T09:00:18.983Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-10T09:00:18.983Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|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 38a6ed57-3321-4982-baf1-2e89b2725ec1 903
2021-09-10T09:00:18.984Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|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-10T09:00:18.984Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|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-10T09:00:18.984Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-10T09:00:18.984Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:00:18.987Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:00:18.988Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264418984,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:00:19.088Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T09:00:19.089Z||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-10T09:00:19.089Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:00:19.100Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:00:19.100Z||pool-67-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-10T09:00:19.989Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 8785bc62-edd2-4ad6-ad38-3646f5df3f19
2021-09-10T09:00:19.989Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 7eeb452e-75dd-41a6-9a1f-b2038065bb78 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-10T09:00:20.018Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1018fe4c, org.onap.sdc.toscaparser.api.parameters.Input@7f1ff77b, org.onap.sdc.toscaparser.api.parameters.Input@6479caa8, org.onap.sdc.toscaparser.api.parameters.Input@483bd52, org.onap.sdc.toscaparser.api.parameters.Input@533ed910]
2021-09-10T09:00:20.022Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:00:20.023Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|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-10T09:00:20.023Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2021-09-10T09:00:20.024Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 85ca8efc-3b1b-49be-a948-fd74ad342ee3
2021-09-10T09:00:20.024Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 85ca8efc-3b1b-49be-a948-fd74ad342ee3 matches Tosca VF Customization UUID: 85ca8efc-3b1b-49be-a948-fd74ad342ee3
2021-09-10T09:00:20.024Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 85ca8efc-3b1b-49be-a948-fd74ad342ee3  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-10T09:00:20.027Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:00:20.028Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|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-10T09:00:20.029Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 85ca8efc-3b1b-49be-a948-fd74ad342ee3: {\"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-10T09:00:20.029Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@606cbf2e
2021-09-10T09:00:20.029Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:00:20.029Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|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-10T09:00:20.030Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c79433d0-a89b-493c-9911-d9189edff58f
2021-09-10T09:00:20.030Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c79433d0-a89b-493c-9911-d9189edff58f
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-10T09:00:20.032Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:00:20.033Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-10T09:00:20.033Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-10T09:00:20.033Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:00:20.033Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-10T09:00:20.034Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-10T09:00:20.036Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:00:20.036Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-10T09:00:20.037Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-10T09:00:20.037Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-10T09:00:20.037Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=38b9c4af-768b-4976-a615-50b5b99073bf
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-10T09:00:20.043Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:00:20.043Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-10T09:00:20.044Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-10T09:00:20.044Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:00:20.045Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-10T09:00:20.045Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=85ca8efc-3b1b-49be-a948-fd74ad342ee3
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-10T09:00:20.047Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:00:20.048Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|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-10T09:00:20.048Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 8785bc62-edd2-4ad6-ad38-3646f5df3f19: basic_vm_macro
2021-09-10T09:00:20.049Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:00:20.049Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|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-10T09:00:20.050Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:00:20.050Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|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-10T09:00:20.051Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:00:20.051Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|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-10T09:00:20.051Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:00:20.052Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|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-10T09:00:20.053Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:00:20.053Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|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-10T09:00:20.060Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|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-10T09:00:20.276Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 7eeb452e-75dd-41a6-9a1f-b2038065bb78 1 ASDC deployResourceStructure
2021-09-10T09:00:20.276Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|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-10T09:00:20.276Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|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-10T09:00:20.277Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-10T09:00:20.277Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:00:20.280Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:00:20.281Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264420276,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-10T09:00:20.381Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T09:00:20.382Z||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-10T09:00:20.382Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:00:20.393Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:00:20.393Z||pool-68-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-10T09:00:21.282Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|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-10T09:00:21.283Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|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-10T09:00:21.283Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-10T09:00:21.283Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:00:21.286Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:00:21.286Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264421282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-10T09:00:21.385Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-10T09:00:21.386Z||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-10T09:00:21.386Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:00:21.398Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:00:21.398Z||pool-69-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-10T09:00:22.292Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|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-10T09:00:22.293Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|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-10T09:00:22.293Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-10T09:00:22.293Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:00:22.295Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:00:22.295Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264422292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-10T09:00:22.395Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T09:00:22.396Z||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-10T09:00:22.396Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:00:22.407Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:00:22.409Z||pool-70-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-10T09:00:23.297Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|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-10T09:00:23.297Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|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-10T09:00:23.297Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-10T09:00:23.297Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:00:23.299Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:00:23.299Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264423296,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-10T09:00:23.400Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-10T09:00:23.401Z||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-10T09:00:23.401Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:00:23.413Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:00:23.414Z||pool-71-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-10T09:00:24.300Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7584a7c0-f04c-4d0c-b13b-5d78e98023e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T09:00:24.311Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7584a7c0-f04c-4d0c-b13b-5d78e98023e9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10T09:00:24.313Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-10T09:00:24.314Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-10T09:00:24.314Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-10T09:00:54.315Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7584a7c0-f04c-4d0c-b13b-5d78e98023e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T09:00:56.587Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7584a7c0-f04c-4d0c-b13b-5d78e98023e9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10T09:00:56.591Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-10T09:00:56.592Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-10T09:00:56.592Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-10T09:01:05.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:01:05.287Z||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-10T09:01:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:01:05.312Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:01:05.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.330Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "policy-id",
  "timestamp": 1631264285411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:01:05.331Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:01:05.331Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "cds",
  "timestamp": 1631264278863,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.332Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264285284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.332Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.333Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631264282441,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.333Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.333Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.333Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "aai-ml",
  "timestamp": 1631264284467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.333Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.333Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.334Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "clamp",
  "timestamp": 1631264282502,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.334Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.334Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.334Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631264278581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T09:01:05.334Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.334Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.335Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "policy-id",
  "timestamp": 1631264286418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-10T09:01:05.335Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:01:05.335Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.335Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "cds",
  "timestamp": 1631264278863,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T09:01:05.335Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.335Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.336Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264285284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-10T09:01:05.336Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.336Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.336Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631264282441,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.336Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.337Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.337Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "aai-ml",
  "timestamp": 1631264284467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.337Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.337Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.337Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "clamp",
  "timestamp": 1631264282502,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.338Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.338Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.338Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "policy-id",
  "timestamp": 1631264287420,
  "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-10T09:01:05.345Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7584a7c0-f04c-4d0c-b13b-5d78e98023e9
2021-09-10T09:01:05.345Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7584a7c0-f04c-4d0c-b13b-5d78e98023e9 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-10T09:01:05.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631264287455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:01:05.355Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:01:05.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "cds",
  "timestamp": 1631264287831,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:01:05.356Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:01:05.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264285284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-10T09:01:05.357Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631264282441,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.358Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "clamp",
  "timestamp": 1631264282502,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.358Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.359Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "aai-ml",
  "timestamp": 1631264284467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.359Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.359Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.360Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "dcae-sch",
  "timestamp": 1631264287575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.360Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.360Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.360Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631264287865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.360Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.360Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631264288697,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:01:05.361Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:01:05.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264285284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.361Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631264282441,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.361Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.362Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.362Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "clamp",
  "timestamp": 1631264282502,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.362Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.362Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.362Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "aai-ml",
  "timestamp": 1631264284467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.363Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.363Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.363Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "dcae-sch",
  "timestamp": 1631264287575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.363Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.364Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.364Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631264287865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.364Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.364Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.365Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631264289885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:01:05.365Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:01:05.365Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.365Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264285284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-10T09:01:05.365Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.365Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.365Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631264282441,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.366Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.366Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.366Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "clamp",
  "timestamp": 1631264282502,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T09:01:05.366Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.366Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.366Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "aai-ml",
  "timestamp": 1631264284467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.366Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.366Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.366Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "dcae-sch",
  "timestamp": 1631264287575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.371Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.371Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.371Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "policy-id",
  "timestamp": 1631264289665,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.371Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.371Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.371Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "cds",
  "timestamp": 1631264290343,
  "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-10T09:01:05.377Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7584a7c0-f04c-4d0c-b13b-5d78e98023e9
2021-09-10T09:01:05.377Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7584a7c0-f04c-4d0c-b13b-5d78e98023e9 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-10T09:01:05.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631264287865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.386Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631264290908,
  "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-10T09:01:05.392Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7584a7c0-f04c-4d0c-b13b-5d78e98023e9
2021-09-10T09:01:05.393Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7584a7c0-f04c-4d0c-b13b-5d78e98023e9 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-10T09:01:05.399Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.400Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264285284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.400Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.400Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.400Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631264282441,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.401Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.401Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.401Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "aai-ml",
  "timestamp": 1631264284467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.401Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.401Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.402Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "dcae-sch",
  "timestamp": 1631264287575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.402Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.402Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.402Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "policy-id",
  "timestamp": 1631264289665,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.402Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.403Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.403Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631264287865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.403Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.403Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.403Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631264291911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-10T09:01:05.404Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:01:05.404Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.404Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264285284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T09:01:05.404Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.405Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.405Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631264282441,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.405Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.405Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.406Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "aai-ml",
  "timestamp": 1631264284467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T09:01:05.406Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.406Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.407Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "dcae-sch",
  "timestamp": 1631264287575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.407Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.407Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.407Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "policy-id",
  "timestamp": 1631264289665,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.408Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.408Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.408Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631264287865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.408Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.408Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.409Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631264282441,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.409Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.409Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.409Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "dcae-sch",
  "timestamp": 1631264287575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.409Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.410Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.410Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "policy-id",
  "timestamp": 1631264289665,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.410Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.410Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.410Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631264287865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.410Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.411Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.411Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631264282441,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.411Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.411Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.411Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "dcae-sch",
  "timestamp": 1631264287575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.411Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.412Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "policy-id",
  "timestamp": 1631264289665,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-10T09:01:05.412Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "cds",
  "timestamp": 1631264293864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.413Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631264287865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.413Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631264282441,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.413Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.414Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "dcae-sch",
  "timestamp": 1631264287575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.414Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.414Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "policy-id",
  "timestamp": 1631264289665,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.414Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.414Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "cds",
  "timestamp": 1631264293864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.414Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.415Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.415Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631264287865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T09:01:05.415Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.415Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.415Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631264282441,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.415Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.415Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.415Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "dcae-sch",
  "timestamp": 1631264287575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.416Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "policy-id",
  "timestamp": 1631264289665,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.416Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264296432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:01:05.416Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:01:05.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "cds",
  "timestamp": 1631264293864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.416Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "aai-ml",
  "timestamp": 1631264296802,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:01:05.417Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:01:05.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631264282441,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.417Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "policy-id",
  "timestamp": 1631264289665,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.418Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.418Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "cds",
  "timestamp": 1631264293864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.421Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.421Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.421Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631264297861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:01:05.422Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:01:05.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.422Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631264282441,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.422Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.423Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.423Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "policy-id",
  "timestamp": 1631264289665,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T09:01:05.423Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.423Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.423Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "cds",
  "timestamp": 1631264293864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.424Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.424Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.424Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631264282441,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.424Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.424Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.424Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631264298581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.425Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.425Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.425Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "cds",
  "timestamp": 1631264293864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.425Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.426Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264300013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:01:05.426Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:01:05.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.426Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631264298581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-10T09:01:05.426Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.426Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631264300334,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-10T09:01:05.427Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:01:05.427Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.427Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "cds",
  "timestamp": 1631264293864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.427Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.427Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.427Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631264298581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-10T09:01:05.427Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.427Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.427Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631264301347,
  "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-10T09:01:05.433Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7584a7c0-f04c-4d0c-b13b-5d78e98023e9
2021-09-10T09:01:05.433Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7584a7c0-f04c-4d0c-b13b-5d78e98023e9 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-10T09:01:05.440Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.440Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "cds",
  "timestamp": 1631264293864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.440Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.440Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.441Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "policy-id",
  "timestamp": 1631264301591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:01:05.441Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:01:05.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.441Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631264298581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-10T09:01:05.441Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.441Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631264287865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.441Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.441Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "cds",
  "timestamp": 1631264293864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T09:01:05.441Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.442Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "policy-id",
  "timestamp": 1631264302597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-10T09:01:05.442Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:01:05.442Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.442Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631264298581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-10T09:01:05.442Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.442Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.442Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631264287865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.442Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.442Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.442Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "clamp",
  "timestamp": 1631264303417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:01:05.443Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:01:05.443Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.443Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "policy-id",
  "timestamp": 1631264303604,
  "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-10T09:01:05.454Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2c08dd87-c07b-46fc-b100-16c15cff67e4
2021-09-10T09:01:05.455Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c08dd87-c07b-46fc-b100-16c15cff67e4 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-10T09:01:05.462Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.462Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264304098,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:01:05.462Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:01:05.462Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.462Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631264298581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.462Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.462Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.462Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631264287865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.462Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.463Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.463Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "cds",
  "timestamp": 1631264305015,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:01:05.463Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:01:05.463Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.463Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631264298581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-10T09:01:05.463Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.463Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.463Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631264287865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.463Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.463Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.463Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264305610,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:01:05.464Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:01:05.464Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.464Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "aai-ml",
  "timestamp": 1631264306008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-10T09:01:05.464Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:01:05.464Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.464Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "cds",
  "timestamp": 1631264306021,
  "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=?
2021-09-10T09:01:05.468Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2c08dd87-c07b-46fc-b100-16c15cff67e4
2021-09-10T09:01:05.469Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c08dd87-c07b-46fc-b100-16c15cff67e4 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-10T09:01:05.476Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.476Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631264298581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.476Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.476Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.476Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631264287865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.476Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.477Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.477Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "clamp",
  "timestamp": 1631264306417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-10T09:01:05.477Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:01:05.477Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.477Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264306726,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-10T09:01:05.477Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:01:05.477Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.477Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "aai-ml",
  "timestamp": 1631264307019,
  "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-10T09:01:05.482Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7584a7c0-f04c-4d0c-b13b-5d78e98023e9
2021-09-10T09:01:05.482Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7584a7c0-f04c-4d0c-b13b-5d78e98023e9 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-10T09:01:05.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631264298581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T09:01:05.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631264287865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "clamp",
  "timestamp": 1631264307419,
  "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-10T09:01:05.495Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7584a7c0-f04c-4d0c-b13b-5d78e98023e9
2021-09-10T09:01:05.496Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7584a7c0-f04c-4d0c-b13b-5d78e98023e9 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-10T09:01:05.506Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.506Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264307729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-10T09:01:05.507Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:01:05.507Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.507Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "aai-ml",
  "timestamp": 1631264284467,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.507Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.507Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.507Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631264287865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.507Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.508Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.508Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631264308408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:01:05.508Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:01:05.508Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.508Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "clamp",
  "timestamp": 1631264282502,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.508Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.508Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.508Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264308732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-10T09:01:05.509Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:01:05.509Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.509Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "aai-ml",
  "timestamp": 1631264284467,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.509Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.509Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.509Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631264287865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.509Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.509Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.510Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "clamp",
  "timestamp": 1631264282502,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.510Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.510Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.510Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631264309576,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:01:05.510Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:01:05.510Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.511Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264309738,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-10T09:01:05.511Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:01:05.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.511Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "aai-ml",
  "timestamp": 1631264284467,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.511Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.511Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631264287865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T09:01:05.512Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.512Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "clamp",
  "timestamp": 1631264282502,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.512Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.512Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "aai-ml",
  "timestamp": 1631264284467,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.513Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631264311061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:01:05.513Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:01:05.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "clamp",
  "timestamp": 1631264282502,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-10T09:01:05.513Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "aai-ml",
  "timestamp": 1631264284467,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.514Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "clamp",
  "timestamp": 1631264282502,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.514Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "aai-ml",
  "timestamp": 1631264284467,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.515Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.515Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.515Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "clamp",
  "timestamp": 1631264282502,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.515Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.515Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.515Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "aai-ml",
  "timestamp": 1631264284467,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.515Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.515Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.515Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631264314125,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:01:05.515Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:01:05.515Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.515Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "clamp",
  "timestamp": 1631264282502,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.516Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.516Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.516Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "aai-ml",
  "timestamp": 1631264284467,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.516Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.517Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.517Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "clamp",
  "timestamp": 1631264282502,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:05.517Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.517Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.517Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631264315549,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:01:05.517Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:01:05.517Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.517Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "aai-ml",
  "timestamp": 1631264284467,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T09:01:05.517Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.517Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.517Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631264316402,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-10T09:01:05.518Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:01:05.518Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.518Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "clamp",
  "timestamp": 1631264282502,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T09:01:05.518Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:01:05.518Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.518Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631264316587,
  "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-10T09:01:05.523Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2c08dd87-c07b-46fc-b100-16c15cff67e4
2021-09-10T09:01:05.523Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c08dd87-c07b-46fc-b100-16c15cff67e4 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-10T09:01:05.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.530Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631264317410,
  "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-10T09:01:05.535Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2c08dd87-c07b-46fc-b100-16c15cff67e4
2021-09-10T09:01:05.535Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c08dd87-c07b-46fc-b100-16c15cff67e4 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-10T09:01:05.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631264317590,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-10T09:01:05.543Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:01:05.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "aai-ml",
  "timestamp": 1631264318173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:01:05.544Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:01:05.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "clamp",
  "timestamp": 1631264320414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:01:05.544Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:01:05.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "clamp",
  "timestamp": 1631264322421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-10T09:01:05.545Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:01:05.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "clamp",
  "timestamp": 1631264323424,
  "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-10T09:01:05.550Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2c08dd87-c07b-46fc-b100-16c15cff67e4
2021-09-10T09:01:05.551Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c08dd87-c07b-46fc-b100-16c15cff67e4 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-10T09:01:05.560Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.560Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "aai-ml",
  "timestamp": 1631264325997,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-10T09:01:05.560Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:01:05.560Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:01:05.561Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "aai-ml",
  "timestamp": 1631264327002,
  "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-10T09:01:05.565Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2c08dd87-c07b-46fc-b100-16c15cff67e4
2021-09-10T09:01:05.565Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c08dd87-c07b-46fc-b100-16c15cff67e4 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-10T09:01:26.593Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7584a7c0-f04c-4d0c-b13b-5d78e98023e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T09:01:26.605Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7584a7c0-f04c-4d0c-b13b-5d78e98023e9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10T09:01:26.611Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-10T09:01:26.612Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-10T09:01:26.612Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-10T09:01:26.612Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-10T09:01:26.612Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-10T09:01:26.613Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-10T09:01:26.613Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-10T09:01:26.613Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-10T09:01:26.613Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-10T09:01:26.613Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-10T09:01:26.614Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|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-10T09:01:26.622Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-10T09:01:56.623Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7584a7c0-f04c-4d0c-b13b-5d78e98023e9 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-10T09:01:56.632Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7584a7c0-f04c-4d0c-b13b-5d78e98023e9 and serviceModelVersionId: 8785bc62-edd2-4ad6-ad38-3646f5df3f19
2021-09-10T09:01:56.632Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c5784c1a-a3dd-4b08-b461-8f05507550e7
2021-09-10T09:01:56.633Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c5784c1a-a3dd-4b08-b461-8f05507550e7/model-vers/model-ver/8785bc62-edd2-4ad6-ad38-3646f5df3f19?depth=0
2021-09-10T09:01:56.641Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-09-10T09:01:56.709Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c5784c1a-a3dd-4b08-b461-8f05507550e7/model-vers/model-ver/8785bc62-edd2-4ad6-ad38-3646f5df3f19?depth=0|INFO|500||Invoke
2021-09-10T09:01:56.710Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c5784c1a-a3dd-4b08-b461-8f05507550e7/model-vers/model-ver/8785bc62-edd2-4ad6-ad38-3646f5df3f19?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c5784c1a-a3dd-4b08-b461-8f05507550e7/model-vers/model-ver/8785bc62-edd2-4ad6-ad38-3646f5df3f19?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7584a7c0-f04c-4d0c-b13b-5d78e98023e9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0dfaa84b-6468-4d23-9e18-9dfed48d6ef5], X-ECOMP-RequestID=[7584a7c0-f04c-4d0c-b13b-5d78e98023e9], X-TransactionId=[], X-ONAP-RequestID=[7584a7c0-f04c-4d0c-b13b-5d78e98023e9], Content-Type=[application/merge-patch+json]}
2021-09-10T09:01:56.737Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c5784c1a-a3dd-4b08-b461-8f05507550e7/model-vers/model-ver/8785bc62-edd2-4ad6-ad38-3646f5df3f19?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-10T09:01:56.882Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c5784c1a-a3dd-4b08-b461-8f05507550e7/model-vers/model-ver/8785bc62-edd2-4ad6-ad38-3646f5df3f19?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/c5784c1a-a3dd-4b08-b461-8f05507550e7/model-vers/model-ver/8785bc62-edd2-4ad6-ad38-3646f5df3f19?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210910-09:01:56:750-59486], vertex-id=[213136], Content-Length=[0], Date=[Fri, 10 Sep 2021 09:01:56 GMT], Content-Type=[application/json]}
2021-09-10T09:01:56.883Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c5784c1a-a3dd-4b08-b461-8f05507550e7/model-vers/model-ver/8785bc62-edd2-4ad6-ad38-3646f5df3f19?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-10T09:01:56.883Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c5784c1a-a3dd-4b08-b461-8f05507550e7/model-vers/model-ver/8785bc62-edd2-4ad6-ad38-3646f5df3f19?depth=0|INFO|500||InvokeReturn
2021-09-10T09:01:56.884Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-10T09:01:56.884Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|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-10T09:01:56.888Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|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-10T09:01:56.888Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7584a7c0-f04c-4d0c-b13b-5d78e98023e9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-10T09:01:56.888Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-10T09:01:56.889Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:01:56.903Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:01:56.903Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264516888,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-10T09:01:56.994Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2021-09-10T09:01:56.995Z||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-10T09:01:56.996Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:01:57.015Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:01:57.016Z||pool-72-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-10T09:01:57.915Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-10T09:01:57.916Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"2c08dd87-c07b-46fc-b100-16c15cff67e4","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"2d18e104-e6d0-424c-91d7-7edfe3adbf3f","serviceDescription":"service","serviceInvariantUUID":"8af6c4f6-3f0e-488a-b088-dfff4cb39938","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e90539ad-b9a6-4bdc-83d9-b78f8feb37bc","resourceInvariantUUID":"844a9f54-c959-4278-ab38-b37987c087af","resourceCustomizationUUID":"9d0806e9-21da-40ab-a1c2-d5d49c587c82","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":"MmZiMjc4M2RiYTliMGNjMmI4NDIwOTdkZDZjZGRmMmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a6e5153c-6b5b-4ad6-b4f3-407533782ed1","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":"045eb2a1-e4c3-491c-9e58-becb9886e14b","artifactVersion":"2","generatedFromUUID":"5f527971-9877-4c0d-9c67-11fa767bbb5e"},{"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":"5f527971-9877-4c0d-9c67-11fa767bbb5e","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":"N2Q5NDg1YWQ3Mzk2ZTJkZGZmODdlYmE3NTE3OThmMGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"630412e2-6336-48d2-9b9c-dc822fc3a227","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":"99de6bd8-2c6c-40cc-905f-095eb615092a","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":"45d32f29-ad38-486c-a10f-8510f997e302","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":"7a1231e6-f405-48c4-a728-cabc1cba85a6","artifactVersion":"2","generatedFromUUID":"99de6bd8-2c6c-40cc-905f-095eb615092a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MmM1NDA3Y2YxYTczOTU3OWJlODU1MjRhMjE3NmI0Mjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"49e539cb-4d25-42b7-9dae-300b426d256d","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NzUxMDJmYjYxZDE4NjUyYjFjZTMwN2Q5Nzk4MDU4NTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e30c37bd-b878-4023-b6e3-076c257f0240","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-10T09:01:57.916Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T09:01:57.916Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:01:57.918Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:01:57.918Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264285284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:01:58.018Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T09:01:58.019Z||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-10T09:01:58.019Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:01:58.028Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:01:58.028Z||pool-73-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-10T09:01:58.919Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T09:01:58.919Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:01:58.921Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:01:58.921Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264285284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-10T09:01:59.022Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-10T09:01:59.022Z||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-10T09:01:59.022Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:01:59.032Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:01:59.033Z||pool-74-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-10T09:01:59.922Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T09:01:59.922Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:01:59.924Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:01:59.924Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264285284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-10T09:02:00.024Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-10T09:02:00.025Z||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-10T09:02:00.025Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:02:00.035Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:02:00.036Z||pool-75-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-10T09:02:00.928Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T09:02:00.931Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:02:00.934Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:02:00.934Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264285284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-10T09:02:01.035Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-10T09:02:01.037Z||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-10T09:02:01.038Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:02:01.048Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:02:01.049Z||pool-76-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-10T09:02:01.935Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T09:02:01.936Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:02:01.937Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:02:01.938Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264285284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-10T09:02:02.038Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T09:02:02.039Z||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-10T09:02:02.039Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:02:02.050Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:02:02.051Z||pool-77-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-10T09:02:02.938Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T09:02:02.940Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:02:02.942Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:02:02.942Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264285284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:02:03.042Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T09:02:03.042Z||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-10T09:02:03.043Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:02:03.058Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:02:03.059Z||pool-78-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-09-10T09:02:03.943Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T09:02:03.945Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:02:03.952Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:02:03.952Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264285284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-10T09:02:04.052Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T09:02:04.053Z||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-10T09:02:04.053Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:02:04.066Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:02:04.066Z||pool-79-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-10T09:02:04.954Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T09:02:04.954Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:02:04.956Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:02:04.956Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264285284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:02:05.057Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-10T09:02:05.058Z||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-10T09:02:05.058Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:02:05.096Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:02:05.098Z||pool-80-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2021-09-10T09:02:05.286Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:02:05.287Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|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-10T09:02:05.287Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:02:05.318Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:02:05.318Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T09:02:05.318Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264401900,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-10T09:02:05.319Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:02:05.319Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T09:02:05.320Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264285284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:02:05.320Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:02:05.320Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T09:02:05.320Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264285284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-10T09:02:05.320Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:02:05.320Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T09:02:05.320Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264285284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-10T09:02:05.321Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:02:05.957Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T09:02:05.957Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:02:05.959Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:02:05.959Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264285284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T09:02:06.059Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T09:02:06.060Z||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-10T09:02:06.060Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:02:06.075Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:02:06.076Z||pool-81-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-10T09:02:06.960Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "2d18e104-e6d0-424c-91d7-7edfe3adbf3f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8af6c4f6-3f0e-488a-b088-dfff4cb39938",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "9d0806e9-21da-40ab-a1c2-d5d49c587c82",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e90539ad-b9a6-4bdc-83d9-b78f8feb37bc",
      "resourceInvariantUUID": "844a9f54-c959-4278-ab38-b37987c087af",
      "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": "045eb2a1-e4c3-491c-9e58-becb9886e14b",
          "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": "5f527971-9877-4c0d-9c67-11fa767bbb5e",
          "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": "N2Q5NDg1YWQ3Mzk2ZTJkZGZmODdlYmE3NTE3OThmMGY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "630412e2-6336-48d2-9b9c-dc822fc3a227",
          "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": "99de6bd8-2c6c-40cc-905f-095eb615092a",
          "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": "7a1231e6-f405-48c4-a728-cabc1cba85a6",
            "generatedFromUUID": "99de6bd8-2c6c-40cc-905f-095eb615092a"
          },
          "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": "7a1231e6-f405-48c4-a728-cabc1cba85a6",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NzUxMDJmYjYxZDE4NjUyYjFjZTMwN2Q5Nzk4MDU4NTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e30c37bd-b878-4023-b6e3-076c257f0240"
    }
  ],
  "workloadContext": "Production"
}
2021-09-10T09:02:06.961Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-10T09:02:06.961Z|7584a7c0-f04c-4d0c-b13b-5d78e98023e9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 2d18e104-e6d0-424c-91d7-7edfe3adbf3f ASDC
2021-09-10T09:02:06.961Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:2c08dd87-c07b-46fc-b100-16c15cff67e4
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:2d18e104-e6d0-424c-91d7-7edfe3adbf3f
ServiceInvariantUUID:8af6c4f6-3f0e-488a-b088-dfff4cb39938
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:e30c37bd-b878-4023-b6e3-076c257f0240
ArtifactChecksum:NzUxMDJmYjYxZDE4NjUyYjFjZTMwN2Q5Nzk4MDU4NTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:9d0806e9-21da-40ab-a1c2-d5d49c587c82
ResourceInvariantUUID:844a9f54-c959-4278-ab38-b37987c087af
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:e90539ad-b9a6-4bdc-83d9-b78f8feb37bc
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:045eb2a1-e4c3-491c-9e58-becb9886e14b
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:5f527971-9877-4c0d-9c67-11fa767bbb5e
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:630412e2-6336-48d2-9b9c-dc822fc3a227
ArtifactChecksum:N2Q5NDg1YWQ3Mzk2ZTJkZGZmODdlYmE3NTE3OThmMGY=
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:99de6bd8-2c6c-40cc-905f-095eb615092a
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:7a1231e6-f405-48c4-a728-cabc1cba85a6
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:7a1231e6-f405-48c4-a728-cabc1cba85a6
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-10T09:02:06.961Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2d18e104-e6d0-424c-91d7-7edfe3adbf3f 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-10T09:02:06.999Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-10T09:02:06.999Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-10T09:02:06.999Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-10T09:02:07.000Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e30c37bd-b878-4023-b6e3-076c257f0240 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-10T09:02:07.000Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-10T09:02:07.000Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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-10T09:02:07.247Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-10T09:02:07.252Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar e30c37bd-b878-4023-b6e3-076c257f0240 68761
2021-09-10T09:02:07.253Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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-10T09:02:07.253Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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-10T09:02:07.253Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-10T09:02:07.253Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:02:07.255Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:02:07.256Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264527253,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:02:07.356Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-10T09:02:07.356Z||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-10T09:02:07.356Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:02:07.365Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:02:07.366Z||pool-82-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-10T09:02:08.256Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-10T09:02:08.257Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-10T09:02:08.258Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: e30c37bd-b878-4023-b6e3-076c257f0240, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-10T09:02:08.258Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-09-10T09:02:08.258Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-10T09:02:08.259Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-10T09:02:08.414Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4431937656135511357/Definitions/service-BasicCnf-template.yml
2021-09-10T09:02:09.597Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-10T09:02:09.598Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-10T09:02:09.598Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-10T09:02:09.598Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-09-10T09:02:09.598Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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-10T09:02:09.598Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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-10T09:02:09.598Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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-10T09:02:09.598Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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-10T09:02:09.598Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-10T09:02:09.599Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:02:09.599Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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-10T09:02:09.599Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-10T09:02:09.600Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-10T09:02:09.600Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-10T09:02:09.600Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:02:09.600Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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-10T09:02:09.601Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-10T09:02:09.601Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-10T09:02:09.601Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-10T09:02:09.601Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:02:09.601Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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-10T09:02:09.601Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:02:09.601Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-10T09:02:09.601Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-09-10T09:02:09.602Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||Node template dummy is not matching search criteria
2021-09-10T09:02:09.602Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-10T09:02:09.602Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:02:09.602Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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-10T09:02:09.603Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:02:09.604Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-10T09:02:09.604Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-10T09:02:09.605Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:02:09.605Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-10T09:02:09.605Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-10T09:02:09.605Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:02:09.606Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-10T09:02:09.606Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-10T09:02:09.606Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:02:09.606Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-10T09:02:09.606Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-09-10T09:02:09.607Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=5be5045c-da4f-4f49-ae3c-08c70ec15f87
2021-09-10T09:02:09.607Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:02:09.607Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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-10T09:02:09.607Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:02:09.607Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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-10T09:02:09.608Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:02:09.608Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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-10T09:02:09.608Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:02:09.608Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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-10T09:02:09.608Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:2d18e104-e6d0-424c-91d7-7edfe3adbf3f
Model Version:NULL
Model InvariantUuid:8af6c4f6-3f0e-488a-b088-dfff4cb39938
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:c387b61a-b9c0-47a9-a3b2-2e852457fa7b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:844a9f54-c959-4278-ab38-b37987c087af
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9d0806e9-21da-40ab-a1c2-d5d49c587c82
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2ce41e86-98e8-4778-a318-092b4c3894ab
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:791117f2-56c0-4072-8035-aad6cc2770f1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5be5045c-da4f-4f49-ae3c-08c70ec15f87
ModelInvariantUuid:ce15fe50-be9f-4762-aaa1-fbe376f80a2f
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:cbb0e05b-5227-44fa-8e16-330df1473e3f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:1ce760f4-d6f5-4821-990e-d3882fd1c94a
ModelInvariantUuid:58fe504c-e219-4d1e-bc4b-eb0c96b4e25a
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:5e86d723-bd10-4377-96ef-da47c954c247
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-10T09:02:09.612Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: e90539ad-b9a6-4bdc-83d9-b78f8feb37bc
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-10T09:02:09.618Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||basic_cnf 0
2021-09-10T09:02:09.619Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e90539ad-b9a6-4bdc-83d9-b78f8feb37bc
2021-09-10T09:02:09.619Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 045eb2a1-e4c3-491c-9e58-becb9886e14b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-09-10T09:02:09.619Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-10T09:02:09.619Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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-10T09:02:09.823Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-10T09:02:09.823Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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 045eb2a1-e4c3-491c-9e58-becb9886e14b 12
2021-09-10T09:02:09.824Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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-10T09:02:09.824Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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-10T09:02:09.824Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-10T09:02:09.824Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:02:09.826Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:02:09.826Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264529824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:02:09.926Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-10T09:02:09.927Z||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-10T09:02:09.927Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:02:09.938Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:02:09.939Z||pool-83-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-10T09:02:10.827Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5f527971-9877-4c0d-9c67-11fa767bbb5e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-09-10T09:02:10.827Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-10T09:02:10.828Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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-10T09:02:11.465Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-10T09:02:11.466Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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 5f527971-9877-4c0d-9c67-11fa767bbb5e 2688
2021-09-10T09:02:11.466Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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-10T09:02:11.466Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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-10T09:02:11.466Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-10T09:02:11.467Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:02:11.468Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:02:11.468Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264531466,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:02:11.569Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T09:02:11.570Z||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-10T09:02:11.570Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:02:11.582Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:02:11.583Z||pool-84-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-10T09:02:12.469Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 630412e2-6336-48d2-9b9c-dc822fc3a227 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-10T09:02:12.470Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-10T09:02:12.471Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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-10T09:02:15.938Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-10T09:02:15.938Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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 630412e2-6336-48d2-9b9c-dc822fc3a227 828
2021-09-10T09:02:15.939Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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-10T09:02:15.939Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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-10T09:02:15.939Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-10T09:02:15.939Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:02:15.941Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:02:15.941Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264535938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:02:16.041Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T09:02:16.042Z||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-10T09:02:16.042Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:02:16.052Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:02:16.052Z||pool-85-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-10T09:02:16.946Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "2ce41e86-98e8-4778-a318-092b4c3894ab",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "791117f2-56c0-4072-8035-aad6cc2770f1",
    "vfModuleModelCustomizationUUID": "f05575a8-e0d3-4037-be37-782179200e99",
    "isBase": true,
    "artifacts": [
      "99de6bd8-2c6c-40cc-905f-095eb615092a",
      "5f527971-9877-4c0d-9c67-11fa767bbb5e",
      "7a1231e6-f405-48c4-a728-cabc1cba85a6"
    ],
    "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-10T09:02:16.956Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:791117f2-56c0-4072-8035-aad6cc2770f1
VfModuleModelInvariantUUID:2ce41e86-98e8-4778-a318-092b4c3894ab
VfModuleModelDescription:NULL
Artifacts UUID List:{
99de6bd8-2c6c-40cc-905f-095eb615092a
,
5f527971-9877-4c0d-9c67-11fa767bbb5e
,
7a1231e6-f405-48c4-a728-cabc1cba85a6

}
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-10T09:02:16.959Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "2ce41e86-98e8-4778-a318-092b4c3894ab",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "791117f2-56c0-4072-8035-aad6cc2770f1",
    "vfModuleModelCustomizationUUID": "f05575a8-e0d3-4037-be37-782179200e99",
    "isBase": true,
    "artifacts": [
      "99de6bd8-2c6c-40cc-905f-095eb615092a",
      "5f527971-9877-4c0d-9c67-11fa767bbb5e",
      "7a1231e6-f405-48c4-a728-cabc1cba85a6"
    ],
    "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-10T09:02:16.959Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:791117f2-56c0-4072-8035-aad6cc2770f1
VfModuleModelInvariantUUID:2ce41e86-98e8-4778-a318-092b4c3894ab
VfModuleModelDescription:NULL
Artifacts UUID List:{
99de6bd8-2c6c-40cc-905f-095eb615092a
,
5f527971-9877-4c0d-9c67-11fa767bbb5e
,
7a1231e6-f405-48c4-a728-cabc1cba85a6

}
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-10T09:02:16.959Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 99de6bd8-2c6c-40cc-905f-095eb615092a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-10T09:02:16.960Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-10T09:02:16.960Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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-10T09:02:17.969Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-10T09:02:17.970Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 99de6bd8-2c6c-40cc-905f-095eb615092a 1164
2021-09-10T09:02:17.970Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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-10T09:02:17.970Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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-10T09:02:17.970Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-10T09:02:17.971Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:02:17.974Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:02:17.974Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264537970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:02:18.074Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T09:02:18.075Z||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-10T09:02:18.075Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:02:18.085Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:02:18.085Z||pool-86-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-10T09:02:18.974Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7a1231e6-f405-48c4-a728-cabc1cba85a6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-10T09:02:18.975Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-10T09:02:18.975Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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-10T09:02:19.556Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-10T09:02:19.556Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 7a1231e6-f405-48c4-a728-cabc1cba85a6 200
2021-09-10T09:02:19.556Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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-10T09:02:19.557Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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-10T09:02:19.557Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-10T09:02:19.557Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:02:19.559Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:02:19.559Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264539556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:02:19.662Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-09-10T09:02:19.663Z||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-10T09:02:19.663Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:02:19.675Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:02:19.676Z||pool-87-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-10T09:02:20.563Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 2d18e104-e6d0-424c-91d7-7edfe3adbf3f
2021-09-10T09:02:20.564Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 e90539ad-b9a6-4bdc-83d9-b78f8feb37bc 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 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-10T09:02:20.582Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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-10T09:02:20.586Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@533feff1, org.onap.sdc.toscaparser.api.parameters.Input@6bfd9284, org.onap.sdc.toscaparser.api.parameters.Input@20715ea2, org.onap.sdc.toscaparser.api.parameters.Input@57de3bf5, org.onap.sdc.toscaparser.api.parameters.Input@7b320698]
2021-09-10T09:02:20.589Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:02:20.590Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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-10T09:02:20.590Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2021-09-10T09:02:20.590Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 9d0806e9-21da-40ab-a1c2-d5d49c587c82
2021-09-10T09:02:20.591Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9d0806e9-21da-40ab-a1c2-d5d49c587c82 matches Tosca VF Customization UUID: 9d0806e9-21da-40ab-a1c2-d5d49c587c82
2021-09-10T09:02:20.591Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 9d0806e9-21da-40ab-a1c2-d5d49c587c82  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-10T09:02:20.593Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:02:20.594Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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-10T09:02:20.595Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 9d0806e9-21da-40ab-a1c2-d5d49c587c82: {\"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-10T09:02:20.595Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@70559f07
2021-09-10T09:02:20.595Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:02:20.595Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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-10T09:02:20.596Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f05575a8-e0d3-4037-be37-782179200e99
2021-09-10T09:02:20.596Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f05575a8-e0d3-4037-be37-782179200e99
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-10T09:02:20.599Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:02:20.599Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-10T09:02:20.599Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-10T09:02:20.600Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:02:20.600Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-10T09:02:20.600Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-10T09:02:20.601Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:02:20.601Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-10T09:02:20.601Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-09-10T09:02:20.601Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=5be5045c-da4f-4f49-ae3c-08c70ec15f87
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-10T09:02:20.604Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:02:20.604Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-10T09:02:20.604Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-10T09:02:20.605Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:02:20.605Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-10T09:02:20.605Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=9d0806e9-21da-40ab-a1c2-d5d49c587c82
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-10T09:02:20.607Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:02:20.607Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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-10T09:02:20.607Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 2d18e104-e6d0-424c-91d7-7edfe3adbf3f: basic_cnf
2021-09-10T09:02:20.608Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:02:20.608Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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-10T09:02:20.608Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:02:20.609Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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-10T09:02:20.609Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:02:20.609Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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-10T09:02:20.609Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:02:20.610Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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-10T09:02:20.610Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:02:20.610Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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-10T09:02:20.610Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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-10T09:02:20.660Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf e90539ad-b9a6-4bdc-83d9-b78f8feb37bc 1 ASDC deployResourceStructure
2021-09-10T09:02:20.661Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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-10T09:02:20.661Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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-10T09:02:20.661Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-09-10T09:02:20.661Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:02:20.663Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:02:20.663Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264540661,
  "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-10T09:02:20.763Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T09:02:20.764Z||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-10T09:02:20.764Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:02:20.776Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:02:20.777Z||pool-88-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-10T09:02:21.664Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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-10T09:02:21.664Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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-10T09:02:21.665Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-09-10T09:02:21.665Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:02:21.667Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:02:21.668Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264541664,
  "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-10T09:02:21.768Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T09:02:21.769Z||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-10T09:02:21.769Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:02:21.787Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:02:21.787Z||pool-89-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-09-10T09:02:22.669Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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-10T09:02:22.669Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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-10T09:02:22.669Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-10T09:02:22.669Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:02:22.673Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:02:22.673Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264542668,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-10T09:02:22.771Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-09-10T09:02:22.772Z||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-10T09:02:22.772Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:02:22.784Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:02:22.785Z||pool-90-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-10T09:02:23.675Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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-10T09:02:23.675Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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-10T09:02:23.675Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-10T09:02:23.675Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:02:23.678Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:02:23.678Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264543675,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-09-10T09:02:23.778Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T09:02:23.779Z||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-10T09:02:23.779Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:02:23.789Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:02:23.790Z||pool-91-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-10T09:02:24.679Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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-10T09:02:24.679Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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-10T09:02:24.679Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-10T09:02:24.679Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:02:24.681Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:02:24.681Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264544678,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-09-10T09:02:24.781Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T09:02:24.782Z||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-10T09:02:24.782Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:02:24.791Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:02:24.792Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-10T09:02:25.685Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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-10T09:02:25.685Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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-10T09:02:25.685Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-10T09:02:25.686Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:02:25.689Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:02:25.689Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264545684,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-10T09:02:25.789Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-10T09:02:25.790Z||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-10T09:02:25.790Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:02:25.802Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:02:25.803Z||pool-93-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-10T09:02:26.694Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c08dd87-c07b-46fc-b100-16c15cff67e4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T09:02:26.718Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c08dd87-c07b-46fc-b100-16c15cff67e4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10T09:02:26.721Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-10T09:02:26.721Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-10T09:02:26.721Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-10T09:02:26.721Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-10T09:02:26.722Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-10T09:02:26.722Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-10T09:02:26.722Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-10T09:02:26.722Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-10T09:02:26.722Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-10T09:02:26.722Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-10T09:02:26.722Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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-10T09:02:26.729Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-10T09:02:56.730Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2c08dd87-c07b-46fc-b100-16c15cff67e4 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-10T09:02:56.747Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2c08dd87-c07b-46fc-b100-16c15cff67e4 and serviceModelVersionId: 2d18e104-e6d0-424c-91d7-7edfe3adbf3f
2021-09-10T09:02:56.748Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8af6c4f6-3f0e-488a-b088-dfff4cb39938
2021-09-10T09:02:56.749Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8af6c4f6-3f0e-488a-b088-dfff4cb39938/model-vers/model-ver/2d18e104-e6d0-424c-91d7-7edfe3adbf3f?depth=0
2021-09-10T09:02:56.764Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-09-10T09:02:56.913Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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/8af6c4f6-3f0e-488a-b088-dfff4cb39938/model-vers/model-ver/2d18e104-e6d0-424c-91d7-7edfe3adbf3f?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-10T09:02:56.915Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8af6c4f6-3f0e-488a-b088-dfff4cb39938/model-vers/model-ver/2d18e104-e6d0-424c-91d7-7edfe3adbf3f?depth=0|INFO|500||Invoke
2021-09-10T09:02:56.958Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8af6c4f6-3f0e-488a-b088-dfff4cb39938/model-vers/model-ver/2d18e104-e6d0-424c-91d7-7edfe3adbf3f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-10T09:02:57.119Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8af6c4f6-3f0e-488a-b088-dfff4cb39938/model-vers/model-ver/2d18e104-e6d0-424c-91d7-7edfe3adbf3f?depth=0|INFO|500||InvokeReturn
2021-09-10T09:02:57.119Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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/8af6c4f6-3f0e-488a-b088-dfff4cb39938/model-vers/model-ver/2d18e104-e6d0-424c-91d7-7edfe3adbf3f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210910-09:02:56:970-87746], vertex-id=[209048], Content-Length=[0], Date=[Fri, 10 Sep 2021 09:02:56 GMT], Content-Type=[application/json]}
2021-09-10T09:02:57.119Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-09-10T09:02:57.121Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-10T09:02:57.121Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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-10T09:02:57.124Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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-10T09:02:57.125Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2c08dd87-c07b-46fc-b100-16c15cff67e4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-10T09:02:57.125Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-10T09:02:57.125Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:02:57.127Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:02:57.127Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264577125,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-10T09:02:57.228Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T09:02:57.228Z||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-10T09:02:57.229Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:02:57.250Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:02:57.251Z||pool-94-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-10T09:02:58.141Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:02:58.141Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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-10T09:02:58.141Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:03:05.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:03:05.286Z||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-10T09:03:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:03:05.315Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:03:05.316Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:03:05.316Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264285284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:03:05.317Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:03:05.317Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:03:05.317Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264285284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-10T09:03:05.317Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:03:05.317Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:03:05.318Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264285284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:03:05.318Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:03:05.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:03:05.318Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264285284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:03:05.318Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:03:05.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:03:05.318Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264285284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T09:03:05.318Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:03:05.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:03:05.318Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264412763,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:03:05.318Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:03:05.319Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:03:05.319Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264416207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:03:05.319Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:03:05.319Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:03:05.319Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264417470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:03:05.319Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:03:05.319Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:03:05.319Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264418984,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:03:05.319Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:03:05.319Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:03:05.319Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264420276,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-10T09:03:05.319Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:03:05.320Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:03:05.320Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264421282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-10T09:03:05.320Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:03:05.320Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:03:05.320Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264422292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-10T09:03:05.320Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:03:05.320Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:03:05.320Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264423296,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-10T09:03:05.321Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:03:08.440Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:03:08.440Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:03:08.441Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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-10T09:03:08.441Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:03:18.000Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:03:18.020Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:03:18.022Z||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-10T09:03:18.022Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:03:27.566Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:03:27.571Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:03:27.573Z||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-10T09:03:27.573Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:03:37.114Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:03:37.115Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:03:37.115Z||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-10T09:03:37.115Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:03:46.682Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:04:05.283Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:04:05.284Z||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-10T09:04:05.284Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:04:05.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:04:05.286Z||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-10T09:04:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:04:05.310Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:04:05.310Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-10T09:04:05.310Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7584a7c0-f04c-4d0c-b13b-5d78e98023e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264516888,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-10T09:04:05.312Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:04:05.312Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-10T09:04:05.312Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264285284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:04:05.312Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:04:05.312Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-10T09:04:05.312Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264285284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-10T09:04:05.312Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:04:05.312Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-10T09:04:05.312Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264285284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-10T09:04:05.313Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:04:05.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-10T09:04:05.313Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264285284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-10T09:04:05.313Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:04:05.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-10T09:04:05.313Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264285284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-10T09:04:05.313Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:04:05.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-10T09:04:05.313Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264285284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:04:05.313Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:04:05.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-10T09:04:05.313Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264285284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-10T09:04:05.314Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:04:05.314Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-10T09:04:05.314Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264285284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:04:05.314Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:04:14.840Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:05:05.286Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:05:05.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:05:05.297Z||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-10T09:05:05.297Z||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-10T09:05:05.299Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:05:05.299Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:05:05.851Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:05:05.852Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-10T09:05:05.852Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264285284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T09:05:05.853Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:05:05.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-10T09:05:05.854Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264527253,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:05:05.854Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:05:05.854Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-10T09:05:05.854Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264529824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:05:05.854Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:05:05.854Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-10T09:05:05.854Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264531466,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:05:05.854Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:05:05.854Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-10T09:05:05.854Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264535938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:05:05.855Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:05:05.855Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-10T09:05:05.855Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264537970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:05:05.855Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:05:05.855Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-10T09:05:05.855Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264539556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:05:05.855Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:05:05.855Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-10T09:05:05.856Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264540661,
  "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-10T09:05:05.856Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:05:05.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-10T09:05:05.856Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264541664,
  "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-10T09:05:05.856Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:05:05.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-10T09:05:05.857Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264542668,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-10T09:05:05.857Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:05:05.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-10T09:05:05.857Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264543675,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-09-10T09:05:05.857Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:05:05.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-10T09:05:05.857Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264544678,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-09-10T09:05:05.857Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:05:05.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-10T09:05:05.858Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264545684,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-10T09:05:05.858Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:05:05.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-10T09:05:05.858Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c08dd87-c07b-46fc-b100-16c15cff67e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264577125,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-10T09:05:05.858Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:05:14.885Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:06:05.286Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:06:05.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:06:05.287Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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-10T09:06:05.288Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:06:05.287Z||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-10T09:06:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:06:14.867Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:06:14.878Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:07:05.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:07:05.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:07:05.288Z||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-10T09:07:05.288Z||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-10T09:07:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:07:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:07:05.774Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:07:05.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.776Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "cds",
  "timestamp": 1631264803863,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:07:05.778Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:07:05.778Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.779Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631264798581,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:07:05.779Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:07:05.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.779Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631264797864,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:07:05.779Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:07:05.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.779Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631264802440,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:07:05.779Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:07:05.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.779Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "cds",
  "timestamp": 1631264803863,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:07:05.779Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:07:05.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.780Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631264797864,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:07:05.780Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:07:05.780Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.780Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631264798581,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:07:05.780Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:07:05.780Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.780Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631264802440,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:07:05.780Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:07:05.780Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.780Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631264797864,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:07:05.780Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:07:05.780Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.781Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "cds",
  "timestamp": 1631264803863,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:07:05.781Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:07:05.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.781Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631264798581,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-10T09:07:05.781Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:07:05.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.781Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631264802440,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:07:05.781Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:07:05.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.781Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "dcae-sch",
  "timestamp": 1631264807575,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-09-10T09:07:05.781Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:07:05.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.781Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "cds",
  "timestamp": 1631264803863,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:07:05.782Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:07:05.782Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.782Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631264798581,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-10T09:07:05.782Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:07:05.782Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.782Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631264797864,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:07:05.782Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:07:05.783Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.783Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631264802440,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:07:05.783Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:07:05.783Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.783Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "dcae-sch",
  "timestamp": 1631264807575,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:07:05.783Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:07:05.784Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.784Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "cds",
  "timestamp": 1631264803863,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:07:05.784Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:07:05.784Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.784Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631264797864,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:07:05.784Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:07:05.784Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.784Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631264798581,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:07:05.784Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:07:05.784Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.784Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631264802440,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:07:05.785Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:07:05.785Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.785Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "dcae-sch",
  "timestamp": 1631264807575,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:07:05.785Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:07:05.785Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.785Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "policy-id",
  "timestamp": 1631264809666,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:07:05.785Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:07:05.785Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.785Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "cds",
  "timestamp": 1631264803863,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:07:05.785Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:07:05.785Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.785Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631264798581,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-10T09:07:05.785Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:07:05.785Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.786Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631264797864,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:07:05.786Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:07:05.786Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.786Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631264802440,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:07:05.786Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:07:05.786Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.786Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "dcae-sch",
  "timestamp": 1631264807575,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:07:05.786Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:07:05.786Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.786Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "policy-id",
  "timestamp": 1631264809666,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:07:05.786Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:07:05.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.787Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "cds",
  "timestamp": 1631264803863,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:07:05.787Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:07:05.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.787Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631264798581,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:07:05.787Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:07:05.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.787Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631264797864,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:07:05.787Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:07:05.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.787Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631264802440,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:07:05.787Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:07:05.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.788Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "dcae-sch",
  "timestamp": 1631264807575,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:07:05.788Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:07:05.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.788Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "policy-id",
  "timestamp": 1631264809666,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:07:05.788Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:07:05.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.788Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "cds",
  "timestamp": 1631264803863,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T09:07:05.788Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:07:05.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.788Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631264798581,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T09:07:05.789Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:07:05.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.789Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631264797864,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T09:07:05.789Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:07:05.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.789Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631264802440,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:07:05.789Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:07:05.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.789Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "dcae-sch",
  "timestamp": 1631264807575,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:07:05.789Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:07:05.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.789Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "policy-id",
  "timestamp": 1631264809666,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-10T09:07:05.790Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:07:05.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "dcae-sch",
  "timestamp": 1631264807575,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:07:05.790Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:07:05.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "policy-id",
  "timestamp": 1631264809666,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:07:05.790Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:07:05.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "dcae-sch",
  "timestamp": 1631264807575,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:07:05.790Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:07:05.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "policy-id",
  "timestamp": 1631264809666,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:07:05.791Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:07:05.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.791Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "policy-id",
  "timestamp": 1631264809666,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:07:05.791Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:07:05.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.791Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "cds",
  "timestamp": 1631264816820,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:07:05.791Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:07:05.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.791Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631264817048,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:07:05.791Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:07:05.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.792Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631264817056,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:07:05.792Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:07:05.792Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.792Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "policy-id",
  "timestamp": 1631264809666,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T09:07:05.792Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:07:05.792Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.792Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "cds",
  "timestamp": 1631264817827,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-10T09:07:05.812Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e7f99d78-ee69-4281-bfd6-3f1ea543d780
2021-09-10T09:07:05.812Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7f99d78-ee69-4281-bfd6-3f1ea543d780 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-10T09:07:05.820Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.821Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631264818957,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:07:05.821Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:07:05.821Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.821Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "policy-id",
  "timestamp": 1631264819252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:07:05.821Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:07:05.821Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.822Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631264819472,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-10T09:07:05.822Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:07:05.822Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.822Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "policy-id",
  "timestamp": 1631264820261,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-10T09:07:05.822Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:07:05.822Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.822Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631264820477,
  "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-10T09:07:05.827Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e7f99d78-ee69-4281-bfd6-3f1ea543d780
2021-09-10T09:07:05.827Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7f99d78-ee69-4281-bfd6-3f1ea543d780 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-10T09:07:05.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "dcae-sch",
  "timestamp": 1631264820623,
  "artifactURL": "/sdc/v1/catalog/services/00a9b609-c16e-4c06-8472-e8d9da0027d8/resourceInstances/basicclamp0/artifacts/2c402912-fc22-4d4f-9ca5-1bb22fbfcc68",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:07:05.834Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:07:05.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "policy-id",
  "timestamp": 1631264821268,
  "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-10T09:07:05.839Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e7f99d78-ee69-4281-bfd6-3f1ea543d780
2021-09-10T09:07:05.839Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7f99d78-ee69-4281-bfd6-3f1ea543d780 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-10T09:07:05.846Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.846Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "dcae-sch",
  "timestamp": 1631264821957,
  "artifactURL": "/sdc/v1/catalog/services/00a9b609-c16e-4c06-8472-e8d9da0027d8/resourceInstances/basicclamp0/artifacts/2c402912-fc22-4d4f-9ca5-1bb22fbfcc68",
  "status": "DEPLOY_OK"
}
2021-09-10T09:07:05.846Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:07:05.846Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.846Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "dcae-sch",
  "timestamp": 1631264822962,
  "artifactURL": "/sdc/v1/catalog/services/00a9b609-c16e-4c06-8472-e8d9da0027d8/resourceInstances/basicclamp0/artifacts/2c402912-fc22-4d4f-9ca5-1bb22fbfcc68",
  "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-10T09:07:05.850Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of e7f99d78-ee69-4281-bfd6-3f1ea543d780
2021-09-10T09:07:05.850Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7f99d78-ee69-4281-bfd6-3f1ea543d780 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-10T09:07:05.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "clamp",
  "timestamp": 1631264822500,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:07:05.857Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:07:05.858Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.858Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631264823624,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:07:05.858Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:07:05.858Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.858Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "clamp",
  "timestamp": 1631264822500,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:07:05.858Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:07:05.858Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.859Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631264824641,
  "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-10T09:07:05.862Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e7f99d78-ee69-4281-bfd6-3f1ea543d780
2021-09-10T09:07:05.862Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7f99d78-ee69-4281-bfd6-3f1ea543d780 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-10T09:07:05.868Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.868Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "aai-ml",
  "timestamp": 1631264824468,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:07:05.868Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:07:05.868Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.868Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "clamp",
  "timestamp": 1631264822500,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-10T09:07:05.868Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:07:05.927Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:07:05.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-10T09:07:05.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"e7f99d78-ee69-4281-bfd6-3f1ea543d780","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"00a9b609-c16e-4c06-8472-e8d9da0027d8","serviceDescription":"service","serviceInvariantUUID":"b9ab2c38-073d-4c64-9a76-13759f1a3e93","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"40758f4a-a925-4303-aacf-5518eee2a024","resourceInvariantUUID":"4a7bcfc8-2144-4cca-8ceb-5fc413d5b3ee","resourceCustomizationUUID":"4c3a8667-e545-45c5-973f-15d444fd6904","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":"2c402912-fc22-4d4f-9ca5-1bb22fbfcc68","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":"YmQ3M2I3YzdjOWJjNDgyNzllOTdlYWY0NDg2MjFkNjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5830cb81-fb80-4f27-adae-0de11adcb798","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":"NTczNzkyMWMzZDE1ODJlY2RhZmQyNzk3OTZkNDM2ZmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9bfc7173-2389-4c54-ace8-42f9ff80e56b","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":"f8b975e1-b36c-466c-a0a7-03a3d99c2188","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":"a6a90afb-630b-46f0-909d-219f7f684039","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":"d31a26fd-a868-4564-b886-5eddb29f8aef","artifactVersion":"2","generatedFromUUID":"f8b975e1-b36c-466c-a0a7-03a3d99c2188"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"NTc0YzkzY2YwNTdmNjhlMTg1YzU1ZjEzNWEwNmQwYmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2180dfca-b1ea-44c5-a52b-fdb983300ae8","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"YmI3YTdhZGM5NDVkYThjMzFlZDhhMmU5OGZhNDkwMmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cd3396f9-a1bd-4fed-964e-ccc862a2c19a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-10T09:07:05.930Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T09:07:05.931Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:07:05.935Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:07:05.935Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264825284,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:07:06.039Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2021-09-10T09:07:06.040Z||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-10T09:07:06.040Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:07:06.055Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:07:06.056Z||pool-95-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-09-10T09:07:06.936Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T09:07:06.937Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:07:06.938Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:07:06.939Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264825284,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:07:07.039Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T09:07:07.039Z||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-10T09:07:07.039Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:07:07.050Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:07:07.051Z||pool-96-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-10T09:07:07.940Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T09:07:07.942Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:07:07.945Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:07:07.945Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264825284,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-10T09:07:08.046Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-10T09:07:08.046Z||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-10T09:07:08.046Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:07:08.056Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:07:08.056Z||pool-97-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-10T09:07:08.946Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T09:07:08.947Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:07:08.949Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:07:08.949Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264825284,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-10T09:07:09.049Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T09:07:09.049Z||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-10T09:07:09.050Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:07:09.060Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:07:09.060Z||pool-98-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-10T09:07:09.949Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T09:07:09.950Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:07:09.952Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:07:09.952Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264825284,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:07:10.053Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-10T09:07:10.053Z||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-10T09:07:10.053Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:07:10.062Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:07:10.063Z||pool-99-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-10T09:07:10.954Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T09:07:10.954Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:07:10.956Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:07:10.957Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264825284,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-10T09:07:11.057Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T09:07:11.058Z||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-10T09:07:11.058Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:07:11.081Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:07:11.082Z||pool-100-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2021-09-10T09:07:11.957Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T09:07:11.957Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:07:11.960Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:07:11.960Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264825284,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:07:12.060Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T09:07:12.062Z||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-10T09:07:12.062Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:07:12.073Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:07:12.074Z||pool-101-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-10T09:07:12.962Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T09:07:12.963Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:07:12.966Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:07:12.966Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264825284,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T09:07:13.066Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T09:07:13.067Z||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-10T09:07:13.067Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:07:13.080Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:07:13.081Z||pool-102-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-10T09:07:13.970Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "00a9b609-c16e-4c06-8472-e8d9da0027d8",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b9ab2c38-073d-4c64-9a76-13759f1a3e93",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "4c3a8667-e545-45c5-973f-15d444fd6904",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "40758f4a-a925-4303-aacf-5518eee2a024",
      "resourceInvariantUUID": "4a7bcfc8-2144-4cca-8ceb-5fc413d5b3ee",
      "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": "NTczNzkyMWMzZDE1ODJlY2RhZmQyNzk3OTZkNDM2ZmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9bfc7173-2389-4c54-ace8-42f9ff80e56b",
          "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": "f8b975e1-b36c-466c-a0a7-03a3d99c2188",
          "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": "d31a26fd-a868-4564-b886-5eddb29f8aef",
            "generatedFromUUID": "f8b975e1-b36c-466c-a0a7-03a3d99c2188"
          },
          "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": "d31a26fd-a868-4564-b886-5eddb29f8aef",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "YmI3YTdhZGM5NDVkYThjMzFlZDhhMmU5OGZhNDkwMmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cd3396f9-a1bd-4fed-964e-ccc862a2c19a"
    }
  ],
  "workloadContext": "Production"
}
2021-09-10T09:07:13.970Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-10T09:07:13.971Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 00a9b609-c16e-4c06-8472-e8d9da0027d8 ASDC
2021-09-10T09:07:13.971Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:e7f99d78-ee69-4281-bfd6-3f1ea543d780
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:00a9b609-c16e-4c06-8472-e8d9da0027d8
ServiceInvariantUUID:b9ab2c38-073d-4c64-9a76-13759f1a3e93
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:cd3396f9-a1bd-4fed-964e-ccc862a2c19a
ArtifactChecksum:YmI3YTdhZGM5NDVkYThjMzFlZDhhMmU5OGZhNDkwMmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:4c3a8667-e545-45c5-973f-15d444fd6904
ResourceInvariantUUID:4a7bcfc8-2144-4cca-8ceb-5fc413d5b3ee
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:40758f4a-a925-4303-aacf-5518eee2a024
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:9bfc7173-2389-4c54-ace8-42f9ff80e56b
ArtifactChecksum:NTczNzkyMWMzZDE1ODJlY2RhZmQyNzk3OTZkNDM2ZmI=
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:f8b975e1-b36c-466c-a0a7-03a3d99c2188
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:d31a26fd-a868-4564-b886-5eddb29f8aef
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:d31a26fd-a868-4564-b886-5eddb29f8aef
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-10T09:07:13.972Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 00a9b609-c16e-4c06-8472-e8d9da0027d8 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-10T09:07:14.018Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-10T09:07:14.020Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-10T09:07:14.020Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-10T09:07:14.020Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: cd3396f9-a1bd-4fed-964e-ccc862a2c19a from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-10T09:07:14.020Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-10T09:07:14.021Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-10T09:07:15.898Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-10T09:07:15.902Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar cd3396f9-a1bd-4fed-964e-ccc862a2c19a 73362
2021-09-10T09:07:15.902Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-09-10T09:07:15.902Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-10T09:07:15.902Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-10T09:07:15.902Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:07:15.904Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:07:15.904Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264835902,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:07:16.004Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T09:07:16.006Z||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-10T09:07:16.006Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:07:16.018Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:07:16.018Z||pool-103-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-10T09:07:16.904Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-10T09:07:16.905Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-10T09:07:16.906Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: cd3396f9-a1bd-4fed-964e-ccc862a2c19a, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-10T09:07:16.907Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-09-10T09:07:16.913Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-10T09:07:16.913Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-10T09:07:17.099Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4176590563468431740/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-10T09:07:18.334Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-10T09:07:18.335Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-10T09:07:18.335Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-10T09:07:18.335Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-10T09:07:18.335Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-10T09:07:18.335Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-10T09:07:18.335Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-10T09:07:18.335Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-10T09:07:18.335Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-10T09:07:18.336Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-10T09:07:18.336Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-10T09:07:18.336Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-10T09:07:18.336Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-10T09:07:18.336Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-10T09:07:18.337Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:07:18.337Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T09:07:18.337Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-10T09:07:18.337Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-10T09:07:18.337Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-10T09:07:18.338Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:07:18.338Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T09:07:18.338Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-10T09:07:18.338Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-10T09:07:18.338Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-10T09:07:18.338Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:07:18.338Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T09:07:18.338Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:07:18.339Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-10T09:07:18.339Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-10T09:07:18.339Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-10T09:07:18.339Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-10T09:07:18.339Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-10T09:07:18.339Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-10T09:07:18.339Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:07:18.340Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-10T09:07:18.340Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:07:18.340Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-10T09:07:18.340Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-10T09:07:18.340Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:07:18.340Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-10T09:07:18.340Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-10T09:07:18.341Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:07:18.341Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-10T09:07:18.341Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-10T09:07:18.341Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:07:18.341Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-10T09:07:18.341Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-10T09:07:18.341Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-10T09:07:18.341Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3b845a4a-0137-4cd9-98b3-5d3824ec5613
2021-09-10T09:07:18.342Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:07:18.342Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T09:07:18.342Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:07:18.342Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T09:07:18.342Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:07:18.342Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T09:07:18.342Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:07:18.342Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T09:07:18.342Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:00a9b609-c16e-4c06-8472-e8d9da0027d8
Model Version:NULL
Model InvariantUuid:b9ab2c38-073d-4c64-9a76-13759f1a3e93
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:3a618e33-01f3-48f4-91ad-4f97e32348b8
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4a7bcfc8-2144-4cca-8ceb-5fc413d5b3ee
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:4c3a8667-e545-45c5-973f-15d444fd6904
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3821fb0b-4f65-4d59-a54f-8017647bbbf2
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:3b6daa78-a7c0-4672-b568-161787cbf339
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3b845a4a-0137-4cd9-98b3-5d3824ec5613
ModelInvariantUuid:24ece53a-9790-42fe-9304-01cbec4f6361
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:9568d090-ae78-4c3f-9345-9c2f57968dd7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:0160062f-d52e-4282-8ffb-75d8ffb99f29
ModelInvariantUuid:0f237e5e-b2af-407b-85d6-30f5e218af8b
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:3d9f657c-e372-45e4-aec7-978cf6dc20e6
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-10T09:07:18.348Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 40758f4a-a925-4303-aacf-5518eee2a024
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-10T09:07:18.352Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||basicclamp 0
2021-09-10T09:07:18.352Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 40758f4a-a925-4303-aacf-5518eee2a024
2021-09-10T09:07:18.352Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9bfc7173-2389-4c54-ace8-42f9ff80e56b from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-10T09:07:18.352Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-10T09:07:18.352Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-10T09:07:18.786Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-10T09:07:18.787Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 9bfc7173-2389-4c54-ace8-42f9ff80e56b 790
2021-09-10T09:07:18.788Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-09-10T09:07:18.788Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-10T09:07:18.788Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-10T09:07:18.789Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:07:18.792Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:07:18.792Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264838787,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:07:18.894Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-09-10T09:07:18.895Z||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-10T09:07:18.895Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:07:18.907Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:07:18.907Z||pool-104-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-10T09:07:19.794Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "3821fb0b-4f65-4d59-a54f-8017647bbbf2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3b6daa78-a7c0-4672-b568-161787cbf339",
    "vfModuleModelCustomizationUUID": "f4573567-326c-4df1-bceb-ba01616cb712",
    "isBase": true,
    "artifacts": [
      "f8b975e1-b36c-466c-a0a7-03a3d99c2188",
      "d31a26fd-a868-4564-b886-5eddb29f8aef"
    ],
    "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-10T09:07:19.799Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3b6daa78-a7c0-4672-b568-161787cbf339
VfModuleModelInvariantUUID:3821fb0b-4f65-4d59-a54f-8017647bbbf2
VfModuleModelDescription:NULL
Artifacts UUID List:{
f8b975e1-b36c-466c-a0a7-03a3d99c2188
,
d31a26fd-a868-4564-b886-5eddb29f8aef

}
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-10T09:07:19.801Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "3821fb0b-4f65-4d59-a54f-8017647bbbf2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3b6daa78-a7c0-4672-b568-161787cbf339",
    "vfModuleModelCustomizationUUID": "f4573567-326c-4df1-bceb-ba01616cb712",
    "isBase": true,
    "artifacts": [
      "f8b975e1-b36c-466c-a0a7-03a3d99c2188",
      "d31a26fd-a868-4564-b886-5eddb29f8aef"
    ],
    "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-10T09:07:19.801Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3b6daa78-a7c0-4672-b568-161787cbf339
VfModuleModelInvariantUUID:3821fb0b-4f65-4d59-a54f-8017647bbbf2
VfModuleModelDescription:NULL
Artifacts UUID List:{
f8b975e1-b36c-466c-a0a7-03a3d99c2188
,
d31a26fd-a868-4564-b886-5eddb29f8aef

}
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-10T09:07:19.802Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f8b975e1-b36c-466c-a0a7-03a3d99c2188 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-10T09:07:19.802Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-10T09:07:19.802Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-10T09:07:22.624Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-10T09:07:22.625Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml f8b975e1-b36c-466c-a0a7-03a3d99c2188 5033
2021-09-10T09:07:22.625Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-10T09:07:22.625Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-10T09:07:22.625Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-10T09:07:22.626Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:07:22.628Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:07:22.628Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264842625,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:07:22.728Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T09:07:22.730Z||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-10T09:07:22.730Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:07:22.740Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:07:22.741Z||pool-105-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-10T09:07:23.629Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d31a26fd-a868-4564-b886-5eddb29f8aef from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-10T09:07:23.629Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-10T09:07:23.629Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-10T09:07:24.905Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-10T09:07:24.906Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env d31a26fd-a868-4564-b886-5eddb29f8aef 909
2021-09-10T09:07:24.906Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-10T09:07:24.906Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-10T09:07:24.906Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-10T09:07:24.907Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:07:24.908Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:07:24.908Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264844906,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:07:25.008Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T09:07:25.009Z||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-10T09:07:25.009Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:07:25.023Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:07:25.024Z||pool-106-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-10T09:07:25.909Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 00a9b609-c16e-4c06-8472-e8d9da0027d8
2021-09-10T09:07:25.909Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 40758f4a-a925-4303-aacf-5518eee2a024 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-10T09:07:25.919Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@72ecb0bf, org.onap.sdc.toscaparser.api.parameters.Input@345b1369, org.onap.sdc.toscaparser.api.parameters.Input@41adc98c, org.onap.sdc.toscaparser.api.parameters.Input@61bdeb8, org.onap.sdc.toscaparser.api.parameters.Input@1165ef8c]
2021-09-10T09:07:25.921Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:07:25.921Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T09:07:25.921Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-09-10T09:07:25.921Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 4c3a8667-e545-45c5-973f-15d444fd6904
2021-09-10T09:07:25.921Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4c3a8667-e545-45c5-973f-15d444fd6904 matches Tosca VF Customization UUID: 4c3a8667-e545-45c5-973f-15d444fd6904
2021-09-10T09:07:25.921Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 4c3a8667-e545-45c5-973f-15d444fd6904  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-10T09:07:25.923Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:07:25.923Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T09:07:25.923Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 4c3a8667-e545-45c5-973f-15d444fd6904: {\"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-10T09:07:25.924Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@ab1dbe8
2021-09-10T09:07:25.924Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:07:25.924Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-10T09:07:25.924Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f4573567-326c-4df1-bceb-ba01616cb712
2021-09-10T09:07:25.924Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f4573567-326c-4df1-bceb-ba01616cb712
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-10T09:07:25.926Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:07:25.926Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-10T09:07:25.926Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-10T09:07:25.927Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:07:25.927Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-10T09:07:25.927Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-10T09:07:25.927Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:07:25.928Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-10T09:07:25.928Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-10T09:07:25.928Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-10T09:07:25.928Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3b845a4a-0137-4cd9-98b3-5d3824ec5613
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-10T09:07:25.930Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:07:25.931Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-10T09:07:25.931Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-10T09:07:25.931Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:07:25.931Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-10T09:07:25.931Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=4c3a8667-e545-45c5-973f-15d444fd6904
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-10T09:07:25.932Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:07:25.932Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T09:07:25.933Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 00a9b609-c16e-4c06-8472-e8d9da0027d8: basicclamp
2021-09-10T09:07:25.933Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:07:25.933Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T09:07:25.933Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:07:25.933Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T09:07:25.933Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:07:25.934Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T09:07:25.934Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:07:25.934Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T09:07:25.934Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:07:25.934Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T09:07:25.934Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||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-10T09:07:25.991Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 40758f4a-a925-4303-aacf-5518eee2a024 1 ASDC deployResourceStructure
2021-09-10T09:07:25.991Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-09-10T09:07:25.991Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-10T09:07:25.991Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-10T09:07:25.992Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:07:25.993Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:07:25.993Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264845991,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-10T09:07:26.093Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T09:07:26.094Z||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-10T09:07:26.094Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:07:26.107Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:07:26.107Z||pool-107-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-10T09:07:26.994Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-10T09:07:26.995Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-10T09:07:26.995Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-10T09:07:26.996Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:07:26.998Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:07:26.998Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264846994,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-10T09:07:27.098Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T09:07:27.099Z||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-10T09:07:27.099Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:07:27.109Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:07:27.109Z||pool-108-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-10T09:07:27.999Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-10T09:07:28.000Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-10T09:07:28.000Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-10T09:07:28.000Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:07:28.002Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:07:28.002Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264847999,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-10T09:07:28.102Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T09:07:28.103Z||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-10T09:07:28.103Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:07:28.123Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:07:28.123Z||pool-109-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2021-09-10T09:07:29.003Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-09-10T09:07:29.003Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-10T09:07:29.003Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-10T09:07:29.003Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:07:29.005Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:07:29.005Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264849002,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-10T09:07:29.105Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T09:07:29.106Z||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-10T09:07:29.106Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:07:29.116Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:07:29.116Z||pool-110-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-10T09:07:30.005Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e7f99d78-ee69-4281-bfd6-3f1ea543d780
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T09:07:30.017Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e7f99d78-ee69-4281-bfd6-3f1ea543d780
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10T09:07:30.021Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-10T09:07:30.021Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-10T09:07:30.021Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-10T09:08:00.022Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e7f99d78-ee69-4281-bfd6-3f1ea543d780
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T09:08:00.037Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e7f99d78-ee69-4281-bfd6-3f1ea543d780
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10T09:08:00.040Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-10T09:08:00.040Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-10T09:08:00.040Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-10T09:08:05.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:08:05.288Z||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-10T09:08:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:08:05.310Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:08:05.311Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:08:05.311Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631264825643,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-10T09:08:05.313Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:08:30.041Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e7f99d78-ee69-4281-bfd6-3f1ea543d780
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T09:08:30.067Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e7f99d78-ee69-4281-bfd6-3f1ea543d780
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10T09:08:30.069Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-10T09:08:30.070Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-10T09:08:30.070Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-10T09:09:00.071Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e7f99d78-ee69-4281-bfd6-3f1ea543d780
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T09:09:00.105Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e7f99d78-ee69-4281-bfd6-3f1ea543d780
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10T09:09:00.110Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-10T09:09:00.111Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-10T09:09:00.115Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-10T09:09:05.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:09:05.287Z||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-10T09:09:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:09:05.316Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:09:05.317Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:09:05.318Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264825284,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:09:05.319Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:09:30.116Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e7f99d78-ee69-4281-bfd6-3f1ea543d780
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T09:09:30.152Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e7f99d78-ee69-4281-bfd6-3f1ea543d780
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10T09:09:30.168Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-10T09:09:30.169Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-10T09:09:30.169Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-10T09:10:00.170Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e7f99d78-ee69-4281-bfd6-3f1ea543d780
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T09:10:00.182Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e7f99d78-ee69-4281-bfd6-3f1ea543d780
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10T09:10:00.184Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-10T09:10:00.184Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-10T09:10:00.185Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-10T09:10:05.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:10:05.287Z||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-10T09:10:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:10:05.816Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:10:05.817Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:10:05.817Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "clamp",
  "timestamp": 1631264822500,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:10:05.818Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:10:05.818Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:10:05.819Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "aai-ml",
  "timestamp": 1631264824468,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:10:05.819Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:10:05.819Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:10:05.819Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264825284,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:10:05.819Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:10:05.820Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:10:05.820Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "aai-ml",
  "timestamp": 1631264824468,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:10:05.820Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:10:05.820Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:10:05.820Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "clamp",
  "timestamp": 1631264822500,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:10:05.820Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:10:05.820Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:10:05.820Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264825284,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-10T09:10:05.820Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:10:05.821Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:10:05.821Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "aai-ml",
  "timestamp": 1631264824468,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:10:05.821Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:10:05.821Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:10:05.821Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "clamp",
  "timestamp": 1631264822500,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:10:05.821Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:10:05.821Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:10:05.821Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264825284,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-10T09:10:05.821Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:10:05.822Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:10:05.822Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "aai-ml",
  "timestamp": 1631264824468,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:10:05.822Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:10:05.822Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:10:05.822Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "clamp",
  "timestamp": 1631264822500,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:10:05.822Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:10:05.822Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:10:05.822Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264825284,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:10:05.822Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:10:05.822Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:10:05.823Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "aai-ml",
  "timestamp": 1631264824468,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:10:05.823Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:10:05.823Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:10:05.823Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "clamp",
  "timestamp": 1631264822500,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T09:10:05.823Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:10:05.823Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:10:05.823Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264825284,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-10T09:10:05.823Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:10:05.823Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:10:05.823Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "aai-ml",
  "timestamp": 1631264824468,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:10:05.824Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:10:05.824Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:10:05.824Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264825284,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:10:05.824Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:10:05.824Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:10:05.824Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "aai-ml",
  "timestamp": 1631264824468,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T09:10:05.825Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:10:05.825Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:10:05.825Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264825284,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T09:10:05.825Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:10:05.825Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:10:05.825Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "aai-ml",
  "timestamp": 1631264835717,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:10:05.825Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:10:05.825Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:10:05.825Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264835902,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:10:05.825Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:10:05.825Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:10:05.826Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264838787,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:10:05.826Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:10:05.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:10:05.826Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264842625,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:10:05.826Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:10:05.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:10:05.826Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "clamp",
  "timestamp": 1631264844555,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:10:05.826Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:10:05.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:10:05.826Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264844906,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:10:05.827Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:10:05.827Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:10:05.827Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "clamp",
  "timestamp": 1631264845558,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:10:05.827Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:10:05.828Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:10:05.828Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "aai-ml",
  "timestamp": 1631264845600,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-10T09:10:05.828Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:10:05.828Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:10:05.828Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264845991,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-10T09:10:05.828Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:10:05.828Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:10:05.828Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "aai-ml",
  "timestamp": 1631264846604,
  "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-10T09:10:05.834Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e7f99d78-ee69-4281-bfd6-3f1ea543d780
2021-09-10T09:10:05.834Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7f99d78-ee69-4281-bfd6-3f1ea543d780 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-10T09:10:05.847Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:10:05.848Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264846994,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-10T09:10:05.848Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:10:05.848Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:10:05.848Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264847999,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-10T09:10:05.849Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:10:05.849Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:10:05.849Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631264849002,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-10T09:10:05.849Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:10:05.849Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:10:05.849Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "clamp",
  "timestamp": 1631264849628,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-10T09:10:05.849Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:10:05.850Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:10:05.850Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "clamp",
  "timestamp": 1631264850631,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-10T09:10:05.850Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:10:05.850Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:10:05.850Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "clamp",
  "timestamp": 1631264851635,
  "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-10T09:10:05.854Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e7f99d78-ee69-4281-bfd6-3f1ea543d780
2021-09-10T09:10:05.854Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7f99d78-ee69-4281-bfd6-3f1ea543d780 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-10T09:10:30.185Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e7f99d78-ee69-4281-bfd6-3f1ea543d780
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T09:10:30.210Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e7f99d78-ee69-4281-bfd6-3f1ea543d780
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10T09:10:30.213Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-10T09:10:30.214Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-10T09:10:30.214Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-10T09:10:30.214Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-10T09:10:30.214Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-10T09:10:30.214Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-10T09:10:30.215Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-10T09:10:30.215Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-10T09:10:30.215Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-10T09:10:30.215Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-10T09:10:30.215Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-10T09:10:30.215Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-10T09:10:30.227Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-10T09:11:00.228Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e7f99d78-ee69-4281-bfd6-3f1ea543d780 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-10T09:11:00.240Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e7f99d78-ee69-4281-bfd6-3f1ea543d780 and serviceModelVersionId: 00a9b609-c16e-4c06-8472-e8d9da0027d8
2021-09-10T09:11:00.240Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b9ab2c38-073d-4c64-9a76-13759f1a3e93
2021-09-10T09:11:00.242Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b9ab2c38-073d-4c64-9a76-13759f1a3e93/model-vers/model-ver/00a9b609-c16e-4c06-8472-e8d9da0027d8?depth=0
2021-09-10T09:11:00.255Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-10T09:11:00.339Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b9ab2c38-073d-4c64-9a76-13759f1a3e93/model-vers/model-ver/00a9b609-c16e-4c06-8472-e8d9da0027d8?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-10T09:11:00.347Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b9ab2c38-073d-4c64-9a76-13759f1a3e93/model-vers/model-ver/00a9b609-c16e-4c06-8472-e8d9da0027d8?depth=0|INFO|500||Invoke
2021-09-10T09:11:00.371Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b9ab2c38-073d-4c64-9a76-13759f1a3e93/model-vers/model-ver/00a9b609-c16e-4c06-8472-e8d9da0027d8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-10T09:11:01.247Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b9ab2c38-073d-4c64-9a76-13759f1a3e93/model-vers/model-ver/00a9b609-c16e-4c06-8472-e8d9da0027d8?depth=0|INFO|500||InvokeReturn
2021-09-10T09:11:01.247Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b9ab2c38-073d-4c64-9a76-13759f1a3e93/model-vers/model-ver/00a9b609-c16e-4c06-8472-e8d9da0027d8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210910-09:11:00:380-44666], vertex-id=[225528], Content-Length=[0], Date=[Fri, 10 Sep 2021 09:11:00 GMT], Content-Type=[application/json]}
2021-09-10T09:11:01.248Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-09-10T09:11:01.248Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-10T09:11:01.248Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||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-10T09:11:01.252Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-10T09:11:01.252Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e7f99d78-ee69-4281-bfd6-3f1ea543d780 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-10T09:11:01.253Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-10T09:11:01.253Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:11:01.257Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:11:01.257Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631265061252,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-10T09:11:01.357Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T09:11:01.358Z||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-10T09:11:01.359Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:11:01.385Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:11:01.385Z||pool-111-thread-1|||||INFO|500||cambria reply ok (27 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-10T09:11:02.278Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:11:02.279Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|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-10T09:11:02.279Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:11:05.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:11:05.286Z||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-10T09:11:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:11:05.910Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:11:05.911Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T09:11:05.911Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7f99d78-ee69-4281-bfd6-3f1ea543d780",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631265061252,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-10T09:11:05.912Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:11:12.605Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:11:12.605Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:11:12.606Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|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-10T09:11:12.606Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:11:22.183Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:11:22.196Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:11:22.198Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|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-10T09:11:22.201Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:11:31.769Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:11:31.771Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:11:31.771Z||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-10T09:11:31.772Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:11:41.326Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:12:05.283Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:12:05.285Z||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-10T09:12:05.285Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:12:05.286Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:12:05.286Z||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-10T09:12:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:12:14.835Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:12:14.837Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:13:05.284Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:13:05.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:13:05.286Z||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-10T09:13:05.286Z||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-10T09:13:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:13:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:13:05.931Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:13:05.932Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-10T09:13:05.932Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"0b06de45-f1e1-4ea8-9803-4872d0ae5b55","serviceName":"Demo_pNF_YR5gm7fl4S5u5rmbnWYj","serviceVersion":"1.0","serviceUUID":"c0c2966e-968f-451f-b41d-4668a663658f","serviceDescription":"catalog service description","serviceInvariantUUID":"c41cb28c-076d-4b2b-921c-eee0c4cfddb7","resources":[{"resourceInstanceName":"pNF 7e24cb0c-4c17 0","resourceName":"pNF 7e24cb0c-4c17","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ba06ae69-2a12-4d50-a5bd-786b564af068","resourceInvariantUUID":"e47a6775-3482-43cb-ad69-bfc41e650732","resourceCustomizationUUID":"1c60e288-862f-4d64-822d-7fed0440af83","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/vf-license-model.xml","artifactChecksum":"YzM3NDVlNTRjMTc4MGM1NmJiYjdhZTBhNWFkMjhmZjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b5b2a291-3470-4f5d-afa7-e2c9f04b4d3d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/pNF.csar","artifactChecksum":"NmFlNDdiZjIxMTg2YjRmMWI1OTkyYmU1YTM3YTAyNWE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"adca2596-94da-4b93-b36f-17e7e5007dae","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"66701315-c3a9-4aa5-af1a-6afc120dd8a0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/vendor-license-model.xml","artifactChecksum":"OWMyZjY3ODJjNzdmZjY4YjI5YWViYzY0MzljZDc4NDU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2e308ecc-f35d-4803-9b99-25706ca8b91a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"59b9dc8f-a427-4a55-b6be-48184be7a8a2","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"093b0e24-b1dd-415d-a2a1-5a97d123ff35","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfYr5gm7fl4s5u5rmbnwyj-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/artifacts/service-DemoPnfYr5gm7fl4s5u5rmbnwyj-template.yml","artifactChecksum":"N2FhZDgyZTdmZjlkZmM0MWRhMjQ3Y2ViODZkYTE3OTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2075c882-6b2b-49d2-8cac-a41807f37cfd","artifactVersion":"1"},{"artifactName":"service-DemoPnfYr5gm7fl4s5u5rmbnwyj-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/artifacts/service-DemoPnfYr5gm7fl4s5u5rmbnwyj-csar.csar","artifactChecksum":"NDMzNGQyMjZhMGVhNjg0M2Q4NjgwYTI0YWZjZjg0MmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"40b86d3a-529e-46c1-9e26-e727390f54dc","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-10T09:13:05.937Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T09:13:05.937Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:13:05.937Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:13:05.939Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:05.939Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "dcae-sch",
  "timestamp": 1631265147576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:13:05.940Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:13:05.940Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:05.940Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631265138584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:13:05.940Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:13:05.940Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:05.941Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631265142441,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:13:05.941Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:13:05.941Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:05.941Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631265138584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:13:05.941Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:13:05.941Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:05.941Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "dcae-sch",
  "timestamp": 1631265147576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:13:05.941Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:13:05.941Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:05.941Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631265142441,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:13:05.942Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:13:05.942Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:05.942Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "cds",
  "timestamp": 1631265148864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:13:05.942Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:13:05.942Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:05.942Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631265138584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:13:05.942Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:13:05.942Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631265185284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:13:05.942Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:13:05.942Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:05.942Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "dcae-sch",
  "timestamp": 1631265147576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:13:05.943Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:13:05.943Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:05.943Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631265142441,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:13:05.943Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:13:05.943Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:05.943Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "policy-id",
  "timestamp": 1631265149665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:13:05.943Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:13:05.943Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:05.943Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "cds",
  "timestamp": 1631265148864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:13:05.944Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:13:05.944Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:05.944Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "policy-id",
  "timestamp": 1631265149665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:13:05.944Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:13:05.944Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:05.944Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631265138584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:13:05.944Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:13:05.944Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:05.944Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "dcae-sch",
  "timestamp": 1631265147576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:13:05.945Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:13:05.945Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:05.945Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631265142441,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:13:05.945Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:13:05.945Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:05.945Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "cds",
  "timestamp": 1631265148864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:13:05.945Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:13:05.945Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:05.945Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "policy-id",
  "timestamp": 1631265149665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:13:05.945Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:13:05.946Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:05.946Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631265138584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:13:05.946Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:13:05.946Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:05.946Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "dcae-sch",
  "timestamp": 1631265147576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:13:05.946Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:13:05.947Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:05.947Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631265142441,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:13:05.947Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:13:05.947Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:05.947Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "cds",
  "timestamp": 1631265148864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:13:05.947Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:13:05.947Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:05.947Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "clamp",
  "timestamp": 1631265152502,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:13:05.947Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:13:05.947Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:05.947Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "dcae-sch",
  "timestamp": 1631265147576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:13:05.948Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:13:05.948Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:05.948Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "policy-id",
  "timestamp": 1631265149665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:13:05.948Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:13:05.948Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:05.948Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631265138584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:13:05.948Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:13:05.948Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:05.948Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631265142441,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-10T09:13:05.949Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:13:05.949Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:05.949Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "cds",
  "timestamp": 1631265148864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:13:05.949Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:13:05.949Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:05.949Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "clamp",
  "timestamp": 1631265152502,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:13:05.949Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:13:05.949Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:05.950Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "policy-id",
  "timestamp": 1631265149665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:13:05.950Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:13:05.950Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:05.950Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "dcae-sch",
  "timestamp": 1631265147576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/artifacts/service-DemoPnfYr5gm7fl4s5u5rmbnwyj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:13:05.950Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:13:05.950Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:05.950Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631265138584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/artifacts/service-DemoPnfYr5gm7fl4s5u5rmbnwyj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:13:05.950Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:13:05.950Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:05.950Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631265142441,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/artifacts/service-DemoPnfYr5gm7fl4s5u5rmbnwyj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:13:05.951Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:13:05.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:05.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "cds",
  "timestamp": 1631265148864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:13:05.951Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:13:05.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:05.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "aai-ml",
  "timestamp": 1631265154469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:13:05.951Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:13:05.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:05.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "clamp",
  "timestamp": 1631265152502,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:13:05.951Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:13:05.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:05.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "policy-id",
  "timestamp": 1631265149665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:13:05.952Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:13:05.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:05.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "dcae-sch",
  "timestamp": 1631265147576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/artifacts/service-DemoPnfYr5gm7fl4s5u5rmbnwyj-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:13:05.952Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:13:05.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:05.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631265138584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/artifacts/service-DemoPnfYr5gm7fl4s5u5rmbnwyj-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T09:13:05.952Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:13:05.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:05.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631265142441,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/artifacts/service-DemoPnfYr5gm7fl4s5u5rmbnwyj-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:13:05.953Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:13:05.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:05.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "cds",
  "timestamp": 1631265148864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/artifacts/service-DemoPnfYr5gm7fl4s5u5rmbnwyj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:13:05.953Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:13:05.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:05.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "aai-ml",
  "timestamp": 1631265154469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:13:05.953Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:13:05.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:05.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "clamp",
  "timestamp": 1631265152502,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:13:05.954Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:13:05.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:05.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "policy-id",
  "timestamp": 1631265149665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/artifacts/service-DemoPnfYr5gm7fl4s5u5rmbnwyj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:13:05.954Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:13:05.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:05.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "cds",
  "timestamp": 1631265148864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/artifacts/service-DemoPnfYr5gm7fl4s5u5rmbnwyj-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T09:13:05.954Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:13:05.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:05.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631265156922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:13:05.955Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:13:05.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:05.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "aai-ml",
  "timestamp": 1631265154469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:13:05.955Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:13:05.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:05.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "clamp",
  "timestamp": 1631265152502,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:13:05.955Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:13:05.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:05.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "policy-id",
  "timestamp": 1631265149665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/artifacts/service-DemoPnfYr5gm7fl4s5u5rmbnwyj-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T09:13:05.956Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:13:05.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:05.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "cds",
  "timestamp": 1631265158078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/artifacts/service-DemoPnfYr5gm7fl4s5u5rmbnwyj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:13:05.956Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:13:05.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:05.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631265158120,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-10T09:13:05.956Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:13:05.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:05.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "aai-ml",
  "timestamp": 1631265154469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:13:05.957Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:13:05.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:05.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "clamp",
  "timestamp": 1631265152502,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:13:05.957Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:13:05.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:05.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631265157861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:13:05.957Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:13:05.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:05.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "cds",
  "timestamp": 1631265159084,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/artifacts/service-DemoPnfYr5gm7fl4s5u5rmbnwyj-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-10T09:13:05.977Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0b06de45-f1e1-4ea8-9803-4872d0ae5b55
2021-09-10T09:13:05.977Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b06de45-f1e1-4ea8-9803-4872d0ae5b55 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-10T09:13:05.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:05.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "policy-id",
  "timestamp": 1631265159064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/artifacts/service-DemoPnfYr5gm7fl4s5u5rmbnwyj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:13:05.991Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:13:05.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:05.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631265159125,
  "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-10T09:13:05.995Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 0b06de45-f1e1-4ea8-9803-4872d0ae5b55
2021-09-10T09:13:05.995Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b06de45-f1e1-4ea8-9803-4872d0ae5b55 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-10T09:13:06.011Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:06.011Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "aai-ml",
  "timestamp": 1631265154469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:13:06.012Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:13:06.012Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:06.012Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "clamp",
  "timestamp": 1631265152502,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/artifacts/service-DemoPnfYr5gm7fl4s5u5rmbnwyj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:13:06.013Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:13:06.013Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:06.013Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631265157861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:13:06.014Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:13:06.014Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:06.014Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "policy-id",
  "timestamp": 1631265160070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/artifacts/service-DemoPnfYr5gm7fl4s5u5rmbnwyj-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-10T09:13:06.015Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:13:06.015Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:06.015Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "aai-ml",
  "timestamp": 1631265154469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:13:06.016Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:13:06.016Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:06.016Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "clamp",
  "timestamp": 1631265152502,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/artifacts/service-DemoPnfYr5gm7fl4s5u5rmbnwyj-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T09:13:06.017Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:13:06.017Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:06.017Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631265157861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:13:06.018Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:13:06.018Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:06.018Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "policy-id",
  "timestamp": 1631265161074,
  "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-10T09:13:06.025Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0b06de45-f1e1-4ea8-9803-4872d0ae5b55
2021-09-10T09:13:06.025Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b06de45-f1e1-4ea8-9803-4872d0ae5b55 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-10T09:13:06.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:06.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "aai-ml",
  "timestamp": 1631265154469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/artifacts/service-DemoPnfYr5gm7fl4s5u5rmbnwyj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:13:06.038Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:13:06.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:06.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631265157861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:13:06.038Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:13:06.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:06.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "aai-ml",
  "timestamp": 1631265154469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/artifacts/service-DemoPnfYr5gm7fl4s5u5rmbnwyj-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T09:13:06.038Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:13:06.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:06.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631265157861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:13:06.039Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:13:06.039Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:06.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631265157861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:13:06.039Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:13:06.039Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:06.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "aai-ml",
  "timestamp": 1631265163881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/artifacts/service-DemoPnfYr5gm7fl4s5u5rmbnwyj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:13:06.039Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:13:06.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:06.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631265157861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/artifacts/service-DemoPnfYr5gm7fl4s5u5rmbnwyj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:13:06.041Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:13:06.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:06.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631265157861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/artifacts/service-DemoPnfYr5gm7fl4s5u5rmbnwyj-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T09:13:06.041Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:13:06.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:06.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "clamp",
  "timestamp": 1631265166624,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/artifacts/service-DemoPnfYr5gm7fl4s5u5rmbnwyj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:13:06.041Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:13:06.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:06.042Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631265166759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/artifacts/service-DemoPnfYr5gm7fl4s5u5rmbnwyj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:13:06.042Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:13:06.042Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:06.042Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "clamp",
  "timestamp": 1631265168629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/artifacts/service-DemoPnfYr5gm7fl4s5u5rmbnwyj-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-10T09:13:06.043Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:13:06.043Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:06.043Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631265168647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/artifacts/service-DemoPnfYr5gm7fl4s5u5rmbnwyj-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-10T09:13:06.043Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:13:06.043Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:06.043Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "aai-ml",
  "timestamp": 1631265168889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/artifacts/service-DemoPnfYr5gm7fl4s5u5rmbnwyj-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-10T09:13:06.043Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:13:06.044Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:06.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "clamp",
  "timestamp": 1631265169633,
  "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-10T09:13:06.047Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2021-09-10T09:13:06.047Z||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-10T09:13:06.047Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:13:06.049Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0b06de45-f1e1-4ea8-9803-4872d0ae5b55
2021-09-10T09:13:06.049Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b06de45-f1e1-4ea8-9803-4872d0ae5b55 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-10T09:13:06.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:06.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631265169657,
  "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-10T09:13:06.061Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:13:06.061Z||pool-112-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-09-10T09:13:06.063Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0b06de45-f1e1-4ea8-9803-4872d0ae5b55
2021-09-10T09:13:06.063Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b06de45-f1e1-4ea8-9803-4872d0ae5b55 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-10T09:13:06.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:13:06.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "aai-ml",
  "timestamp": 1631265169895,
  "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-10T09:13:06.073Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0b06de45-f1e1-4ea8-9803-4872d0ae5b55
2021-09-10T09:13:06.074Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b06de45-f1e1-4ea8-9803-4872d0ae5b55 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-10T09:13:06.943Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T09:13:06.943Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:13:06.945Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:13:06.945Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631265185284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:13:07.045Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T09:13:07.046Z||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-10T09:13:07.046Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:13:07.056Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:13:07.056Z||pool-113-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-10T09:13:07.946Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T09:13:07.946Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:13:07.948Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:13:07.949Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631265185284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:13:08.048Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-10T09:13:08.049Z||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-10T09:13:08.049Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:13:08.059Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:13:08.060Z||pool-114-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-10T09:13:08.949Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T09:13:08.951Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:13:08.952Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:13:08.952Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631265185284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:13:09.052Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T09:13:09.053Z||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-10T09:13:09.053Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:13:09.064Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:13:09.064Z||pool-115-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-10T09:13:09.953Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T09:13:09.953Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:13:09.956Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:13:09.956Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631265185284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:13:10.056Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T09:13:10.056Z||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-10T09:13:10.057Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:13:10.066Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:13:10.066Z||pool-116-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-10T09:13:10.957Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T09:13:10.959Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:13:10.960Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:13:10.961Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631265185284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:13:11.061Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T09:13:11.061Z||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-10T09:13:11.062Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:13:11.075Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:13:11.076Z||pool-117-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-10T09:13:11.961Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T09:13:11.966Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:13:11.969Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:13:11.969Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631265185284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/artifacts/service-DemoPnfYr5gm7fl4s5u5rmbnwyj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:13:12.070Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T09:13:12.071Z||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-10T09:13:12.071Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:13:12.085Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:13:12.086Z||pool-118-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-10T09:13:12.971Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T09:13:12.973Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:13:12.976Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:13:12.976Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631265185284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/artifacts/service-DemoPnfYr5gm7fl4s5u5rmbnwyj-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T09:13:13.076Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T09:13:13.077Z||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-10T09:13:13.077Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:13:13.088Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:13:13.089Z||pool-119-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-10T09:13:13.978Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "serviceName": "Demo_pNF_YR5gm7fl4S5u5rmbnWYj",
  "serviceVersion": "1.0",
  "serviceUUID": "c0c2966e-968f-451f-b41d-4668a663658f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c41cb28c-076d-4b2b-921c-eee0c4cfddb7",
  "resources": [
    {
      "resourceInstanceName": "pNF 7e24cb0c-4c17 0",
      "resourceCustomizationUUID": "1c60e288-862f-4d64-822d-7fed0440af83",
      "resourceName": "pNF 7e24cb0c-4c17",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "ba06ae69-2a12-4d50-a5bd-786b564af068",
      "resourceInvariantUUID": "e47a6775-3482-43cb-ad69-bfc41e650732",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfYr5gm7fl4s5u5rmbnwyj-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/artifacts/service-DemoPnfYr5gm7fl4s5u5rmbnwyj-csar.csar",
      "artifactChecksum": "NDMzNGQyMjZhMGVhNjg0M2Q4NjgwYTI0YWZjZjg0MmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "40b86d3a-529e-46c1-9e26-e727390f54dc"
    }
  ],
  "workloadContext": "Production"
}
2021-09-10T09:13:13.980Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-10T09:13:13.981Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c0c2966e-968f-451f-b41d-4668a663658f ASDC
2021-09-10T09:13:13.981Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:0b06de45-f1e1-4ea8-9803-4872d0ae5b55
ServiceName:Demo_pNF_YR5gm7fl4S5u5rmbnWYj
ServiceVersion:1.0
ServiceUUID:c0c2966e-968f-451f-b41d-4668a663658f
ServiceInvariantUUID:c41cb28c-076d-4b2b-921c-eee0c4cfddb7
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfYr5gm7fl4s5u5rmbnwyj-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/artifacts/service-DemoPnfYr5gm7fl4s5u5rmbnwyj-csar.csar
ArtifactUUID:40b86d3a-529e-46c1-9e26-e727390f54dc
ArtifactChecksum:NDMzNGQyMjZhMGVhNjg0M2Q4NjgwYTI0YWZjZjg0MmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 7e24cb0c-4c17 0
ResourceCustomizationUUID:1c60e288-862f-4d64-822d-7fed0440af83
ResourceInvariantUUID:e47a6775-3482-43cb-ad69-bfc41e650732
ResourceName:pNF 7e24cb0c-4c17
ResourceType:PNF
ResourceUUID:ba06ae69-2a12-4d50-a5bd-786b564af068
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-10T09:13:13.982Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c0c2966e-968f-451f-b41d-4668a663658f 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-10T09:13:14.021Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-10T09:13:14.023Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-10T09:13:14.023Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-10T09:13:14.023Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 40b86d3a-529e-46c1-9e26-e727390f54dc from URL: /sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/artifacts/service-DemoPnfYr5gm7fl4s5u5rmbnwyj-csar.csar
2021-09-10T09:13:14.024Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-10T09:13:14.024Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/artifacts/service-DemoPnfYr5gm7fl4s5u5rmbnwyj-csar.csar
2021-09-10T09:13:15.782Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-10T09:13:15.789Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/artifacts/service-DemoPnfYr5gm7fl4s5u5rmbnwyj-csar.csar 40b86d3a-529e-46c1-9e26-e727390f54dc 82531
2021-09-10T09:13:15.790Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/artifacts/service-DemoPnfYr5gm7fl4s5u5rmbnwyj-csar.csar ASDC sendASDCNotification
2021-09-10T09:13:15.790Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/artifacts/service-DemoPnfYr5gm7fl4s5u5rmbnwyj-csar.csar
2021-09-10T09:13:15.791Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-10T09:13:15.791Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:13:15.796Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:13:15.797Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631265195790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/artifacts/service-DemoPnfYr5gm7fl4s5u5rmbnwyj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:13:15.896Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-10T09:13:15.898Z||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-10T09:13:15.898Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:13:15.910Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:13:15.911Z||pool-120-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-10T09:13:16.797Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-10T09:13:16.799Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-10T09:13:16.800Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 40b86d3a-529e-46c1-9e26-e727390f54dc, URL: /sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/artifacts/service-DemoPnfYr5gm7fl4s5u5rmbnwyj-csar.csar to file: /app/ASDC/1/service-DemoPnfYr5gm7fl4s5u5rmbnwyj-csar.csar
2021-09-10T09:13:16.800Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfYr5gm7fl4s5u5rmbnwyj-csar.csar
2021-09-10T09:13:16.800Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfYr5gm7fl4s5u5rmbnwyj-csar.csar
2021-09-10T09:13:16.800Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfYr5gm7fl4s5u5rmbnwyj-csar.csar
2021-09-10T09:13:17.006Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17591321571266228886/Definitions/service-DemoPnfYr5gm7fl4s5u5rmbnwyj-template.yml
2021-09-10T09:13:17.876Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-10T09:13:17.876Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-10T09:13:17.876Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfYr5gm7fl4s5u5rmbnwyj-csar.csar
2021-09-10T09:13:17.876Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-10T09:13:17.876Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7e24cb0c-4c17 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-DemoPnfYr5gm7fl4s5u5rmbnwyj-csar.csar
2021-09-10T09:13:17.876Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|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-DemoPnfYr5gm7fl4s5u5rmbnwyj-csar.csar
2021-09-10T09:13:17.876Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|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-DemoPnfYr5gm7fl4s5u5rmbnwyj-csar.csar
2021-09-10T09:13:17.876Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|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-DemoPnfYr5gm7fl4s5u5rmbnwyj-csar.csar
2021-09-10T09:13:17.877Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|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-DemoPnfYr5gm7fl4s5u5rmbnwyj-csar.csar
2021-09-10T09:13:17.877Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|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-DemoPnfYr5gm7fl4s5u5rmbnwyj-csar.csar
2021-09-10T09:13:17.877Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|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-DemoPnfYr5gm7fl4s5u5rmbnwyj-csar.csar
2021-09-10T09:13:17.877Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-10T09:13:17.878Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:13:17.878Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_YR5gm7fl4S5u5rmbnWYj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T09:13:17.878Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||Node template pNF 7e24cb0c-4c17 0 is matching search criteria
2021-09-10T09:13:17.878Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-10T09:13:17.878Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 7e24cb0c-4c17 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-10T09:13:17.879Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:13:17.879Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_YR5gm7fl4S5u5rmbnWYj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T09:13:17.879Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||Node template pNF 7e24cb0c-4c17 0 is matching search criteria
2021-09-10T09:13:17.879Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-10T09:13:17.879Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 7e24cb0c-4c17 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-10T09:13:17.879Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:13:17.879Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_YR5gm7fl4S5u5rmbnWYj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T09:13:17.879Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:13:17.879Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_YR5gm7fl4S5u5rmbnWYj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T09:13:17.880Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:13:17.880Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_YR5gm7fl4S5u5rmbnWYj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T09:13:17.880Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:13:17.880Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_YR5gm7fl4S5u5rmbnWYj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T09:13:17.880Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:13:17.880Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_YR5gm7fl4S5u5rmbnWYj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T09:13:17.880Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_YR5gm7fl4S5u5rmbnWYj
Description:catalog service description
Model UUID:c0c2966e-968f-451f-b41d-4668a663658f
Model Version:NULL
Model InvariantUuid:c41cb28c-076d-4b2b-921c-eee0c4cfddb7
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-10T09:13:17.884Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: ba06ae69-2a12-4d50-a5bd-786b564af068
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-10T09:13:17.887Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||INFO|500||pNF 7e24cb0c-4c17 0
2021-09-10T09:13:17.887Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: ba06ae69-2a12-4d50-a5bd-786b564af068
2021-09-10T09:13:17.887Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||No resources found for Service: c0c2966e-968f-451f-b41d-4668a663658f
2021-09-10T09:13:17.887Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: c0c2966e-968f-451f-b41d-4668a663658f
2021-09-10T09:13:17.887Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 7e24cb0c-4c17 0 ba06ae69-2a12-4d50-a5bd-786b564af068 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-10T09:13:17.890Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@47e647e0, org.onap.sdc.toscaparser.api.parameters.Input@648e2c16, org.onap.sdc.toscaparser.api.parameters.Input@66aa8d0f, org.onap.sdc.toscaparser.api.parameters.Input@565748e3, org.onap.sdc.toscaparser.api.parameters.Input@237bcc8e]
2021-09-10T09:13:17.890Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:13:17.891Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_YR5gm7fl4S5u5rmbnWYj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T09:13:17.891Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid c0c2966e-968f-451f-b41d-4668a663658f: pNF 7e24cb0c-4c17
2021-09-10T09:13:17.891Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||INFO|500||Processing PNF resource: ba06ae69-2a12-4d50-a5bd-786b564af068
2021-09-10T09:13:17.891Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:13:17.891Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_YR5gm7fl4S5u5rmbnWYj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T09:13:17.891Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||INFO|500||Resource customization UUID: 1c60e288-862f-4d64-822d-7fed0440af83 is the same as notified resource customizationUUID: 1c60e288-862f-4d64-822d-7fed0440af83
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-10T09:13:17.962Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 7e24cb0c-4c17 ba06ae69-2a12-4d50-a5bd-786b564af068 0 ASDC deployResourceStructure
2021-09-10T09:13:17.963Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/artifacts/service-DemoPnfYr5gm7fl4s5u5rmbnwyj-csar.csar ASDC sendASDCNotification
2021-09-10T09:13:17.963Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/artifacts/service-DemoPnfYr5gm7fl4s5u5rmbnwyj-csar.csar
2021-09-10T09:13:17.963Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-10T09:13:17.963Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:13:17.965Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:13:17.965Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631265197963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/artifacts/service-DemoPnfYr5gm7fl4s5u5rmbnwyj-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-10T09:13:18.066Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T09:13:18.066Z||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-10T09:13:18.067Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:13:18.080Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:13:18.081Z||pool-121-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-09-10T09:13:18.970Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b06de45-f1e1-4ea8-9803-4872d0ae5b55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T09:13:18.979Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b06de45-f1e1-4ea8-9803-4872d0ae5b55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10T09:13:18.981Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-10T09:13:18.981Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-10T09:13:18.982Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-10T09:13:18.982Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-10T09:13:18.982Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-10T09:13:18.982Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-10T09:13:18.983Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-10T09:13:18.983Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-10T09:13:18.983Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-10T09:13:18.983Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-10T09:13:18.984Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-10T09:13:18.984Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|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-10T09:13:18.988Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-10T09:13:48.989Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0b06de45-f1e1-4ea8-9803-4872d0ae5b55 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-10T09:13:48.994Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0b06de45-f1e1-4ea8-9803-4872d0ae5b55 and serviceModelVersionId: c0c2966e-968f-451f-b41d-4668a663658f
2021-09-10T09:13:48.994Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c41cb28c-076d-4b2b-921c-eee0c4cfddb7
2021-09-10T09:13:48.995Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c41cb28c-076d-4b2b-921c-eee0c4cfddb7/model-vers/model-ver/c0c2966e-968f-451f-b41d-4668a663658f?depth=0
2021-09-10T09:13:49.000Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-09-10T09:13:49.040Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c41cb28c-076d-4b2b-921c-eee0c4cfddb7/model-vers/model-ver/c0c2966e-968f-451f-b41d-4668a663658f?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-10T09:13:49.041Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c41cb28c-076d-4b2b-921c-eee0c4cfddb7/model-vers/model-ver/c0c2966e-968f-451f-b41d-4668a663658f?depth=0|INFO|500||Invoke
2021-09-10T09:13:49.060Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c41cb28c-076d-4b2b-921c-eee0c4cfddb7/model-vers/model-ver/c0c2966e-968f-451f-b41d-4668a663658f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-10T09:13:49.158Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c41cb28c-076d-4b2b-921c-eee0c4cfddb7/model-vers/model-ver/c0c2966e-968f-451f-b41d-4668a663658f?depth=0|INFO|500||InvokeReturn
2021-09-10T09:13:49.159Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c41cb28c-076d-4b2b-921c-eee0c4cfddb7/model-vers/model-ver/c0c2966e-968f-451f-b41d-4668a663658f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210910-09:13:49:073-52529], vertex-id=[237712], Content-Length=[0], Date=[Fri, 10 Sep 2021 09:13:49 GMT], Content-Type=[application/json]}
2021-09-10T09:13:49.160Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-09-10T09:13:49.160Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-10T09:13:49.160Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|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-10T09:13:49.168Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|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-10T09:13:49.168Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0b06de45-f1e1-4ea8-9803-4872d0ae5b55 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-10T09:13:49.169Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-10T09:13:49.169Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:13:49.171Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:13:49.171Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631265229169,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-10T09:13:49.272Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-10T09:13:49.273Z||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-10T09:13:49.273Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:13:49.293Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:13:49.294Z||pool-122-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-10T09:14:05.283Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:14:05.284Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|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-10T09:14:05.284Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:14:05.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:14:05.286Z||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-10T09:14:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:14:05.409Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:14:05.410Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:14:05.410Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631265185284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:14:05.411Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:14:14.833Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:15:05.284Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:15:05.287Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:15:05.288Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|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-10T09:15:05.288Z||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-10T09:15:05.288Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:15:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:15:05.827Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:15:05.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:15:05.828Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631265185284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:15:05.830Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:15:05.830Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:15:05.830Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631265185284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:15:05.830Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:15:05.830Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:15:05.830Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631265185284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:15:05.831Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:15:05.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:15:05.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631265185284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:15:05.831Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:15:05.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:15:05.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631265185284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/resourceInstances/pnf7e24cb0c4c170/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:15:05.831Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:15:05.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:15:05.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631265185284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/artifacts/service-DemoPnfYr5gm7fl4s5u5rmbnwyj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:15:05.831Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:15:05.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:15:05.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631265185284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/artifacts/service-DemoPnfYr5gm7fl4s5u5rmbnwyj-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T09:15:05.831Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:15:05.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:15:05.832Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631265195790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/artifacts/service-DemoPnfYr5gm7fl4s5u5rmbnwyj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:15:05.832Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:15:05.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:15:05.832Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631265197963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYr5gm7fl4s5u5rmbnwyj/1.0/artifacts/service-DemoPnfYr5gm7fl4s5u5rmbnwyj-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-10T09:15:05.832Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:15:05.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T09:15:05.832Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b06de45-f1e1-4ea8-9803-4872d0ae5b55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631265229169,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-10T09:15:05.832Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:15:14.862Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:16:05.284Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:16:05.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:16:05.288Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|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-10T09:16:05.288Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:16:05.288Z||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-10T09:16:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:16:05.424Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:16:05.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:16:05.427Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "dcae-sch",
  "timestamp": 1631265347575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:16:05.428Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:16:05.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:16:05.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631265342440,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:16:05.429Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:16:05.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:16:05.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "cds",
  "timestamp": 1631265343863,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:16:05.429Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:16:05.430Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:16:05.430Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631265342440,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:16:05.430Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:16:05.430Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:16:05.430Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "cds",
  "timestamp": 1631265343863,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:16:05.431Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:16:05.431Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:16:05.431Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "dcae-sch",
  "timestamp": 1631265347575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:16:05.431Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:16:05.431Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:16:05.432Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "policy-id",
  "timestamp": 1631265349665,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:16:05.432Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:16:05.432Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:16:05.432Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "dcae-sch",
  "timestamp": 1631265347575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:16:05.432Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:16:05.432Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:16:05.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631265342440,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:16:05.433Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:16:05.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:16:05.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "cds",
  "timestamp": 1631265343863,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:16:05.433Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:16:05.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:16:05.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "policy-id",
  "timestamp": 1631265349665,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:16:05.434Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:16:05.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:16:05.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "cds",
  "timestamp": 1631265343863,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:16:05.434Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:16:05.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:16:05.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631265342440,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:16:05.435Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:16:05.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:16:05.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "dcae-sch",
  "timestamp": 1631265347575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:16:05.435Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:16:05.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:16:05.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "policy-id",
  "timestamp": 1631265349665,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:16:05.436Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:16:05.436Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:16:05.436Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631265342440,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:16:05.436Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:16:05.436Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:16:05.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "dcae-sch",
  "timestamp": 1631265347575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:16:05.437Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:16:05.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:16:05.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "cds",
  "timestamp": 1631265343863,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:16:05.438Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:16:05.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:16:05.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "policy-id",
  "timestamp": 1631265349665,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:16:05.438Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:16:05.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:16:05.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "cds",
  "timestamp": 1631265343863,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:16:05.439Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:16:05.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:16:05.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631265342440,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:16:05.439Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:16:05.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:16:05.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "dcae-sch",
  "timestamp": 1631265347575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:16:05.440Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:16:05.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:16:05.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "policy-id",
  "timestamp": 1631265349665,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:16:05.440Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:16:05.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:16:05.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "cds",
  "timestamp": 1631265343863,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:16:05.441Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:16:05.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:16:05.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631265342440,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-10T09:16:05.442Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:16:05.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:16:05.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "dcae-sch",
  "timestamp": 1631265347575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:16:05.443Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:16:05.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:16:05.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "policy-id",
  "timestamp": 1631265349665,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:16:05.443Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:16:05.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:16:05.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "cds",
  "timestamp": 1631265343863,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:16:05.443Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:16:05.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:16:05.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "dcae-sch",
  "timestamp": 1631265347575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:16:05.443Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:16:05.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:16:05.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631265342440,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:16:05.444Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:16:05.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:16:05.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "policy-id",
  "timestamp": 1631265349665,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:16:05.444Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:16:05.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:16:05.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "cds",
  "timestamp": 1631265343863,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T09:16:05.444Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:16:05.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:16:05.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "dcae-sch",
  "timestamp": 1631265347575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:16:05.444Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:16:05.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:16:05.445Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631265342440,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:16:05.445Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:16:05.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:16:05.445Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "policy-id",
  "timestamp": 1631265349665,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:16:05.445Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:16:05.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:16:05.445Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "policy-id",
  "timestamp": 1631265349665,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T09:16:05.445Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:16:05.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:16:05.445Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631265358756,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:16:05.445Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:16:05.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:16:05.446Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "cds",
  "timestamp": 1631265358762,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:16:05.446Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:16:05.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:16:05.446Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631265358581,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:16:05.446Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:16:05.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:16:05.446Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631265359786,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-10T09:16:05.446Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:16:05.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:16:05.446Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "cds",
  "timestamp": 1631265360076,
  "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-10T09:16:05.482Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cfc14f66-e14b-4c97-9112-8b51d23fdb16
2021-09-10T09:16:05.482Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cfc14f66-e14b-4c97-9112-8b51d23fdb16 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-10T09:16:05.490Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:16:05.490Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631265358581,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:16:05.490Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:16:05.491Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:16:05.491Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631265360789,
  "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-10T09:16:05.495Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of cfc14f66-e14b-4c97-9112-8b51d23fdb16
2021-09-10T09:16:05.495Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cfc14f66-e14b-4c97-9112-8b51d23fdb16 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-10T09:16:05.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:16:05.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "policy-id",
  "timestamp": 1631265361190,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:16:05.503Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:16:05.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:16:05.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631265358581,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:16:05.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:16:05.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:16:05.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "policy-id",
  "timestamp": 1631265362198,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-10T09:16:05.505Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:16:05.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:16:05.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631265358581,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:16:05.506Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:16:05.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:16:05.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "clamp",
  "timestamp": 1631265362500,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:16:05.506Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:16:05.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:16:05.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631265358581,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:16:05.507Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:16:05.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:16:05.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "policy-id",
  "timestamp": 1631265363203,
  "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-10T09:16:05.512Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cfc14f66-e14b-4c97-9112-8b51d23fdb16
2021-09-10T09:16:05.512Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cfc14f66-e14b-4c97-9112-8b51d23fdb16 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-10T09:16:05.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:16:05.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "clamp",
  "timestamp": 1631265362500,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:16:05.520Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:16:05.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:16:05.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631265358581,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:16:05.520Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:16:05.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:16:05.521Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "clamp",
  "timestamp": 1631265362500,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:16:05.521Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:16:05.521Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:16:05.521Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "aai-ml",
  "timestamp": 1631265364467,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:16:05.521Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:16:05.927Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:16:05.928Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-10T09:16:05.928Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"cfc14f66-e14b-4c97-9112-8b51d23fdb16","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"9b2dd526-b1a9-4bd4-b40a-b97f370fea61","serviceDescription":"service","serviceInvariantUUID":"37083305-a750-4714-a46c-bf3c84b247e7","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"bf6d9616-6bcb-48f7-938a-8718438dce54","resourceInvariantUUID":"5f63bd67-1ea2-436b-81b8-76b4ff2393ec","resourceCustomizationUUID":"cbcf8113-05e3-4e9f-9580-71e1fd4fe150","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":"ZTA3OWM3ZjY4OGMzZjM1NTE4N2IyMjZmYTk4YTBkMjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ca5b44c6-4147-421e-8863-f15b82747182","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":"4a5813a1-61b0-4552-af85-a15e14da51cc","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":"501edcbc-6de3-4617-9406-9282efd183a4","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":"NTMzYWU2ODkxOThlMGQ3Y2NhZjk3NDkxODFjN2JiMmU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"706cb65b-4585-4a1c-8711-96a4b876e23f","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":"f7642745-654f-46ca-8c3c-64bb7852efe7","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":"086a4d2b-fde2-4e5b-bc61-8d8061cae735","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":"cea7595a-8ad2-4ad1-a81e-60c0b28d5816","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":"MzViYWZlOTg3OTgzMjJkM2U4OTNkY2RiZDhhNzhhZjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a00e04d1-ef35-4179-8565-739337b2323c","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"OWUwM2ZjNzBkMjNlN2NkMjBkN2MyODc1NDViNjg5NmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e27eb968-355f-47cd-ad2a-4a8264fc3827","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-10T09:16:05.933Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T09:16:05.933Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:16:05.939Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:16:05.939Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631265365284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:16:06.039Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T09:16:06.040Z||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-10T09:16:06.040Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:16:06.067Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:16:06.068Z||pool-123-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2021-09-10T09:16:06.942Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T09:16:06.943Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:16:06.947Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:16:06.947Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631265365284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:16:07.047Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T09:16:07.048Z||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-10T09:16:07.049Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:16:07.060Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:16:07.062Z||pool-124-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-10T09:16:07.950Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T09:16:07.950Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:16:07.955Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:16:07.962Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631265365284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:16:08.054Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2021-09-10T09:16:08.055Z||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-10T09:16:08.055Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:16:08.081Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:16:08.082Z||pool-125-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2021-09-10T09:16:08.963Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T09:16:08.964Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:16:08.972Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:16:08.972Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631265365284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:16:09.072Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T09:16:09.073Z||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-10T09:16:09.073Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:16:09.088Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:16:09.088Z||pool-126-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-09-10T09:16:09.973Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T09:16:09.974Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:16:09.975Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:16:09.976Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631265365284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:16:10.076Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T09:16:10.076Z||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-10T09:16:10.077Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:16:10.108Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:16:10.109Z||pool-127-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2021-09-10T09:16:10.976Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T09:16:10.976Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:16:10.982Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:16:10.982Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631265365284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:16:11.079Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-09-10T09:16:11.079Z||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-10T09:16:11.080Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:16:11.091Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:16:11.091Z||pool-128-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-10T09:16:11.985Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T09:16:11.986Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:16:11.989Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:16:11.989Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631265365284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:16:12.089Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T09:16:12.089Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-10T09:16:12.090Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:16:12.111Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:16:12.112Z||pool-129-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-09-10T09:16:12.990Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T09:16:12.993Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:16:12.998Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:16:12.998Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631265365284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:16:13.098Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-10T09:16:13.100Z||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-10T09:16:13.100Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:16:13.112Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:16:13.113Z||pool-130-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-10T09:16:14.001Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T09:16:14.003Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:16:14.007Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:16:14.007Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631265365284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T09:16:14.108Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-10T09:16:14.110Z||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-10T09:16:14.110Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:16:14.124Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:16:14.124Z||pool-131-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-10T09:16:15.015Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "9b2dd526-b1a9-4bd4-b40a-b97f370fea61",
  "serviceDescription": "service",
  "serviceInvariantUUID": "37083305-a750-4714-a46c-bf3c84b247e7",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "cbcf8113-05e3-4e9f-9580-71e1fd4fe150",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "bf6d9616-6bcb-48f7-938a-8718438dce54",
      "resourceInvariantUUID": "5f63bd67-1ea2-436b-81b8-76b4ff2393ec",
      "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": "OWUwM2ZjNzBkMjNlN2NkMjBkN2MyODc1NDViNjg5NmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e27eb968-355f-47cd-ad2a-4a8264fc3827"
    }
  ],
  "workloadContext": "Production"
}
2021-09-10T09:16:15.018Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-10T09:16:15.019Z|0b06de45-f1e1-4ea8-9803-4872d0ae5b55|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9b2dd526-b1a9-4bd4-b40a-b97f370fea61 ASDC
2021-09-10T09:16:15.020Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:cfc14f66-e14b-4c97-9112-8b51d23fdb16
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:9b2dd526-b1a9-4bd4-b40a-b97f370fea61
ServiceInvariantUUID:37083305-a750-4714-a46c-bf3c84b247e7
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:e27eb968-355f-47cd-ad2a-4a8264fc3827
ArtifactChecksum:OWUwM2ZjNzBkMjNlN2NkMjBkN2MyODc1NDViNjg5NmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:cbcf8113-05e3-4e9f-9580-71e1fd4fe150
ResourceInvariantUUID:5f63bd67-1ea2-436b-81b8-76b4ff2393ec
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:bf6d9616-6bcb-48f7-938a-8718438dce54
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-10T09:16:15.020Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9b2dd526-b1a9-4bd4-b40a-b97f370fea61 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-10T09:16:15.055Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-10T09:16:15.056Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-10T09:16:15.056Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-10T09:16:15.056Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e27eb968-355f-47cd-ad2a-4a8264fc3827 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-10T09:16:15.056Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-10T09:16:15.057Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|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-10T09:16:15.904Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-10T09:16:15.910Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar e27eb968-355f-47cd-ad2a-4a8264fc3827 105558
2021-09-10T09:16:15.911Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|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-10T09:16:15.911Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|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-10T09:16:15.911Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-10T09:16:15.911Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:16:15.915Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:16:15.916Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631265375911,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:16:16.016Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T09:16:16.018Z||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-10T09:16:16.020Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:16:16.031Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:16:16.031Z||pool-132-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-10T09:16:16.916Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-10T09:16:16.919Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-10T09:16:16.919Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: e27eb968-355f-47cd-ad2a-4a8264fc3827, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-10T09:16:16.919Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-09-10T09:16:16.920Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-10T09:16:16.920Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-10T09:16:17.072Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16663833546883701120/Definitions/service-TestPnfMacro-template.yml
2021-09-10T09:16:18.027Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-10T09:16:18.028Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-10T09:16:18.028Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-10T09:16:18.028Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-10T09:16:18.028Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|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-10T09:16:18.028Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|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-10T09:16:18.028Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|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-10T09:16:18.029Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|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-10T09:16:18.029Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|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-10T09:16:18.029Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|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-10T09:16:18.029Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|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-10T09:16:18.029Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-10T09:16:18.030Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:16:18.030Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|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-10T09:16:18.030Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-09-10T09:16:18.031Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-10T09:16:18.031Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-10T09:16:18.031Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:16:18.031Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|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-10T09:16:18.031Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-09-10T09:16:18.031Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-10T09:16:18.032Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-10T09:16:18.032Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:16:18.032Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|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-10T09:16:18.033Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:16:18.033Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|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-10T09:16:18.033Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:16:18.033Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|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-10T09:16:18.034Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:16:18.034Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|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-10T09:16:18.034Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:16:18.034Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|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-10T09:16:18.034Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:9b2dd526-b1a9-4bd4-b40a-b97f370fea61
Model Version:NULL
Model InvariantUuid:37083305-a750-4714-a46c-bf3c84b247e7
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-10T09:16:18.038Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: bf6d9616-6bcb-48f7-938a-8718438dce54
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-10T09:16:18.040Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||INFO|500||test-pnf 0
2021-09-10T09:16:18.040Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: bf6d9616-6bcb-48f7-938a-8718438dce54
2021-09-10T09:16:18.040Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 9b2dd526-b1a9-4bd4-b40a-b97f370fea61
2021-09-10T09:16:18.041Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 9b2dd526-b1a9-4bd4-b40a-b97f370fea61
2021-09-10T09:16:18.041Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 bf6d9616-6bcb-48f7-938a-8718438dce54 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-10T09:16:18.044Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2356a475, org.onap.sdc.toscaparser.api.parameters.Input@be66179, org.onap.sdc.toscaparser.api.parameters.Input@1ec7b5cd, org.onap.sdc.toscaparser.api.parameters.Input@42fd9670, org.onap.sdc.toscaparser.api.parameters.Input@541ee756]
2021-09-10T09:16:18.044Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:16:18.044Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|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-10T09:16:18.045Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 9b2dd526-b1a9-4bd4-b40a-b97f370fea61: test-pnf
2021-09-10T09:16:18.045Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||INFO|500||Processing PNF resource: bf6d9616-6bcb-48f7-938a-8718438dce54
2021-09-10T09:16:18.045Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-10T09:16:18.045Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|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-10T09:16:18.045Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||INFO|500||Resource customization UUID: cbcf8113-05e3-4e9f-9580-71e1fd4fe150 is the same as notified resource customizationUUID: cbcf8113-05e3-4e9f-9580-71e1fd4fe150
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-10T09:16:18.078Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf bf6d9616-6bcb-48f7-938a-8718438dce54 0 ASDC deployResourceStructure
2021-09-10T09:16:18.079Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|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-10T09:16:18.079Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|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-10T09:16:18.079Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-10T09:16:18.080Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:16:18.081Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:16:18.081Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631265378078,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-10T09:16:18.182Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-10T09:16:18.182Z||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-10T09:16:18.183Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:16:18.194Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:16:18.195Z||pool-133-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-10T09:16:19.082Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cfc14f66-e14b-4c97-9112-8b51d23fdb16
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T09:16:19.091Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cfc14f66-e14b-4c97-9112-8b51d23fdb16
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10T09:16:19.094Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-10T09:16:19.094Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-10T09:16:19.094Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-10T09:16:49.095Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cfc14f66-e14b-4c97-9112-8b51d23fdb16
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T09:16:49.103Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cfc14f66-e14b-4c97-9112-8b51d23fdb16
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10T09:16:49.105Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-10T09:16:49.105Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-10T09:16:49.105Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-10T09:17:05.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:17:05.286Z||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-10T09:17:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:17:05.316Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:17:05.316Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:17:05.316Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631265358581,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:17:05.317Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:17:19.106Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cfc14f66-e14b-4c97-9112-8b51d23fdb16
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T09:17:19.121Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cfc14f66-e14b-4c97-9112-8b51d23fdb16
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10T09:17:19.123Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-10T09:17:19.123Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-10T09:17:19.123Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-10T09:17:49.123Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cfc14f66-e14b-4c97-9112-8b51d23fdb16
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T09:17:49.142Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cfc14f66-e14b-4c97-9112-8b51d23fdb16
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10T09:17:49.144Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-10T09:17:49.144Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-10T09:17:49.145Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-10T09:18:05.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:18:05.288Z||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-10T09:18:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:18:05.816Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:18:05.819Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:18:05.819Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631265365284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:18:05.821Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:18:05.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:18:05.822Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "clamp",
  "timestamp": 1631265362500,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:18:05.823Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:18:05.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:18:05.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "aai-ml",
  "timestamp": 1631265364467,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:18:05.824Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:18:05.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:18:05.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631265358581,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:18:05.825Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:18:05.825Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:18:05.825Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631265365284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:18:05.826Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:18:05.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:18:05.826Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "clamp",
  "timestamp": 1631265362500,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:18:05.826Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:18:05.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:18:05.827Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "aai-ml",
  "timestamp": 1631265364467,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:18:05.827Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:18:05.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:18:05.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631265358581,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T09:18:05.828Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:18:05.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:18:05.829Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631265365284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:18:05.829Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:18:05.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:18:05.829Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "clamp",
  "timestamp": 1631265362500,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:18:05.830Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:18:05.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:18:05.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "aai-ml",
  "timestamp": 1631265364467,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:18:05.831Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:18:05.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:18:05.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631265367861,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:18:05.832Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:18:05.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:18:05.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631265365284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:18:05.832Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:18:05.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:18:05.833Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "clamp",
  "timestamp": 1631265362500,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:18:05.833Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:18:05.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:18:05.834Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "aai-ml",
  "timestamp": 1631265364467,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:18:05.834Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:18:05.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:18:05.834Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631265367861,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:18:05.835Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:18:05.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:18:05.835Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631265365284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:18:05.836Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:18:05.836Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:18:05.836Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "clamp",
  "timestamp": 1631265362500,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:18:05.836Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:18:05.837Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:18:05.837Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "aai-ml",
  "timestamp": 1631265364467,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:18:05.837Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:18:05.837Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:18:05.837Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631265367861,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:18:05.837Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:18:05.837Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:18:05.838Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631265365284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:18:05.838Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:18:05.838Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:18:05.838Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "clamp",
  "timestamp": 1631265362500,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T09:18:05.839Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:18:05.839Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:18:05.839Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "aai-ml",
  "timestamp": 1631265364467,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:18:05.839Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:18:05.839Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:18:05.839Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631265367861,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:18:05.840Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:18:05.840Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:18:05.840Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631265365284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:18:05.840Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:18:05.840Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:18:05.840Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "aai-ml",
  "timestamp": 1631265364467,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:18:05.841Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:18:05.841Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:18:05.841Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631265367861,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:18:05.841Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:18:05.841Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:18:05.841Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631265365284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:18:05.842Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:18:05.842Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:18:05.842Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "aai-ml",
  "timestamp": 1631265364467,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T09:18:05.842Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:18:05.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:18:05.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631265367861,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:18:05.843Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:18:05.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:18:05.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631265365284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T09:18:05.844Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:18:05.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:18:05.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631265367861,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:18:05.844Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:18:05.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:18:05.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631265367861,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-10T09:18:05.845Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:18:05.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:18:05.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "aai-ml",
  "timestamp": 1631265375827,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:18:05.845Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:18:05.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:18:05.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631265375911,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:18:05.846Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:18:05.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:18:05.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631265367861,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-10T09:18:05.847Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-10T09:18:05.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:18:05.847Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "clamp",
  "timestamp": 1631265377659,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:18:05.847Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:18:05.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:18:05.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631265378078,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-10T09:18:05.848Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:18:05.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:18:05.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631265378169,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-10T09:18:05.848Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:18:05.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:18:05.849Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "clamp",
  "timestamp": 1631265378750,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-10T09:18:05.849Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:18:05.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:18:05.849Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "clamp",
  "timestamp": 1631265379752,
  "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-10T09:18:05.857Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cfc14f66-e14b-4c97-9112-8b51d23fdb16
2021-09-10T09:18:05.857Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cfc14f66-e14b-4c97-9112-8b51d23fdb16 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-10T09:18:05.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:18:05.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631265380175,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-10T09:18:05.869Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:18:05.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:18:05.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631265381179,
  "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-10T09:18:05.874Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cfc14f66-e14b-4c97-9112-8b51d23fdb16
2021-09-10T09:18:05.874Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cfc14f66-e14b-4c97-9112-8b51d23fdb16 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-10T09:18:05.882Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:18:05.882Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "aai-ml",
  "timestamp": 1631265382834,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-10T09:18:05.883Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:18:05.883Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T09:18:05.883Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "aai-ml",
  "timestamp": 1631265383841,
  "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-10T09:18:05.886Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cfc14f66-e14b-4c97-9112-8b51d23fdb16
2021-09-10T09:18:05.887Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cfc14f66-e14b-4c97-9112-8b51d23fdb16 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-10T09:18:19.146Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cfc14f66-e14b-4c97-9112-8b51d23fdb16
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T09:18:19.170Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cfc14f66-e14b-4c97-9112-8b51d23fdb16
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10T09:18:19.175Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-10T09:18:19.175Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-10T09:18:19.176Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-10T09:18:19.176Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-10T09:18:19.176Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-10T09:18:19.177Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-10T09:18:19.177Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-10T09:18:19.177Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-10T09:18:19.178Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-10T09:18:19.178Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-10T09:18:19.178Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-10T09:18:19.178Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|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-10T09:18:19.186Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-10T09:18:49.186Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cfc14f66-e14b-4c97-9112-8b51d23fdb16 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-10T09:18:49.197Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cfc14f66-e14b-4c97-9112-8b51d23fdb16 and serviceModelVersionId: 9b2dd526-b1a9-4bd4-b40a-b97f370fea61
2021-09-10T09:18:49.197Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 37083305-a750-4714-a46c-bf3c84b247e7
2021-09-10T09:18:49.198Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/37083305-a750-4714-a46c-bf3c84b247e7/model-vers/model-ver/9b2dd526-b1a9-4bd4-b40a-b97f370fea61?depth=0
2021-09-10T09:18:49.207Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-09-10T09:18:49.278Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/37083305-a750-4714-a46c-bf3c84b247e7/model-vers/model-ver/9b2dd526-b1a9-4bd4-b40a-b97f370fea61?depth=0|INFO|500||Invoke
2021-09-10T09:18:49.279Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/37083305-a750-4714-a46c-bf3c84b247e7/model-vers/model-ver/9b2dd526-b1a9-4bd4-b40a-b97f370fea61?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/37083305-a750-4714-a46c-bf3c84b247e7/model-vers/model-ver/9b2dd526-b1a9-4bd4-b40a-b97f370fea61?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cfc14f66-e14b-4c97-9112-8b51d23fdb16], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a4f8101b-ba79-4916-be56-1451804ea5b8], X-ECOMP-RequestID=[cfc14f66-e14b-4c97-9112-8b51d23fdb16], X-TransactionId=[], X-ONAP-RequestID=[cfc14f66-e14b-4c97-9112-8b51d23fdb16], Content-Type=[application/merge-patch+json]}
2021-09-10T09:18:49.311Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/37083305-a750-4714-a46c-bf3c84b247e7/model-vers/model-ver/9b2dd526-b1a9-4bd4-b40a-b97f370fea61?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-10T09:18:49.430Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/37083305-a750-4714-a46c-bf3c84b247e7/model-vers/model-ver/9b2dd526-b1a9-4bd4-b40a-b97f370fea61?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/37083305-a750-4714-a46c-bf3c84b247e7/model-vers/model-ver/9b2dd526-b1a9-4bd4-b40a-b97f370fea61?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210910-09:18:49:323-34890], vertex-id=[258296], Content-Length=[0], Date=[Fri, 10 Sep 2021 09:18:49 GMT], Content-Type=[application/json]}
2021-09-10T09:18:49.431Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/37083305-a750-4714-a46c-bf3c84b247e7/model-vers/model-ver/9b2dd526-b1a9-4bd4-b40a-b97f370fea61?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-10T09:18:49.431Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/37083305-a750-4714-a46c-bf3c84b247e7/model-vers/model-ver/9b2dd526-b1a9-4bd4-b40a-b97f370fea61?depth=0|INFO|500||InvokeReturn
2021-09-10T09:18:49.432Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-10T09:18:49.432Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|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-10T09:18:49.439Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|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-10T09:18:49.439Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cfc14f66-e14b-4c97-9112-8b51d23fdb16 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-10T09:18:49.440Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-10T09:18:49.440Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-10T09:18:49.444Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T09:18:49.444Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631265529440,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-10T09:18:49.544Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T09:18:49.545Z||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-10T09:18:49.546Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T09:18:49.561Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:18:49.562Z||pool-134-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-10T09:18:50.458Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:18:50.458Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|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-10T09:18:50.458Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:19:00.826Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:19:00.827Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:19:00.827Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|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-10T09:19:00.827Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:19:05.286Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:19:05.286Z||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-10T09:19:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:19:05.910Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:19:05.910Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-10T09:19:05.911Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc14f66-e14b-4c97-9112-8b51d23fdb16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631265529440,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-10T09:19:05.911Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T09:19:10.394Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:19:10.395Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:19:10.395Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|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-10T09:19:10.396Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:19:19.967Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:20:05.284Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:20:05.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:20:05.287Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|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-10T09:20:05.288Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:20:05.288Z||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-10T09:20:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:20:14.861Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:20:14.861Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:21:05.284Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:21:05.286Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:21:05.288Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|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-10T09:21:05.288Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|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-10T09:21:05.289Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:21:05.289Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:21:14.853Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:21:14.854Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:22:05.284Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:22:05.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:22:05.287Z||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-10T09:22:05.287Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|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-10T09:22:05.287Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:22:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:22:14.879Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:22:14.883Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:23:05.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:23:05.285Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:23:05.289Z||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-10T09:23:05.289Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|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-10T09:23:05.290Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:23:05.290Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:23:14.834Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:23:14.839Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:24:05.285Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:24:05.285Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:24:05.295Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|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-10T09:24:05.296Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:24:05.295Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|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-10T09:24:05.296Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:24:14.847Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:24:14.848Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:25:05.285Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:25:05.286Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:25:05.290Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|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-10T09:25:05.290Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|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-10T09:25:05.290Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:25:05.290Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:25:14.848Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:25:14.848Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:26:05.285Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:26:05.286Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:26:05.290Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|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-10T09:26:05.290Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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-10T09:26:05.291Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:26:05.291Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:26:14.845Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:26:14.845Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:27:05.285Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:27:05.286Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:27:05.288Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|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-10T09:27:05.288Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|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-10T09:27:05.289Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:27:05.289Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:27:14.858Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:27:14.858Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:28:05.284Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:28:05.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:28:05.287Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|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-10T09:28:05.288Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:28:05.287Z||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-10T09:28:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:28:14.911Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:28:14.928Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:29:05.284Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:29:05.286Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:29:05.287Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|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-10T09:29:05.287Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|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-10T09:29:05.288Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:29:05.288Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:29:14.856Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:29:14.856Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:30:05.284Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:30:05.285Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|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-10T09:30:05.286Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:30:05.286Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:30:05.286Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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-10T09:30:05.287Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:30:14.838Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:30:14.838Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:31:05.283Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:31:05.285Z||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-10T09:31:05.285Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:31:05.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:31:05.286Z||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-10T09:31:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:31:14.826Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:31:14.838Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:32:05.283Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:32:05.285Z||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-10T09:32:05.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:32:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:32:05.286Z||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-10T09:32:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:32:14.892Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:32:14.897Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:33:05.284Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:33:05.285Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:33:05.286Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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-10T09:33:05.286Z||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-10T09:33:05.287Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:33:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:33:14.837Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:33:14.843Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:34:05.284Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:34:05.286Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|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-10T09:34:05.286Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:34:05.289Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:34:05.289Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|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-10T09:34:05.289Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:34:14.864Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:34:14.864Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:35:05.284Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:35:05.288Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|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-10T09:35:05.288Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:35:05.291Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:35:05.291Z||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-10T09:35:05.291Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:35:14.835Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:35:14.835Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:36:05.283Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:36:05.284Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|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-10T09:36:05.284Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:36:05.286Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:36:05.286Z||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-10T09:36:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:36:14.834Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:36:14.834Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:37:05.283Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:37:05.285Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|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-10T09:37:05.285Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:37:05.285Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:37:05.286Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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-10T09:37:05.286Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:37:14.830Z|2c08dd87-c07b-46fc-b100-16c15cff67e4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:37:14.836Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:38:05.284Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:38:05.286Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:38:05.286Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|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-10T09:38:05.287Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:38:05.287Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|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-10T09:38:05.287Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:38:14.828Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:38:14.830Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:39:05.283Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:39:05.285Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:39:05.286Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|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-10T09:39:05.286Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|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-10T09:39:05.287Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:39:05.287Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:39:14.839Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:39:14.845Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:40:05.284Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:40:05.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:40:05.286Z||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-10T09:40:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:40:05.287Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|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-10T09:40:05.287Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:40:14.830Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:40:14.843Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:41:05.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:41:05.284Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:41:05.287Z||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-10T09:41:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:41:05.288Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|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-10T09:41:05.288Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:41:14.834Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:41:14.834Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:42:05.285Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:42:05.287Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:42:05.289Z||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-10T09:42:05.289Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:42:05.289Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|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-10T09:42:05.290Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:42:14.840Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:42:14.840Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:43:05.284Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:43:05.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:43:05.289Z||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-10T09:43:05.289Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:43:05.289Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|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-10T09:43:05.289Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:43:14.852Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:43:14.870Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:44:05.286Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:44:05.285Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:44:05.290Z||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-10T09:44:05.291Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:44:05.290Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|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-10T09:44:05.291Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:44:14.840Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:44:14.842Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:45:05.285Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:45:05.286Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:45:05.290Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|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-10T09:45:05.290Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|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-10T09:45:05.290Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:45:05.290Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:45:14.839Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:45:14.839Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:46:05.285Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:46:05.285Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:46:05.291Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|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-10T09:46:05.291Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:46:05.291Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|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-10T09:46:05.292Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:46:14.844Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:46:14.848Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:47:05.283Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:47:05.284Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|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-10T09:47:05.284Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:47:05.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:47:05.286Z||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-10T09:47:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:47:14.855Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:47:14.856Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:48:05.283Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:48:05.286Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:48:05.286Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|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-10T09:48:05.287Z||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-10T09:48:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:48:05.287Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:48:14.847Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:48:14.848Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:49:05.283Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:49:05.286Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|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-10T09:49:05.286Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:49:05.288Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:49:05.289Z||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-10T09:49:05.290Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:49:14.835Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:49:14.854Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:50:05.283Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:50:05.285Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:50:05.286Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|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-10T09:50:05.286Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:50:05.286Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|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-10T09:50:05.287Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:50:14.830Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:50:14.835Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:51:05.283Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:51:05.285Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:51:05.285Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|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-10T09:51:05.286Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:51:05.286Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|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-10T09:51:05.286Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:51:14.887Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:51:14.888Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:52:05.283Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:52:05.285Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|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-10T09:52:05.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:52:05.286Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:52:05.286Z||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-10T09:52:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:52:14.874Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:52:14.877Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:53:05.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:53:05.285Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:53:05.291Z||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-10T09:53:05.291Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|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-10T09:53:05.292Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:53:05.292Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:53:14.838Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:53:14.839Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:54:05.283Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:54:05.284Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|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-10T09:54:05.284Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:54:05.286Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:54:05.286Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|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-10T09:54:05.286Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:54:14.853Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:54:14.853Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:55:05.283Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:55:05.284Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|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-10T09:55:05.284Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:55:05.285Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:55:05.286Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|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-10T09:55:05.286Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:55:14.829Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:55:14.830Z|e7f99d78-ee69-4281-bfd6-3f1ea543d780|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:56:05.286Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:56:05.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:56:05.291Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|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-10T09:56:05.292Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:56:05.291Z||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-10T09:56:05.292Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:56:14.843Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:56:14.843Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:57:05.283Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:57:05.284Z||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-10T09:57:05.284Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:57:05.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:57:05.286Z||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-10T09:57:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:57:14.837Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:57:14.837Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:58:05.284Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:58:05.285Z||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-10T09:58:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:58:05.286Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:58:05.287Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|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-10T09:58:05.287Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:58:14.828Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:58:14.829Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:59:05.284Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:59:05.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T09:59:05.287Z||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-10T09:59:05.287Z||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-10T09:59:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:59:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T09:59:14.833Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T09:59:14.833Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T10:00:05.285Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T10:00:05.285Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T10:00:05.291Z||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-10T10:00:05.291Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|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-10T10:00:05.291Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T10:00:05.291Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T10:00:14.863Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T10:00:14.863Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T10:01:05.283Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T10:01:05.285Z||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-10T10:01:05.285Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T10:01:05.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T10:01:05.286Z||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-10T10:01:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T10:01:14.839Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T10:01:14.839Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-10T10:02:05.283Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T10:02:05.285Z||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-10T10:02:05.285Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T10:02:05.285Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T10:02:05.286Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|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-10T10:02:05.286Z|cfc14f66-e14b-4c97-9112-8b51d23fdb16|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 DlrJgOLzNJBEfG2c) ...