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-10-12T02:16:52.207Z||main|||||INFO|500||The following profiles are active: basic
2021-10-12T02:17:02.880Z||main|||||INFO|500||Starting service [Tomcat]
2021-10-12T02:17:02.881Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-10-12T02:17:02.968Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-10-12T02:17:05.350Z||main|||||INFO|500||catdb-pool - Starting...
2021-10-12T02:17:05.559Z||main|||||INFO|500||catdb-pool - Start completed.
2021-10-12T02:17:06.009Z||main|||||INFO|500||reqdb-pool - Starting...
2021-10-12T02:17:06.019Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-10-12T02:17:06.107Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-10-12T02:17:06.229Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-10-12T02:17:06.644Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-10-12T02:17:07.466Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-12T02:17:09.685Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-12T02:17:09.729Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-10-12T02:17:10.166Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-12T02:17:10.421Z||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-10-12T02:17:11.645Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-12T02:17:12.694Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-10-12T02:17:12.712Z||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$$f92bdff0.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-10-12T02:17:12.712Z||main|||||WARN|500||The sdc end point is not alive
2021-10-12T02:17:15.665Z||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-10-12T02:17:18.437Z||main|||||WARN|500||---
2021-10-12T02:17:18.438Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-10-12T02:17:18.438Z||main|||||WARN|500||---
2021-10-12T02:17:18.904Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-10-12T02:17:23.604Z||main|||||INFO|500||Started Application in 36.064 seconds (JVM running for 37.294)
2021-10-12T02:17:23.621Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-12T02:17:23.622Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-12T02:17:23.631Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-12T02:17:23.693Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-12T02:17:23.738Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cb526547-24b6-4709-8010-db2b545f3b2b url= /sdc/v1/artifactTypes
2021-10-12T02:17:23.739Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-12T02:17:24.035Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-12T02:17:24.053Z||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-10-12T02:17:24.075Z||scheduling-1|||||DEBUG|500||create keys
2021-10-12T02:17:24.083Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-10-12T02:17:24.113Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:17:24.131Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e95819a1-6f42-45c2-be67-152e3ce83179 url= /sdc/v1/registerForDistribution
2021-10-12T02:17:24.346Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= e95819a1-6f42-45c2-be67-152e3ce83179 url= /sdc/v1/registerForDistribution
2021-10-12T02:17:24.346Z||scheduling-1|||||INFO|500||start DistributionClient
2021-10-12T02:17:24.354Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:17:24.355Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:17:24.360Z||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-10-12T02:17:24.360Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:17:24.360Z||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-10-12T02:17:24.360Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:17:24.361Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-10-12T02:17:34.609Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:17:34.612Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:18:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:18:24.355Z||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-10-12T02:18:24.355Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:18:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:18:24.356Z||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-10-12T02:18:24.357Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:18:33.909Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:18:33.910Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:19:24.353Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:19:24.354Z||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-10-12T02:19:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:19:24.355Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:19:24.356Z||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-10-12T02:19:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:19:33.913Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:19:33.913Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:20:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:20:24.354Z||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-10-12T02:20:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:20:24.356Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:20:24.357Z||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-10-12T02:20:24.358Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:20:33.907Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:20:33.910Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:21:24.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:21:24.355Z||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-10-12T02:21:24.355Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:21:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:21:24.356Z||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-10-12T02:21:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:21:33.908Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:21:33.908Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:22:24.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:22:24.354Z||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-10-12T02:22:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:22:24.355Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:22:24.356Z||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-10-12T02:22:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:22:33.905Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:22:33.910Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:23:24.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:23:24.355Z||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-10-12T02:23:24.355Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:23:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:23:24.355Z||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-10-12T02:23:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:23:33.909Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:23:33.909Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:24:24.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:24:24.354Z||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-10-12T02:24:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:24:24.355Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:24:24.356Z||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-10-12T02:24:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:24:33.905Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:24:33.905Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:25:24.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:25:24.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:25:24.356Z||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-10-12T02:25:24.356Z||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-10-12T02:25:24.357Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:25:24.357Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:25:33.912Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:25:33.912Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:26:24.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:26:24.354Z||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-10-12T02:26:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:26:24.355Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:26:24.356Z||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-10-12T02:26:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:26:33.903Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:26:33.905Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:27:03.951Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-10-12T02:27:24.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:27:24.354Z||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-10-12T02:27:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:27:24.355Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:27:24.356Z||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-10-12T02:27:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:27:33.906Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:27:33.909Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:28:24.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:28:24.354Z||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-10-12T02:28:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:28:24.355Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:28:24.355Z||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-10-12T02:28:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:28:33.903Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:28:33.905Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:29:24.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:29:24.354Z||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-10-12T02:29:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:29:24.355Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:29:24.356Z||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-10-12T02:29:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:29:33.907Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:29:33.909Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:30:24.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:30:24.354Z||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-10-12T02:30:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:30:24.355Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:30:24.356Z||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-10-12T02:30:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:30:33.907Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:30:33.926Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:31:24.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:31:24.354Z||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-10-12T02:31:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:31:24.355Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:31:24.356Z||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-10-12T02:31:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:31:33.911Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:31:33.913Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:32:24.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:32:24.354Z||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-10-12T02:32:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:32:24.355Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:32:24.356Z||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-10-12T02:32:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:32:33.913Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:32:33.913Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:33:24.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:33:24.354Z||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-10-12T02:33:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:33:24.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:33:24.356Z||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-10-12T02:33:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:33:33.907Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:33:33.907Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:34:24.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:34:24.354Z||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-10-12T02:34:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:34:24.355Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:34:24.355Z||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-10-12T02:34:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:34:33.906Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:34:33.909Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:35:24.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:35:24.354Z||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-10-12T02:35:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:35:24.355Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:35:24.356Z||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-10-12T02:35:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:35:33.903Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:35:33.907Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:36:24.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:36:24.354Z||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-10-12T02:36:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:36:24.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:36:24.356Z||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-10-12T02:36:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:36:33.903Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:36:33.906Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:37:24.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:37:24.354Z||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-10-12T02:37:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:37:24.355Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:37:24.355Z||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-10-12T02:37:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:37:33.908Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:37:33.908Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:38:24.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:38:24.354Z||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-10-12T02:38:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:38:24.355Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:38:24.355Z||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-10-12T02:38:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:38:33.929Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:38:33.945Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:39:24.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:39:24.354Z||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-10-12T02:39:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:39:24.355Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:39:24.355Z||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-10-12T02:39:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:39:33.905Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:39:33.905Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:40:24.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:40:24.354Z||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-10-12T02:40:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:40:24.355Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:40:24.356Z||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-10-12T02:40:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:40:33.917Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:40:33.917Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:41:24.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:41:24.354Z||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-10-12T02:41:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:41:24.355Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:41:24.356Z||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-10-12T02:41:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:41:33.905Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:41:33.905Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:42:24.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:42:24.354Z||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-10-12T02:42:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:42:24.355Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:42:24.355Z||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-10-12T02:42:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:42:33.906Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:42:33.906Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:43:24.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:43:24.354Z||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-10-12T02:43:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:43:24.355Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:43:24.355Z||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-10-12T02:43:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:43:33.905Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:43:33.905Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:44:24.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:44:24.354Z||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-10-12T02:44:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:44:24.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:44:24.356Z||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-10-12T02:44:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:44:33.914Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:44:33.915Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:45:24.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:45:24.354Z||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-10-12T02:45:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:45:24.355Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:45:24.355Z||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-10-12T02:45:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:45:33.901Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:45:33.906Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:46:24.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:46:24.354Z||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-10-12T02:46:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:46:24.355Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:46:24.355Z||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-10-12T02:46:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:46:33.900Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:46:33.900Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:47:24.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:47:24.354Z||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-10-12T02:47:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:47:24.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:47:24.355Z||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-10-12T02:47:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:47:33.905Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:47:33.906Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:48:24.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:48:24.354Z||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-10-12T02:48:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:48:24.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:48:24.356Z||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-10-12T02:48:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:48:33.902Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:48:33.902Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:49:24.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:49:24.354Z||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-10-12T02:49:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:49:24.355Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:49:24.356Z||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-10-12T02:49:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:49:33.900Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:49:33.901Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:50:24.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:50:24.354Z||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-10-12T02:50:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:50:24.355Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:50:24.355Z||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-10-12T02:50:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:50:33.901Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:50:33.901Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:51:24.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:51:24.354Z||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-10-12T02:51:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:51:24.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:51:24.355Z||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-10-12T02:51:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:51:33.904Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:51:33.904Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:52:24.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:52:24.354Z||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-10-12T02:52:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:52:24.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:52:24.355Z||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-10-12T02:52:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:52:33.905Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:52:33.905Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:53:24.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:53:24.354Z||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-10-12T02:53:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:53:24.355Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:53:24.356Z||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-10-12T02:53:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:53:33.899Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:53:33.905Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:54:24.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:54:24.354Z||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-10-12T02:54:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:54:24.355Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:54:24.357Z||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-10-12T02:54:24.357Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:54:33.898Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:54:33.901Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:55:24.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:55:24.354Z||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-10-12T02:55:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:55:24.355Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:55:24.355Z||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-10-12T02:55:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:55:33.906Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:55:33.907Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:56:24.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:56:24.354Z||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-10-12T02:56:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:56:24.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:56:24.355Z||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-10-12T02:56:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:56:33.905Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:56:33.906Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:57:24.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:57:24.354Z||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-10-12T02:57:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:57:24.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:57:24.356Z||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-10-12T02:57:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:57:33.903Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:57:33.903Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:58:24.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:58:24.354Z||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-10-12T02:58:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:58:24.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:58:24.355Z||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-10-12T02:58:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:58:33.904Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:58:33.904Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:59:24.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:59:24.354Z||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-10-12T02:59:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:59:24.355Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:59:24.356Z||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-10-12T02:59:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T02:59:33.905Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T02:59:33.906Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:00:24.354Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:00:24.355Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:00:24.361Z||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-10-12T03:00:24.361Z||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-10-12T03:00:24.362Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:00:24.362Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:00:33.915Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:00:33.915Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:01:24.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:01:24.354Z||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-10-12T03:01:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:01:24.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:01:24.356Z||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-10-12T03:01:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:01:33.904Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:01:33.905Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:02:24.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:02:24.354Z||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-10-12T03:02:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:02:24.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:02:24.355Z||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-10-12T03:02:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:02:33.901Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:02:33.901Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:03:24.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:03:24.354Z||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-10-12T03:03:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:03:24.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:03:24.355Z||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-10-12T03:03:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:03:33.903Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:03:33.904Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:04:24.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:04:24.354Z||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-10-12T03:04:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:04:24.355Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:04:24.356Z||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-10-12T03:04:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:04:33.904Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:04:33.906Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:05:24.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:05:24.354Z||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-10-12T03:05:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:05:24.356Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:05:24.356Z||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-10-12T03:05:24.357Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:05:33.907Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:05:33.908Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:06:24.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:06:24.354Z||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-10-12T03:06:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:06:24.355Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:06:24.356Z||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-10-12T03:06:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:06:33.906Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:06:33.906Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:07:24.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:07:24.354Z||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-10-12T03:07:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:07:24.355Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:07:24.355Z||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-10-12T03:07:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:07:33.904Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:07:33.904Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:08:24.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:08:24.354Z||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-10-12T03:08:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:08:24.355Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:08:24.355Z||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-10-12T03:08:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:08:33.902Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:08:33.904Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:09:24.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:09:24.354Z||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-10-12T03:09:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:09:24.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:09:24.355Z||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-10-12T03:09:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:09:33.905Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:09:33.906Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:10:24.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:10:24.354Z||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-10-12T03:10:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:10:24.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:10:24.356Z||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-10-12T03:10:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:10:33.904Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:10:33.905Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:11:24.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:11:24.354Z||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-10-12T03:11:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:11:24.355Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:11:24.355Z||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-10-12T03:11:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:11:33.901Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:11:33.902Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:12:24.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:12:24.354Z||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-10-12T03:12:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:12:24.355Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:12:24.356Z||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-10-12T03:12:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:12:33.902Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:12:33.903Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:13:24.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:13:24.354Z||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-10-12T03:13:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:13:24.355Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:13:24.355Z||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-10-12T03:13:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:13:33.902Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:13:33.902Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:14:24.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:14:24.354Z||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-10-12T03:14:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:14:24.355Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:14:24.355Z||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-10-12T03:14:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:14:33.899Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:14:33.901Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:15:24.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:15:24.355Z||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-10-12T03:15:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:15:24.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:15:24.355Z||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-10-12T03:15:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:15:33.903Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:15:33.903Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:16:24.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:16:24.354Z||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-10-12T03:16:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:16:24.355Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:16:24.355Z||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-10-12T03:16:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:16:33.902Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:16:33.904Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:17:24.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:17:24.354Z||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-10-12T03:17:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:17:24.355Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:17:24.355Z||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-10-12T03:17:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:17:33.907Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:17:33.907Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:18:24.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:18:24.354Z||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-10-12T03:18:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:18:24.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:18:24.355Z||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-10-12T03:18:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:18:33.906Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:18:33.906Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:19:24.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:19:24.354Z||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-10-12T03:19:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:19:24.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:19:24.355Z||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-10-12T03:19:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:19:33.900Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:19:33.901Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:20:24.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:20:24.354Z||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-10-12T03:20:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:20:24.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:20:24.356Z||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-10-12T03:20:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:20:33.905Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:20:33.906Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:21:24.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:21:24.354Z||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-10-12T03:21:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:21:24.355Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:21:24.355Z||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-10-12T03:21:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:21:33.902Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:21:33.903Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:22:24.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:22:24.354Z||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-10-12T03:22:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:22:24.355Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:22:24.356Z||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-10-12T03:22:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:22:33.897Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:22:33.898Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:23:24.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:23:24.354Z||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-10-12T03:23:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:23:24.355Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:23:24.356Z||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-10-12T03:23:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:23:33.906Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:23:33.906Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:24:24.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:24:24.354Z||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-10-12T03:24:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:24:24.355Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:24:24.355Z||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-10-12T03:24:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:24:33.899Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:24:33.902Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:25:24.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:25:24.354Z||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-10-12T03:25:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:25:24.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:25:24.355Z||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-10-12T03:25:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:25:33.932Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:25:33.932Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:26:24.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:26:24.354Z||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-10-12T03:26:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:26:24.355Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:26:24.356Z||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-10-12T03:26:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:26:33.900Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:26:33.901Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:27:24.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:27:24.354Z||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-10-12T03:27:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:27:24.355Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:27:24.355Z||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-10-12T03:27:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:27:33.903Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:27:33.903Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:28:24.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:28:24.354Z||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-10-12T03:28:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:28:24.355Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:28:24.356Z||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-10-12T03:28:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:28:33.901Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:28:33.904Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:29:24.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:29:24.354Z||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-10-12T03:29:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:29:24.355Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:29:24.355Z||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-10-12T03:29:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:29:33.904Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:29:33.904Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:30:24.353Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:30:24.354Z||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-10-12T03:30:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:30:24.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:30:24.355Z||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-10-12T03:30:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:30:33.902Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:30:33.904Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:31:24.353Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:31:24.354Z||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-10-12T03:31:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:31:24.355Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:31:24.356Z||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-10-12T03:31:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:31:33.903Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:31:33.906Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:32:24.353Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:32:24.354Z||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-10-12T03:32:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:32:24.355Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:32:24.355Z||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-10-12T03:32:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:32:33.902Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:32:33.904Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:33:24.353Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:33:24.354Z||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-10-12T03:33:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:33:24.355Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:33:24.355Z||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-10-12T03:33:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:33:33.901Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:33:33.903Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:34:24.353Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:34:24.354Z||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-10-12T03:34:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:34:24.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:34:24.355Z||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-10-12T03:34:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:34:33.903Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:34:33.906Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:35:24.353Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:35:24.354Z||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-10-12T03:35:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:35:24.355Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:35:24.356Z||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-10-12T03:35:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:35:33.905Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:35:33.905Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:36:24.353Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:36:24.354Z||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-10-12T03:36:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:36:24.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:36:24.355Z||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-10-12T03:36:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:36:33.898Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:36:33.900Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:37:24.353Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:37:24.354Z||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-10-12T03:37:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:37:24.355Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:37:24.355Z||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-10-12T03:37:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:37:33.902Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:37:33.902Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:38:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:38:24.353Z||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-10-12T03:38:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:38:24.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:38:24.355Z||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-10-12T03:38:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:38:33.902Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:38:33.904Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:39:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:39:24.353Z||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-10-12T03:39:24.353Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:39:24.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:39:24.355Z||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-10-12T03:39:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:39:33.914Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:39:33.915Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:40:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:40:24.353Z||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-10-12T03:40:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:40:24.355Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:40:24.356Z||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-10-12T03:40:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:40:33.903Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:40:33.904Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:41:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:41:24.354Z||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-10-12T03:41:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:41:24.355Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:41:24.355Z||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-10-12T03:41:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:41:33.906Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:41:33.906Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:42:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:42:24.354Z||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-10-12T03:42:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:42:24.355Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:42:24.355Z||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-10-12T03:42:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:42:33.902Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:42:33.903Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:43:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:43:24.354Z||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-10-12T03:43:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:43:24.355Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:43:24.355Z||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-10-12T03:43:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:43:33.900Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:43:33.901Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:44:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:44:24.354Z||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-10-12T03:44:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:44:24.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:44:24.355Z||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-10-12T03:44:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:44:33.898Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:44:33.899Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:45:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:45:24.354Z||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-10-12T03:45:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:45:24.355Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:45:24.355Z||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-10-12T03:45:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:45:33.909Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:45:33.910Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:46:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:46:24.354Z||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-10-12T03:46:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:46:24.355Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:46:24.355Z||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-10-12T03:46:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:46:33.901Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:46:33.902Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:47:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:47:24.353Z||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-10-12T03:47:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:47:24.355Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:47:24.355Z||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-10-12T03:47:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:47:33.905Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:47:33.905Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:48:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:48:24.354Z||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-10-12T03:48:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:48:24.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:48:24.355Z||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-10-12T03:48:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:48:33.905Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:48:33.907Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:49:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:49:24.353Z||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-10-12T03:49:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:49:24.355Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:49:24.355Z||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-10-12T03:49:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:49:33.913Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:49:33.914Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:50:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:50:24.353Z||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-10-12T03:50:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:50:24.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:50:24.355Z||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-10-12T03:50:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:50:33.898Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:50:33.901Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:51:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:51:24.354Z||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-10-12T03:51:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:51:24.355Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:51:24.355Z||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-10-12T03:51:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:51:33.904Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:51:33.905Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:52:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:52:24.354Z||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-10-12T03:52:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:52:24.355Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:52:24.355Z||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-10-12T03:52:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:52:33.901Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:52:33.901Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:53:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:53:24.354Z||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-10-12T03:53:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:53:24.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:53:24.356Z||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-10-12T03:53:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:53:33.901Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:53:33.901Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:54:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:54:24.353Z||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-10-12T03:54:24.353Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:54:24.355Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:54:24.355Z||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-10-12T03:54:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:54:33.898Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:54:33.898Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:55:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:55:24.354Z||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-10-12T03:55:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:55:24.355Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:55:24.355Z||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-10-12T03:55:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:55:33.906Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:55:33.906Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:56:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:56:24.354Z||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-10-12T03:56:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:56:24.355Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:56:24.355Z||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-10-12T03:56:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:56:33.901Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:56:33.901Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:57:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:57:24.354Z||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-10-12T03:57:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:57:24.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:57:24.355Z||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-10-12T03:57:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:57:33.900Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:57:33.901Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:58:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:58:24.354Z||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-10-12T03:58:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:58:24.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:58:24.355Z||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-10-12T03:58:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:58:33.904Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:58:33.904Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:59:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:59:24.354Z||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-10-12T03:59:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:59:24.355Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:59:24.355Z||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-10-12T03:59:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T03:59:33.903Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T03:59:33.904Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:00:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:00:24.354Z||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-10-12T04:00:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:00:24.355Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:00:24.355Z||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-10-12T04:00:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:00:33.899Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:00:33.904Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:01:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:01:24.354Z||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-10-12T04:01:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:01:24.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:01:24.355Z||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-10-12T04:01:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:01:33.900Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:01:33.901Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:02:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:02:24.354Z||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-10-12T04:02:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:02:24.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:02:24.355Z||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-10-12T04:02:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:02:33.905Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:02:33.905Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:03:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:03:24.354Z||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-10-12T04:03:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:03:24.355Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:03:24.355Z||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-10-12T04:03:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:03:33.912Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:03:33.911Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:04:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:04:24.354Z||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-10-12T04:04:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:04:24.355Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:04:24.355Z||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-10-12T04:04:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:04:33.900Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:04:33.902Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:05:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:05:24.354Z||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-10-12T04:05:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:05:24.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:05:24.356Z||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-10-12T04:05:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:05:33.910Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:05:33.912Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:06:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:06:24.354Z||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-10-12T04:06:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:06:24.355Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:06:24.355Z||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-10-12T04:06:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:06:33.901Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:06:33.903Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:07:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:07:24.354Z||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-10-12T04:07:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:07:24.355Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:07:24.355Z||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-10-12T04:07:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:07:33.900Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:07:33.905Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:08:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:08:24.354Z||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-10-12T04:08:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:08:24.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:08:24.355Z||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-10-12T04:08:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:08:33.904Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:08:33.905Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:09:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:09:24.354Z||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-10-12T04:09:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:09:24.355Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:09:24.355Z||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-10-12T04:09:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:09:33.904Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:09:33.904Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:10:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:10:24.354Z||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-10-12T04:10:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:10:24.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:10:24.355Z||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-10-12T04:10:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:10:33.902Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:10:33.905Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:11:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:11:24.353Z||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-10-12T04:11:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:11:24.355Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:11:24.356Z||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-10-12T04:11:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:11:33.903Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:11:33.906Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:12:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:12:24.354Z||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-10-12T04:12:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:12:24.355Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:12:24.355Z||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-10-12T04:12:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:12:33.901Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:12:33.906Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:13:24.353Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:13:24.354Z||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-10-12T04:13:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:13:24.355Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:13:24.356Z||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-10-12T04:13:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:13:33.901Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:13:33.901Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:14:24.353Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:14:24.354Z||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-10-12T04:14:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:14:24.355Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:14:24.355Z||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-10-12T04:14:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:14:33.901Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:14:33.905Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:15:24.353Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:15:24.353Z||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-10-12T04:15:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:15:24.355Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:15:24.355Z||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-10-12T04:15:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:15:33.902Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:15:33.902Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:16:24.353Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:16:24.354Z||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-10-12T04:16:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:16:24.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:16:24.356Z||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-10-12T04:16:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:16:33.903Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:16:33.905Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:17:24.353Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:17:24.354Z||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-10-12T04:17:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:17:24.355Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:17:24.355Z||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-10-12T04:17:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:17:33.905Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:17:33.906Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:18:24.353Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:18:24.354Z||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-10-12T04:18:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:18:24.355Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:18:24.356Z||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-10-12T04:18:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:18:33.899Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:18:33.913Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:19:24.353Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:19:24.354Z||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-10-12T04:19:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:19:24.355Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:19:24.355Z||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-10-12T04:19:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:19:33.903Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:19:33.903Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:20:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:20:24.353Z||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-10-12T04:20:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:20:24.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:20:24.356Z||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-10-12T04:20:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:20:33.900Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:20:33.902Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:21:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:21:24.354Z||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-10-12T04:21:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:21:24.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:21:24.356Z||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-10-12T04:21:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:21:33.903Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:21:33.903Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:22:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:22:24.354Z||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-10-12T04:22:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:22:24.355Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:22:24.355Z||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-10-12T04:22:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:22:33.903Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:22:33.905Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:23:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:23:24.354Z||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-10-12T04:23:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:23:24.355Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:23:24.355Z||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-10-12T04:23:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:23:33.905Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:23:33.905Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:24:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:24:24.354Z||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-10-12T04:24:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:24:24.355Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:24:24.356Z||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-10-12T04:24:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:24:33.900Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:24:33.902Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:25:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:25:24.354Z||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-10-12T04:25:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:25:24.355Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:25:24.355Z||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-10-12T04:25:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:25:33.900Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:25:33.906Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:26:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:26:24.354Z||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-10-12T04:26:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:26:24.355Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:26:24.356Z||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-10-12T04:26:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:26:33.906Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:26:33.906Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:27:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:27:24.354Z||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-10-12T04:27:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:27:24.355Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:27:24.355Z||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-10-12T04:27:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:27:33.901Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:27:33.916Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:28:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:28:24.354Z||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-10-12T04:28:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:28:24.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:28:24.355Z||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-10-12T04:28:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:28:33.903Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:28:33.905Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:29:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:29:24.354Z||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-10-12T04:29:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:29:24.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:29:24.355Z||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-10-12T04:29:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:29:33.901Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:29:33.906Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:30:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:30:24.354Z||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-10-12T04:30:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:30:24.355Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:30:24.355Z||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-10-12T04:30:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:30:33.899Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:30:33.900Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:31:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:31:24.354Z||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-10-12T04:31:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:31:24.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:31:24.355Z||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-10-12T04:31:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:31:33.899Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:31:33.900Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:32:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:32:24.354Z||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-10-12T04:32:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:32:24.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:32:24.355Z||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-10-12T04:32:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:32:33.915Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:32:33.916Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:33:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:33:24.354Z||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-10-12T04:33:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:33:24.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:33:24.356Z||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-10-12T04:33:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:33:33.900Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:33:33.906Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:34:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:34:24.353Z||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-10-12T04:34:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:34:24.355Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:34:24.355Z||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-10-12T04:34:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:34:33.898Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:34:33.900Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:35:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:35:24.354Z||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-10-12T04:35:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:35:24.355Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:35:24.355Z||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-10-12T04:35:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:35:33.907Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:35:33.912Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:36:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:36:24.354Z||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-10-12T04:36:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:36:24.355Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:36:24.356Z||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-10-12T04:36:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:36:33.900Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:36:33.902Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:37:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:37:24.353Z||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-10-12T04:37:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:37:24.355Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:37:24.355Z||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-10-12T04:37:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:37:33.901Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:37:33.903Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:38:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:38:24.354Z||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-10-12T04:38:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:38:24.355Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:38:24.355Z||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-10-12T04:38:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:38:33.907Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:38:33.908Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:39:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:39:24.353Z||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-10-12T04:39:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:39:24.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:39:24.355Z||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-10-12T04:39:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:39:33.903Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:39:33.903Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:40:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:40:24.354Z||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-10-12T04:40:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:40:24.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:40:24.356Z||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-10-12T04:40:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:40:33.898Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:40:33.903Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:41:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:41:24.354Z||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-10-12T04:41:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:41:24.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:41:24.355Z||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-10-12T04:41:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:41:33.901Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:41:33.901Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:42:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:42:24.354Z||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-10-12T04:42:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:42:24.355Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:42:24.355Z||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-10-12T04:42:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:42:33.911Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:42:33.911Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:43:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:43:24.354Z||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-10-12T04:43:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:43:24.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:43:24.356Z||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-10-12T04:43:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:43:33.898Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:43:33.901Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:44:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:44:24.354Z||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-10-12T04:44:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:44:24.355Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:44:24.356Z||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-10-12T04:44:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:44:33.902Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:44:33.904Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:45:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:45:24.354Z||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-10-12T04:45:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:45:24.355Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:45:24.355Z||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-10-12T04:45:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:45:33.902Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:45:33.904Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:46:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:46:24.354Z||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-10-12T04:46:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:46:24.355Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:46:24.355Z||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-10-12T04:46:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:46:33.904Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:46:33.905Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:47:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:47:24.354Z||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-10-12T04:47:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:47:24.355Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:47:24.355Z||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-10-12T04:47:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:47:33.907Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:47:33.908Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:48:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:48:24.354Z||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-10-12T04:48:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:48:24.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:48:24.355Z||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-10-12T04:48:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:48:33.904Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:48:33.904Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:49:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:49:24.354Z||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-10-12T04:49:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:49:24.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:49:24.356Z||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-10-12T04:49:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:49:33.900Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:49:33.901Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:50:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:50:24.354Z||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-10-12T04:50:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:50:24.355Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:50:24.355Z||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-10-12T04:50:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:50:33.902Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:50:33.903Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:51:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:51:24.354Z||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-10-12T04:51:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:51:24.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:51:24.355Z||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-10-12T04:51:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:51:24.617Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:51:24.621Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.622Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "aai-ml",
  "timestamp": 1634014256263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:51:24.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634014259956,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:51:24.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "policy-id",
  "timestamp": 1634014263447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:51:24.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "clamp",
  "timestamp": 1634014258224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.640Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:51:24.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "cds",
  "timestamp": 1634014264962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.640Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:51:24.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "aai-ml",
  "timestamp": 1634014256263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vfw7da8e7b5e5730_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.640Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:51:24.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634014259956,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vfw7da8e7b5e5730_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.640Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:51:24.641Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.641Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "policy-id",
  "timestamp": 1634014263447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vfw7da8e7b5e5730_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.641Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:51:24.641Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.641Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "clamp",
  "timestamp": 1634014258224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vfw7da8e7b5e5730_modules.json",
  "status": "NOTIFIED"
}
2021-10-12T04:51:24.641Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:51:24.641Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.641Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "cds",
  "timestamp": 1634014264962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vfw7da8e7b5e5730_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.641Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:51:24.641Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.642Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "aai-ml",
  "timestamp": 1634014256263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.642Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:51:24.642Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.642Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634014259956,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.642Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:51:24.642Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.642Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "policy-id",
  "timestamp": 1634014263447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-10-12T04:51:24.642Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:51:24.642Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.642Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "clamp",
  "timestamp": 1634014258224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.642Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:51:24.642Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.642Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "cds",
  "timestamp": 1634014264962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.643Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:51:24.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.643Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "aai-ml",
  "timestamp": 1634014256263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.643Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:51:24.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.643Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634014259956,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.643Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:51:24.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "policy-id",
  "timestamp": 1634014263447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.644Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:51:24.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "clamp",
  "timestamp": 1634014258224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.644Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:51:24.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "cds",
  "timestamp": 1634014264962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.644Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:51:24.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "aai-ml",
  "timestamp": 1634014256263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.644Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:51:24.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634014259956,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.645Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:51:24.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "policy-id",
  "timestamp": 1634014263447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.645Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:51:24.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "clamp",
  "timestamp": 1634014258224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.645Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:51:24.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "cds",
  "timestamp": 1634014264962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.645Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:51:24.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "aai-ml",
  "timestamp": 1634014256263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.645Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:51:24.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634014259956,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.646Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:51:24.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "policy-id",
  "timestamp": 1634014263447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.646Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:51:24.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "clamp",
  "timestamp": 1634014258224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.646Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:51:24.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "cds",
  "timestamp": 1634014264962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.646Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:51:24.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634014270723,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.646Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:51:24.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "aai-ml",
  "timestamp": 1634014256263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T04:51:24.646Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:51:24.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.647Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634014259956,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.647Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:51:24.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.647Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "policy-id",
  "timestamp": 1634014263447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T04:51:24.647Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:51:24.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.647Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "clamp",
  "timestamp": 1634014258224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T04:51:24.647Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:51:24.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.647Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "cds",
  "timestamp": 1634014264962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T04:51:24.647Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:51:24.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.647Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634014270723,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vfw7da8e7b5e5730_modules.json",
  "status": "NOTIFIED"
}
2021-10-12T04:51:24.648Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:51:24.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "aai-ml",
  "timestamp": 1634014272674,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T04:51:24.648Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T04:51:24.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "policy-id",
  "timestamp": 1634014272664,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T04:51:24.648Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T04:51:24.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "cds",
  "timestamp": 1634014272779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T04:51:24.648Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T04:51:24.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634014270723,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-10-12T04:51:24.648Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:51:24.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "policy-id",
  "timestamp": 1634014273672,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-12T04:51:24.648Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T04:51:24.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "cds",
  "timestamp": 1634014273790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-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-10-12T04:51:24.792Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ba71bc11-bf57-46a1-8338-044dea394cf9
2021-10-12T04:51:24.814Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ba71bc11-bf57-46a1-8338-044dea394cf9 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-10-12T04:51:24.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.838Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634014270723,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.839Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:51:24.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.839Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "dcae-sch",
  "timestamp": 1634014273945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.839Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:51:24.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.839Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "policy-id",
  "timestamp": 1634014274677,
  "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-10-12T04:51:24.855Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ba71bc11-bf57-46a1-8338-044dea394cf9
2021-10-12T04:51:24.855Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ba71bc11-bf57-46a1-8338-044dea394cf9 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-10-12T04:51:24.865Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.865Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634014270723,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-10-12T04:51:24.866Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:51:24.866Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.866Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "dcae-sch",
  "timestamp": 1634014273945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vfw7da8e7b5e5730_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.866Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:51:24.866Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.866Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634014270723,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.866Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:51:24.866Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.866Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "dcae-sch",
  "timestamp": 1634014273945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.867Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:51:24.867Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.867Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634014270723,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T04:51:24.867Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:51:24.867Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.867Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "dcae-sch",
  "timestamp": 1634014273945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.867Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:51:24.867Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.867Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634014277823,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.868Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:51:24.868Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.868Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "dcae-sch",
  "timestamp": 1634014273945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.868Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:51:24.868Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.868Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634014278717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vfw7da8e7b5e5730_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-12T04:51:24.868Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T04:51:24.868Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.868Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634014277823,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vfw7da8e7b5e5730_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.869Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:51:24.869Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.869Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "dcae-sch",
  "timestamp": 1634014273945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.872Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:51:24.872Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.872Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634014280228,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-12T04:51:24.872Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T04:51:24.873Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.873Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634014277823,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.873Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:51:24.874Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.874Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "dcae-sch",
  "timestamp": 1634014273945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.874Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:51:24.874Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.874Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634014281454,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-10-12T04:51:24.874Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T04:51:24.874Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.874Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634014277823,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.874Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:51:24.874Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.874Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634014277823,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.874Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:51:24.875Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.875Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634014282952,
  "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-10-12T04:51:24.880Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ba71bc11-bf57-46a1-8338-044dea394cf9
2021-10-12T04:51:24.880Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ba71bc11-bf57-46a1-8338-044dea394cf9 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-10-12T04:51:24.894Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.895Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634014277823,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.895Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:51:24.895Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.895Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634014283957,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vfw7da8e7b5e5730_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-12T04:51:24.895Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T04:51:24.983Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:51:24.985Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.985Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"ba71bc11-bf57-46a1-8338-044dea394cf9","serviceName":"vFW 2021-10-12 04-48-18","serviceVersion":"1.0","serviceUUID":"9d3f65bd-0415-4a2d-805e-8e8562948585","serviceDescription":"catalog service description","serviceInvariantUUID":"8c0cb828-b618-4e47-975f-2af89f9f3a93","resources":[{"resourceInstanceName":"vFW 7da8e7b5-e573 0","resourceName":"vFW 7da8e7b5-e573","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"317d9290-bab0-49aa-a2f9-f7ae923df784","resourceInvariantUUID":"f759f794-c1ba-44a6-ad30-b3aa960cda54","resourceCustomizationUUID":"97b3d3e5-290a-42fb-b53b-2584ff136f36","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vf-license-model.xml","artifactChecksum":"OWVhMTk5MzRiMzU3ZmU4OWU0MDQyMWMxMWViZWZmYzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0b301881-dda2-4aee-a970-05327fdbbc00","artifactVersion":"1"},{"artifactName":"vfw7da8e7b5e5730_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vfw7da8e7b5e5730_modules.json","artifactChecksum":"NzE0ZjdlNGRiYmRmMTcyYjAxZjQ1MjM2YjIwMDYwY2U\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6e5a793c-3820-401c-9ba3-f23ec9ffa610","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"156aeeed-c5d0-4ec6-bc2e-0f5231784d57","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vendor-license-model.xml","artifactChecksum":"MDJmMmNlMDNhMzhhMGMzYTcxOTlkYWUxMWQ4Nzg4NGY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d7cdbc50-4241-4b29-8afb-f63bf1df4144","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2c3e8dda-eddc-4b4e-9583-3609df1921e3","artifactVersion":"2","generatedFromUUID":"156aeeed-c5d0-4ec6-bc2e-0f5231784d57"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211012044818-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-template.yml","artifactChecksum":"YmM2MTJhMzc3NTllZGJjYWVkYWRkNTc4MmNmNDgzZTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4644a835-8b7f-4914-9ad9-7764320011f1","artifactVersion":"1"},{"artifactName":"service-Vfw20211012044818-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar","artifactChecksum":"YmFkMWFjZjdlNjdiYjEwNWEzZDNjZmUyYjBmMDRmNjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2c658edc-0ad1-4ffc-a83c-43167b2d7389","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-12T04:51:24.993Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T04:51:24.997Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T04:51:25.005Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T04:51:25.005Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634014284353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T04:51:25.106Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-10-12T04:51:25.111Z||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-10-12T04:51:25.111Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T04:51:25.124Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:51:25.125Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-12T04:51:26.013Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T04:51:26.013Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T04:51:26.015Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T04:51:26.015Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634014284353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vfw7da8e7b5e5730_modules.json",
  "status": "NOTIFIED"
}
2021-10-12T04:51:26.115Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T04:51:26.116Z||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-10-12T04:51:26.116Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T04:51:26.128Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:51:26.128Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-12T04:51:27.016Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T04:51:27.017Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T04:51:27.019Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T04:51:27.019Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634014284353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-10-12T04:51:27.120Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-12T04:51:27.121Z||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-10-12T04:51:27.121Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T04:51:27.133Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:51:27.134Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-12T04:51:28.020Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T04:51:28.021Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T04:51:28.023Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T04:51:28.023Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634014284353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T04:51:28.124Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T04:51:28.124Z||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-10-12T04:51:28.124Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T04:51:28.136Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:51:28.137Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-12T04:51:29.023Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T04:51:29.025Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T04:51:29.027Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T04:51:29.027Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634014284353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-10-12T04:51:29.127Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T04:51:29.127Z||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-10-12T04:51:29.127Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T04:51:29.139Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:51:29.139Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-12T04:51:30.027Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T04:51:30.028Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T04:51:30.030Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T04:51:30.030Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634014284353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T04:51:30.132Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-10-12T04:51:30.132Z||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-10-12T04:51:30.132Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T04:51:30.146Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:51:30.147Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-12T04:51:31.031Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T04:51:31.032Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T04:51:31.033Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T04:51:31.033Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634014284353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T04:51:31.134Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T04:51:31.135Z||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-10-12T04:51:31.135Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T04:51:31.147Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:51:31.147Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-12T04:51:32.035Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "serviceName": "vFW 2021-10-12 04-48-18",
  "serviceVersion": "1.0",
  "serviceUUID": "9d3f65bd-0415-4a2d-805e-8e8562948585",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8c0cb828-b618-4e47-975f-2af89f9f3a93",
  "resources": [
    {
      "resourceInstanceName": "vFW 7da8e7b5-e573 0",
      "resourceCustomizationUUID": "97b3d3e5-290a-42fb-b53b-2584ff136f36",
      "resourceName": "vFW 7da8e7b5-e573",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "317d9290-bab0-49aa-a2f9-f7ae923df784",
      "resourceInvariantUUID": "f759f794-c1ba-44a6-ad30-b3aa960cda54",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw7da8e7b5e5730_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vfw7da8e7b5e5730_modules.json",
          "artifactChecksum": "NzE0ZjdlNGRiYmRmMTcyYjAxZjQ1MjM2YjIwMDYwY2U\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6e5a793c-3820-401c-9ba3-f23ec9ffa610",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "156aeeed-c5d0-4ec6-bc2e-0f5231784d57",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2c3e8dda-eddc-4b4e-9583-3609df1921e3",
            "generatedFromUUID": "156aeeed-c5d0-4ec6-bc2e-0f5231784d57"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2c3e8dda-eddc-4b4e-9583-3609df1921e3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20211012044818-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar",
      "artifactChecksum": "YmFkMWFjZjdlNjdiYjEwNWEzZDNjZmUyYjBmMDRmNjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2c658edc-0ad1-4ffc-a83c-43167b2d7389"
    }
  ],
  "workloadContext": "Production"
}
2021-10-12T04:51:32.036Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-12T04:51:32.036Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9d3f65bd-0415-4a2d-805e-8e8562948585 ASDC
2021-10-12T04:51:32.119Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:ba71bc11-bf57-46a1-8338-044dea394cf9
ServiceName:vFW 2021-10-12 04-48-18
ServiceVersion:1.0
ServiceUUID:9d3f65bd-0415-4a2d-805e-8e8562948585
ServiceInvariantUUID:8c0cb828-b618-4e47-975f-2af89f9f3a93
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211012044818-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar
ArtifactUUID:2c658edc-0ad1-4ffc-a83c-43167b2d7389
ArtifactChecksum:YmFkMWFjZjdlNjdiYjEwNWEzZDNjZmUyYjBmMDRmNjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 7da8e7b5-e573 0
ResourceCustomizationUUID:97b3d3e5-290a-42fb-b53b-2584ff136f36
ResourceInvariantUUID:f759f794-c1ba-44a6-ad30-b3aa960cda54
ResourceName:vFW 7da8e7b5-e573
ResourceType:VF
ResourceUUID:317d9290-bab0-49aa-a2f9-f7ae923df784
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw7da8e7b5e5730_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vfw7da8e7b5e5730_modules.json
ArtifactUUID:6e5a793c-3820-401c-9ba3-f23ec9ffa610
ArtifactChecksum:NzE0ZjdlNGRiYmRmMTcyYjAxZjQ1MjM2YjIwMDYwY2U=
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/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.yaml
ArtifactUUID:156aeeed-c5d0-4ec6-bc2e-0f5231784d57
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/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.env
ArtifactUUID:2c3e8dda-eddc-4b4e-9583-3609df1921e3
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/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.env
ArtifactUUID:2c3e8dda-eddc-4b4e-9583-3609df1921e3
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-12T04:51:32.119Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9d3f65bd-0415-4a2d-805e-8e8562948585 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-10-12T04:51:32.160Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-12T04:51:32.161Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-12T04:51:32.162Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-12T04:51:32.162Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2c658edc-0ad1-4ffc-a83c-43167b2d7389 from URL: /sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar
2021-10-12T04:51:32.162Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-12T04:51:32.173Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar
2021-10-12T04:51:32.336Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-12T04:51:32.353Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar 2c658edc-0ad1-4ffc-a83c-43167b2d7389 98754
2021-10-12T04:51:32.354Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar ASDC sendASDCNotification
2021-10-12T04:51:32.355Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar
2021-10-12T04:51:32.355Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-12T04:51:32.356Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T04:51:32.358Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T04:51:32.358Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634014292354,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T04:51:32.458Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T04:51:32.459Z||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-10-12T04:51:32.460Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T04:51:32.474Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:51:32.474Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-12T04:51:33.358Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-12T04:51:33.360Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-12T04:51:33.360Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 2c658edc-0ad1-4ffc-a83c-43167b2d7389, URL: /sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar to file: /app/ASDC/1/service-Vfw20211012044818-csar.csar
2021-10-12T04:51:33.360Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211012044818-csar.csar
2021-10-12T04:51:33.430Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211012044818-csar.csar
2021-10-12T04:51:33.431Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211012044818-csar.csar
2021-10-12T04:51:33.943Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2214543000956926802/Definitions/service-Vfw20211012044818-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2021-10-12T04:51:36.732Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-12T04:51:36.739Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-10-12T04:51:36.739Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211012044818-csar.csar
2021-10-12T04:51:36.739Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-10-12T04:51:36.739Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20211012044818-csar.csar
2021-10-12T04:51:36.739Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20211012044818-csar.csar
2021-10-12T04:51:36.739Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211012044818-csar.csar
2021-10-12T04:51:36.740Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211012044818-csar.csar
2021-10-12T04:51:36.740Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211012044818-csar.csar
2021-10-12T04:51:36.740Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20211012044818-csar.csar
2021-10-12T04:51:36.740Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211012044818-csar.csar
2021-10-12T04:51:36.740Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211012044818-csar.csar
2021-10-12T04:51:36.740Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7da8e7b5-e573 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-Vfw20211012044818-csar.csar
2021-10-12T04:51:36.740Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211012044818-csar.csar
2021-10-12T04:51:36.740Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20211012044818-csar.csar
2021-10-12T04:51:36.740Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211012044818-csar.csar
2021-10-12T04:51:36.740Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211012044818-csar.csar
2021-10-12T04:51:36.741Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-10-12T04:51:36.748Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T04:51:36.750Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-12 04-48-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T04:51:36.755Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vFW 7da8e7b5-e573 0 is matching search criteria
2021-10-12T04:51:36.755Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-10-12T04:51:36.757Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7da8e7b5-e573 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-12T04:51:36.759Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T04:51:36.759Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-12 04-48-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T04:51:36.759Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vFW 7da8e7b5-e573 0 is matching search criteria
2021-10-12T04:51:36.759Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-10-12T04:51:36.760Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7da8e7b5-e573 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-12T04:51:36.760Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T04:51:36.760Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-12 04-48-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T04:51:36.765Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T04:51:36.765Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vFW 7da8e7b5-e573 0 is not matching search criteria
2021-10-12T04:51:36.765Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-12T04:51:36.765Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-12T04:51:36.765Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-12T04:51:36.765Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-12T04:51:36.766Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-12T04:51:36.766Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-12T04:51:36.766Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-12T04:51:36.766Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-12T04:51:36.766Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-12T04:51:36.766Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-12T04:51:36.766Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-12T04:51:36.767Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-12T04:51:36.767Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-12T04:51:36.767Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-12T04:51:36.772Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-12T04:51:36.772Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-12T04:51:36.773Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T04:51:36.773Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-12 04-48-18 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-12T04:51:36.774Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T04:51:36.774Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vFW 7da8e7b5-e573 0 is matching search criteria
2021-10-12T04:51:36.774Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7da8e7b5-e573 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-12T04:51:36.775Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T04:51:36.775Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vFW 7da8e7b5-e573 0 is matching search criteria
2021-10-12T04:51:36.775Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7da8e7b5-e573 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-12T04:51:36.775Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T04:51:36.776Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vFW 7da8e7b5-e573 0 is matching search criteria
2021-10-12T04:51:36.776Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7da8e7b5-e573 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-12T04:51:36.776Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T04:51:36.776Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vFW 7da8e7b5-e573 0 is not matching search criteria
2021-10-12T04:51:36.776Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-12T04:51:36.776Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-12T04:51:36.777Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-12T04:51:36.777Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-12T04:51:36.777Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-12T04:51:36.777Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-12T04:51:36.777Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-12T04:51:36.777Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-12T04:51:36.778Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-12T04:51:36.778Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-12T04:51:36.778Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-12T04:51:36.778Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cfc764bd-c050-4002-9d64-ac105ffdb587
2021-10-12T04:51:36.778Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T04:51:36.778Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vFW 7da8e7b5-e573 0 is not matching search criteria
2021-10-12T04:51:36.779Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-12T04:51:36.779Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-12T04:51:36.779Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-12T04:51:36.779Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-12T04:51:36.779Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-12T04:51:36.779Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-12T04:51:36.779Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-12T04:51:36.780Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-12T04:51:36.780Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-12T04:51:36.780Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-12T04:51:36.780Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-12T04:51:36.780Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-12T04:51:36.780Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c4e2703f-e374-4b08-84b2-1fefea44e7aa
2021-10-12T04:51:36.781Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T04:51:36.781Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vFW 7da8e7b5-e573 0 is not matching search criteria
2021-10-12T04:51:36.781Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-12T04:51:36.781Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-12T04:51:36.781Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-12T04:51:36.781Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-12T04:51:36.782Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-12T04:51:36.782Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-12T04:51:36.782Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-12T04:51:36.782Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-12T04:51:36.782Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-12T04:51:36.782Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-12T04:51:36.782Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-12T04:51:36.783Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-12T04:51:36.783Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bb4f303a-db22-48c4-83b6-504cb87bb158
2021-10-12T04:51:36.783Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T04:51:36.783Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-12 04-48-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T04:51:36.783Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T04:51:36.783Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-12 04-48-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T04:51:36.784Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T04:51:36.784Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-12 04-48-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T04:51:36.784Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T04:51:36.784Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-12 04-48-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T04:51:36.784Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-10-12 04-48-18
Description:catalog service description
Model UUID:9d3f65bd-0415-4a2d-805e-8e8562948585
Model Version:NULL
Model InvariantUuid:8c0cb828-b618-4e47-975f-2af89f9f3a93
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 7da8e7b5-e573
Model UUID:efed1bce-420a-4731-a5d1-11dc0304e3d6
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f759f794-c1ba-44a6-ad30-b3aa960cda54
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:97b3d3e5-290a-42fb-b53b-2584ff136f36
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5af7c37c-3679-4381-8547-ed4fc33aa336
ModelName:Vfw7da8e7b5E573..base_vfw..module-0
ModelUuid:fa792aff-fde1-478e-b3e9-69b2f3ca6416
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cfc764bd-c050-4002-9d64-ac105ffdb587
ModelInvariantUuid:fd805a20-bfba-42e0-b281-5fa3b117dfd7
ModelName:vFW 7da8e7b5-e573-nodes.vfwCvfc
ModelUuid:9f7386b8-9f27-4019-9589-4695383653a9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:93b98239-6484-493e-b541-0e1257843051
ModelInvariantUuid:e7076752-14ab-4560-969a-36f21ed18542
ModelName:Vfw7da8e7b5E573.compute.nodes.heat.vfw
ModelUuid:c6e2b204-71fe-4bfb-afb6-3aec15c729ce
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c4e2703f-e374-4b08-84b2-1fefea44e7aa
ModelInvariantUuid:94930ffa-fc5c-4dfb-96e5-a8d754230abd
ModelName:vFW 7da8e7b5-e573-nodes.vsnCvfc
ModelUuid:ab7f8e9c-0d3e-4c14-b82a-f458b47378a8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:853d655c-882d-416f-980d-6f43bdd30451
ModelInvariantUuid:9335d9df-ffcb-486b-94bd-b91a2090a446
ModelName:Vfw7da8e7b5E573.compute.nodes.heat.vsn
ModelUuid:4b55e72c-b4d0-432c-a16b-d78650edc13f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:bb4f303a-db22-48c4-83b6-504cb87bb158
ModelInvariantUuid:d1567264-a8a4-4738-ba52-77a67fec37b7
ModelName:vFW 7da8e7b5-e573-nodes.vpgCvfc
ModelUuid:9c637469-0521-4f84-8d69-503b8b46c8a5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:5e14a49f-7a21-41fd-ad66-a7edc23124be
ModelInvariantUuid:49b2228e-8861-4999-b7af-349fc3c369a2
ModelName:Vfw7da8e7b5E573.compute.nodes.heat.vpg
ModelUuid:54f02d89-8265-4ba0-b5be-f08aa330c486
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-10-12T04:51:36.797Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 317d9290-bab0-49aa-a2f9-f7ae923df784
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-10-12T04:51:36.904Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||vFW 7da8e7b5-e573 0
2021-10-12T04:51:36.911Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 317d9290-bab0-49aa-a2f9-f7ae923df784
2021-10-12T04:51:36.912Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 6e5a793c-3820-401c-9ba3-f23ec9ffa610 from URL: /sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vfw7da8e7b5e5730_modules.json
2021-10-12T04:51:36.912Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-12T04:51:36.912Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vfw7da8e7b5e5730_modules.json
2021-10-12T04:51:37.108Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-12T04:51:37.108Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vfw7da8e7b5e5730_modules.json 6e5a793c-3820-401c-9ba3-f23ec9ffa610 785
2021-10-12T04:51:37.109Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vfw7da8e7b5e5730_modules.json ASDC sendASDCNotification
2021-10-12T04:51:37.109Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vfw7da8e7b5e5730_modules.json
2021-10-12T04:51:37.109Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-12T04:51:37.109Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T04:51:37.112Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T04:51:37.112Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634014297109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vfw7da8e7b5e5730_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-12T04:51:37.212Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T04:51:37.213Z||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-10-12T04:51:37.213Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T04:51:37.225Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:51:37.225Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-12T04:51:38.113Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw7da8e7b5E573..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "5af7c37c-3679-4381-8547-ed4fc33aa336",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fa792aff-fde1-478e-b3e9-69b2f3ca6416",
    "vfModuleModelCustomizationUUID": "b3d4dfe6-c97c-44fb-8c20-7f6d703ee175",
    "isBase": true,
    "artifacts": [
      "156aeeed-c5d0-4ec6-bc2e-0f5231784d57",
      "2c3e8dda-eddc-4b4e-9583-3609df1921e3"
    ],
    "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-10-12T04:51:38.128Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7da8e7b5E573..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fa792aff-fde1-478e-b3e9-69b2f3ca6416
VfModuleModelInvariantUUID:5af7c37c-3679-4381-8547-ed4fc33aa336
VfModuleModelDescription:NULL
Artifacts UUID List:{
156aeeed-c5d0-4ec6-bc2e-0f5231784d57
,
2c3e8dda-eddc-4b4e-9583-3609df1921e3

}
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-10-12T04:51:38.130Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw7da8e7b5E573..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "5af7c37c-3679-4381-8547-ed4fc33aa336",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fa792aff-fde1-478e-b3e9-69b2f3ca6416",
    "vfModuleModelCustomizationUUID": "b3d4dfe6-c97c-44fb-8c20-7f6d703ee175",
    "isBase": true,
    "artifacts": [
      "156aeeed-c5d0-4ec6-bc2e-0f5231784d57",
      "2c3e8dda-eddc-4b4e-9583-3609df1921e3"
    ],
    "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-10-12T04:51:38.130Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7da8e7b5E573..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fa792aff-fde1-478e-b3e9-69b2f3ca6416
VfModuleModelInvariantUUID:5af7c37c-3679-4381-8547-ed4fc33aa336
VfModuleModelDescription:NULL
Artifacts UUID List:{
156aeeed-c5d0-4ec6-bc2e-0f5231784d57
,
2c3e8dda-eddc-4b4e-9583-3609df1921e3

}
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-10-12T04:51:38.130Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 156aeeed-c5d0-4ec6-bc2e-0f5231784d57 from URL: /sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.yaml
2021-10-12T04:51:38.130Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-12T04:51:38.130Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.yaml
2021-10-12T04:51:38.216Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-12T04:51:38.217Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.yaml 156aeeed-c5d0-4ec6-bc2e-0f5231784d57 20368
2021-10-12T04:51:38.217Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-12T04:51:38.217Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.yaml
2021-10-12T04:51:38.217Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-12T04:51:38.218Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T04:51:38.219Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T04:51:38.220Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634014298217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-12T04:51:38.320Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T04:51:38.321Z||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-10-12T04:51:38.321Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T04:51:38.334Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:51:38.334Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-12T04:51:39.220Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2c3e8dda-eddc-4b4e-9583-3609df1921e3 from URL: /sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.env
2021-10-12T04:51:39.221Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-12T04:51:39.221Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.env
2021-10-12T04:51:39.452Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-12T04:51:39.453Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.env 2c3e8dda-eddc-4b4e-9583-3609df1921e3 2098
2021-10-12T04:51:39.453Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-12T04:51:39.453Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.env
2021-10-12T04:51:39.453Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-12T04:51:39.454Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T04:51:39.456Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T04:51:39.456Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634014299453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-10-12T04:51:39.557Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-12T04:51:39.557Z||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-10-12T04:51:39.557Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T04:51:39.569Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:51:39.570Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-12T04:51:40.457Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 9d3f65bd-0415-4a2d-805e-8e8562948585
2021-10-12T04:51:40.458Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7da8e7b5-e573 0 317d9290-bab0-49aa-a2f9-f7ae923df784 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-10-12T04:51:40.527Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@594c178e, org.onap.sdc.toscaparser.api.parameters.Input@32debeab, org.onap.sdc.toscaparser.api.parameters.Input@153e79, org.onap.sdc.toscaparser.api.parameters.Input@69b91a02, org.onap.sdc.toscaparser.api.parameters.Input@507090dc]
2021-10-12T04:51:40.530Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T04:51:40.530Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-12 04-48-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T04:51:40.531Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-10-12T04:51:40.531Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 97b3d3e5-290a-42fb-b53b-2584ff136f36
2021-10-12T04:51:40.531Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 97b3d3e5-290a-42fb-b53b-2584ff136f36 matches Tosca VF Customization UUID: 97b3d3e5-290a-42fb-b53b-2584ff136f36
2021-10-12T04:51:40.531Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 97b3d3e5-290a-42fb-b53b-2584ff136f36  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-10-12T04:51:40.539Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T04:51:40.539Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-12 04-48-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T04:51:40.540Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 97b3d3e5-290a-42fb-b53b-2584ff136f36: {\"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-10-12T04:51:40.540Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6103dbe3
2021-10-12T04:51:40.540Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T04:51:40.541Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-12 04-48-18 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-12T04:51:40.541Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b3d4dfe6-c97c-44fb-8c20-7f6d703ee175
2021-10-12T04:51:40.542Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b3d4dfe6-c97c-44fb-8c20-7f6d703ee175
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-10-12T04:51:40.547Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T04:51:40.547Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vFW 7da8e7b5-e573 0 is matching search criteria
2021-10-12T04:51:40.547Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7da8e7b5-e573 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-12T04:51:40.548Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T04:51:40.548Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vFW 7da8e7b5-e573 0 is matching search criteria
2021-10-12T04:51:40.548Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7da8e7b5-e573 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-12T04:51:40.548Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T04:51:40.548Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vFW 7da8e7b5-e573 0 is not matching search criteria
2021-10-12T04:51:40.549Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-12T04:51:40.549Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-12T04:51:40.549Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-12T04:51:40.549Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-12T04:51:40.549Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-12T04:51:40.549Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-12T04:51:40.549Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-12T04:51:40.549Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-12T04:51:40.550Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-12T04:51:40.550Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-12T04:51:40.550Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-12T04:51:40.550Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cfc764bd-c050-4002-9d64-ac105ffdb587
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-10-12T04:51:40.557Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T04:51:40.557Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vFW 7da8e7b5-e573 0 is matching search criteria
2021-10-12T04:51:40.558Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7da8e7b5-e573 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-12T04:51:40.558Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T04:51:40.558Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vFW 7da8e7b5-e573 0 is not matching search criteria
2021-10-12T04:51:40.558Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-12T04:51:40.558Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-12T04:51:40.558Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-12T04:51:40.558Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-12T04:51:40.558Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-12T04:51:40.558Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-12T04:51:40.559Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-12T04:51:40.559Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-12T04:51:40.559Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-12T04:51:40.559Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-12T04:51:40.559Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-12T04:51:40.559Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-12T04:51:40.559Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c4e2703f-e374-4b08-84b2-1fefea44e7aa
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-10-12T04:51:40.561Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T04:51:40.561Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vFW 7da8e7b5-e573 0 is matching search criteria
2021-10-12T04:51:40.562Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7da8e7b5-e573 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-12T04:51:40.573Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T04:51:40.573Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vFW 7da8e7b5-e573 0 is not matching search criteria
2021-10-12T04:51:40.573Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-12T04:51:40.573Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-12T04:51:40.573Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-12T04:51:40.573Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-12T04:51:40.574Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-12T04:51:40.574Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-12T04:51:40.574Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-12T04:51:40.574Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-12T04:51:40.574Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-12T04:51:40.574Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-12T04:51:40.574Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-12T04:51:40.574Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-12T04:51:40.575Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bb4f303a-db22-48c4-83b6-504cb87bb158
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-10-12T04:51:40.577Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T04:51:40.577Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vFW 7da8e7b5-e573 0 is matching search criteria
2021-10-12T04:51:40.578Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7da8e7b5-e573 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-12T04:51:40.578Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T04:51:40.578Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vFW 7da8e7b5-e573 0 is matching search criteria
2021-10-12T04:51:40.578Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7da8e7b5-e573 0] matching following query criteria: sdcType=VF, customizationUUID=97b3d3e5-290a-42fb-b53b-2584ff136f36
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-10-12T04:51:40.580Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T04:51:40.581Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-12 04-48-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T04:51:40.581Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 9d3f65bd-0415-4a2d-805e-8e8562948585: vFW 7da8e7b5-e573
2021-10-12T04:51:40.581Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T04:51:40.581Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-12 04-48-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T04:51:40.581Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T04:51:40.581Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-12 04-48-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T04:51:40.581Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T04:51:40.581Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-12 04-48-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T04:51:40.581Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T04:51:40.581Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-12 04-48-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T04:51:40.582Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T04:51:40.582Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-12 04-48-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T04:51:40.582Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2021-10-12 04-48-18 
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-10-12T04:51:40.854Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7da8e7b5-e573 317d9290-bab0-49aa-a2f9-f7ae923df784 1 ASDC deployResourceStructure
2021-10-12T04:51:40.855Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vfw7da8e7b5e5730_modules.json ASDC sendASDCNotification
2021-10-12T04:51:40.855Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vfw7da8e7b5e5730_modules.json
2021-10-12T04:51:40.855Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-12T04:51:40.855Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T04:51:40.858Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T04:51:40.858Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634014300855,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vfw7da8e7b5e5730_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-12T04:51:40.958Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T04:51:40.959Z||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-10-12T04:51:40.959Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T04:51:40.972Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:51:40.973Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-12T04:51:41.859Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-12T04:51:41.860Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.yaml
2021-10-12T04:51:41.860Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-12T04:51:41.860Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T04:51:41.863Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T04:51:41.863Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634014301859,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-10-12T04:51:41.963Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T04:51:41.965Z||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-10-12T04:51:41.965Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T04:51:41.995Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:51:41.996Z||pool-15-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2021-10-12T04:51:42.864Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-12T04:51:42.864Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.env
2021-10-12T04:51:42.864Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-12T04:51:42.865Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T04:51:42.866Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T04:51:42.866Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634014302864,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-10-12T04:51:42.967Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T04:51:42.968Z||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-10-12T04:51:42.968Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T04:51:42.981Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:51:42.982Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-12T04:51:43.868Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar ASDC sendASDCNotification
2021-10-12T04:51:43.868Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar
2021-10-12T04:51:43.868Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-12T04:51:43.868Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T04:51:43.870Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T04:51:43.870Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634014303867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-12T04:51:43.971Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T04:51:43.971Z||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-10-12T04:51:43.972Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T04:51:43.983Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:51:43.983Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-12T04:51:44.872Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba71bc11-bf57-46a1-8338-044dea394cf9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10-12T04:51:44.890Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba71bc11-bf57-46a1-8338-044dea394cf9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-12T04:51:44.892Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-12T04:51:44.892Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-12T04:51:44.892Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-12T04:52:14.893Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba71bc11-bf57-46a1-8338-044dea394cf9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10-12T04:52:14.905Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba71bc11-bf57-46a1-8338-044dea394cf9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-12T04:52:14.908Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-12T04:52:14.908Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-12T04:52:14.909Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-12T04:52:24.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:52:24.355Z||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-10-12T04:52:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:52:24.383Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:52:24.383Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:52:24.383Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634014277823,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T04:52:24.385Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:52:44.909Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba71bc11-bf57-46a1-8338-044dea394cf9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10-12T04:52:44.926Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba71bc11-bf57-46a1-8338-044dea394cf9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-12T04:52:44.929Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-12T04:52:44.929Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-12T04:52:44.929Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-12T04:53:14.930Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba71bc11-bf57-46a1-8338-044dea394cf9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10-12T04:53:14.945Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba71bc11-bf57-46a1-8338-044dea394cf9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-12T04:53:14.949Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-12T04:53:14.949Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-12T04:53:14.949Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-12T04:53:24.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:53:24.356Z||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-10-12T04:53:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:53:24.883Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:53:24.885Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:53:24.885Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634014284353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T04:53:24.887Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:53:24.887Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:53:24.887Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634014285839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T04:53:24.887Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T04:53:24.887Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:53:24.887Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634014284353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vfw7da8e7b5e5730_modules.json",
  "status": "NOTIFIED"
}
2021-10-12T04:53:24.887Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:53:24.887Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:53:24.888Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634014284353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-10-12T04:53:24.888Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:53:24.888Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:53:24.888Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634014284353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T04:53:24.888Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:53:24.888Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:53:24.888Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634014284353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-10-12T04:53:24.888Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:53:24.889Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:53:24.889Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "clamp",
  "timestamp": 1634014289748,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T04:53:24.889Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T04:53:24.889Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:53:24.889Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634014284353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T04:53:24.889Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:53:24.889Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:53:24.889Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634014290586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-12T04:53:24.890Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T04:53:24.890Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:53:24.890Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634014284353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T04:53:24.890Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:53:24.890Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:53:24.890Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "aai-ml",
  "timestamp": 1634014291526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-12T04:53:24.890Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T04:53:24.890Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:53:24.891Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634014291591,
  "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-10-12T04:53:24.899Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ba71bc11-bf57-46a1-8338-044dea394cf9
2021-10-12T04:53:24.900Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ba71bc11-bf57-46a1-8338-044dea394cf9 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-10-12T04:53:24.909Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:53:24.909Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "clamp",
  "timestamp": 1634014291759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-12T04:53:24.910Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T04:53:24.910Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:53:24.910Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634014292354,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T04:53:24.910Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T04:53:24.910Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:53:24.910Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "aai-ml",
  "timestamp": 1634014292531,
  "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-10-12T04:53:24.917Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ba71bc11-bf57-46a1-8338-044dea394cf9
2021-10-12T04:53:24.918Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ba71bc11-bf57-46a1-8338-044dea394cf9 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-10-12T04:53:24.926Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:53:24.926Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "clamp",
  "timestamp": 1634014292762,
  "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-10-12T04:53:24.932Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ba71bc11-bf57-46a1-8338-044dea394cf9
2021-10-12T04:53:24.932Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ba71bc11-bf57-46a1-8338-044dea394cf9 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-10-12T04:53:24.942Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:53:24.942Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634014297109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vfw7da8e7b5e5730_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-12T04:53:24.942Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T04:53:24.942Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:53:24.942Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634014298217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-12T04:53:24.943Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T04:53:24.943Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:53:24.943Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634014299453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-10-12T04:53:24.943Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T04:53:24.943Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:53:24.943Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634014300855,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vfw7da8e7b5e5730_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-12T04:53:24.943Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T04:53:24.943Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:53:24.944Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634014301859,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-10-12T04:53:24.944Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T04:53:24.944Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:53:24.944Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634014302864,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-10-12T04:53:24.944Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T04:53:24.944Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:53:24.944Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634014303867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-12T04:53:24.945Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T04:53:44.950Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba71bc11-bf57-46a1-8338-044dea394cf9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10-12T04:53:44.964Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba71bc11-bf57-46a1-8338-044dea394cf9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-12T04:53:44.967Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-12T04:53:44.967Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-12T04:53:44.967Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-12T04:53:44.968Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-12T04:53:44.968Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T04:53:44.968Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T04:53:44.968Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T04:53:44.968Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T04:53:44.968Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T04:53:44.968Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T04:53:44.968Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-12T04:53:44.974Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-12T04:54:14.974Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ba71bc11-bf57-46a1-8338-044dea394cf9 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-10-12T04:54:14.982Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ba71bc11-bf57-46a1-8338-044dea394cf9 and serviceModelVersionId: 9d3f65bd-0415-4a2d-805e-8e8562948585
2021-10-12T04:54:14.982Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8c0cb828-b618-4e47-975f-2af89f9f3a93
2021-10-12T04:54:24.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:54:24.355Z||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-10-12T04:54:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:54:27.465Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8c0cb828-b618-4e47-975f-2af89f9f3a93/model-vers/model-ver/9d3f65bd-0415-4a2d-805e-8e8562948585?depth=0
2021-10-12T04:54:27.565Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-10-12T04:54:28.208Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8c0cb828-b618-4e47-975f-2af89f9f3a93/model-vers/model-ver/9d3f65bd-0415-4a2d-805e-8e8562948585?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-10-12T04:54:28.213Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8c0cb828-b618-4e47-975f-2af89f9f3a93/model-vers/model-ver/9d3f65bd-0415-4a2d-805e-8e8562948585?depth=0|INFO|500||Invoke
2021-10-12T04:54:28.401Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8c0cb828-b618-4e47-975f-2af89f9f3a93/model-vers/model-ver/9d3f65bd-0415-4a2d-805e-8e8562948585?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-12T04:54:28.819Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8c0cb828-b618-4e47-975f-2af89f9f3a93/model-vers/model-ver/9d3f65bd-0415-4a2d-805e-8e8562948585?depth=0|INFO|500||InvokeReturn
2021-10-12T04:54:28.820Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8c0cb828-b618-4e47-975f-2af89f9f3a93/model-vers/model-ver/9d3f65bd-0415-4a2d-805e-8e8562948585?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211012-04:54:28:417-69209], vertex-id=[356376], Content-Length=[0], Date=[Tue, 12 Oct 2021 04:54:28 GMT], Content-Type=[application/json]}
2021-10-12T04:54:28.820Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-10-12T04:54:28.823Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-12T04:54:28.824Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-12T04:54:28.828Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-12T04:54:28.834Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ba71bc11-bf57-46a1-8338-044dea394cf9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-12T04:54:28.835Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-12T04:54:28.835Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T04:54:28.837Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T04:54:28.837Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634014468834,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-12T04:54:28.938Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-12T04:54:28.939Z||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-10-12T04:54:28.939Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T04:54:28.953Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:54:28.954Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-12T04:54:29.570Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:54:29.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:54:29.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634014468834,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-12T04:54:29.572Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-12T04:54:29.854Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:54:29.855Z|ba71bc11-bf57-46a1-8338-044dea394cf9|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-10-12T04:54:29.855Z|ba71bc11-bf57-46a1-8338-044dea394cf9|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 bA15VfQgJETDniaE) ...
2021-10-12T04:54:40.068Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:54:40.069Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:54:40.069Z|ba71bc11-bf57-46a1-8338-044dea394cf9|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-10-12T04:54:40.069Z|ba71bc11-bf57-46a1-8338-044dea394cf9|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 bA15VfQgJETDniaE) ...
2021-10-12T04:54:49.619Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:54:49.620Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:54:49.620Z|ba71bc11-bf57-46a1-8338-044dea394cf9|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-10-12T04:54:49.620Z|ba71bc11-bf57-46a1-8338-044dea394cf9|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 bA15VfQgJETDniaE) ...
2021-10-12T04:54:59.167Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:55:24.353Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:55:24.354Z|ba71bc11-bf57-46a1-8338-044dea394cf9|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-10-12T04:55:24.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:55:24.354Z|ba71bc11-bf57-46a1-8338-044dea394cf9|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 bA15VfQgJETDniaE) ...
2021-10-12T04:55:24.356Z||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-10-12T04:55:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:55:33.904Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:55:33.915Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:56:24.353Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:56:24.354Z|ba71bc11-bf57-46a1-8338-044dea394cf9|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-10-12T04:56:24.354Z|ba71bc11-bf57-46a1-8338-044dea394cf9|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 bA15VfQgJETDniaE) ...
2021-10-12T04:56:24.355Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:56:24.355Z||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-10-12T04:56:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:56:33.901Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:56:33.903Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:57:24.353Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:57:24.354Z|ba71bc11-bf57-46a1-8338-044dea394cf9|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-10-12T04:57:24.354Z|ba71bc11-bf57-46a1-8338-044dea394cf9|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 bA15VfQgJETDniaE) ...
2021-10-12T04:57:24.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:57:24.355Z||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-10-12T04:57:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:57:32.805Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:57:32.806Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-12T04:57:32.806Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"60ffdea8-5d5c-4e05-81e9-76596e732103","serviceName":"basic_onboard_tjVArE","serviceVersion":"1.0","serviceUUID":"43ceed86-123d-440c-9a08-89ba0fcb5a11","serviceDescription":"service","serviceInvariantUUID":"7f7914fd-8424-4cc5-9049-b4fefb6d1b23","resources":[{"resourceInstanceName":"basic_onboard_tjVArE 0","resourceName":"basic_onboard_tjVArE","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"52e32d1d-bd42-49c2-88c7-14b678b9c954","resourceInvariantUUID":"e0449019-6568-412a-b396-0f1218990091","resourceCustomizationUUID":"6a36ab05-24bf-414f-9409-18b97725fdf8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/vf-license-model.xml","artifactChecksum":"YmFiMDRjZWNkYzgzM2JkY2JhOGIxYzQwY2Y1YjZkM2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9e16662d-56b5-4956-874c-65e3e352cd0d","artifactVersion":"1"},{"artifactName":"basic_onboard_tjvare0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/basic_onboard_tjvare0_modules.json","artifactChecksum":"YzBkNzgyZDcxYjU4N2Y5NzhkMDliMDRhMjAzZjRlMzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8b16e746-3ea4-4296-bce0-7217a7ebcbd0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"51babdda-dc3d-4864-a9aa-9b31588c4c98","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"63b1846f-4bab-464a-b51e-e4cc53b9f316","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ad0e56c3-9708-4c65-ba67-d5aeeab5713d","artifactVersion":"2","generatedFromUUID":"51babdda-dc3d-4864-a9aa-9b31588c4c98"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardTjvare-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-template.yml","artifactChecksum":"ZWMxZWUxMjE2NDA3MTljYjI2NTcwOWQ4ZTk3OGE0ZDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d680444d-4c29-41ce-bfc3-ba58aa84ea8c","artifactVersion":"1"},{"artifactName":"service-BasicOnboardTjvare-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar","artifactChecksum":"ZjU4MDU0ZWMzMGZkYjg5YTRlN2JlODc3OWE5ODFhOTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"573a03b3-7cf2-422a-bdb3-553b7daec59a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-12T04:57:32.809Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T04:57:32.810Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T04:57:32.812Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T04:57:32.812Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634014644353,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T04:57:32.912Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T04:57:32.912Z||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-10-12T04:57:32.913Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T04:57:32.924Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:57:32.924Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-12T04:57:33.040Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:57:33.040Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T04:57:33.040Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634014644353,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T04:57:33.041Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:57:33.812Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T04:57:33.813Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T04:57:33.815Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T04:57:33.815Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634014644353,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/basic_onboard_tjvare0_modules.json",
  "status": "NOTIFIED"
}
2021-10-12T04:57:33.915Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T04:57:33.916Z||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-10-12T04:57:33.916Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T04:57:33.926Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:57:33.926Z||pool-20-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-12T04:57:34.815Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T04:57:34.817Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T04:57:34.819Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T04:57:34.819Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634014644353,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-12T04:57:34.920Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-12T04:57:34.921Z||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-10-12T04:57:34.921Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T04:57:34.931Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:57:34.931Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-12T04:57:35.820Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T04:57:35.821Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T04:57:35.823Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T04:57:35.823Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634014644353,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T04:57:35.924Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-12T04:57:35.925Z||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-10-12T04:57:35.925Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T04:57:35.934Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:57:35.934Z||pool-22-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-12T04:57:36.824Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T04:57:36.825Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T04:57:36.826Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T04:57:36.826Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634014644353,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-12T04:57:36.927Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-12T04:57:36.927Z||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-10-12T04:57:36.927Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T04:57:36.940Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:57:36.940Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-12T04:57:37.827Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T04:57:37.828Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T04:57:37.830Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T04:57:37.830Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634014644353,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T04:57:37.930Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T04:57:37.931Z||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-10-12T04:57:37.931Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T04:57:37.948Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:57:37.949Z||pool-24-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2021-10-12T04:57:38.830Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T04:57:38.831Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T04:57:38.834Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T04:57:38.835Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634014644353,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T04:57:38.935Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T04:57:38.936Z||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-10-12T04:57:38.936Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T04:57:38.948Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:57:38.949Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-12T04:57:39.837Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "serviceName": "basic_onboard_tjVArE",
  "serviceVersion": "1.0",
  "serviceUUID": "43ceed86-123d-440c-9a08-89ba0fcb5a11",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7f7914fd-8424-4cc5-9049-b4fefb6d1b23",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_tjVArE 0",
      "resourceCustomizationUUID": "6a36ab05-24bf-414f-9409-18b97725fdf8",
      "resourceName": "basic_onboard_tjVArE",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "52e32d1d-bd42-49c2-88c7-14b678b9c954",
      "resourceInvariantUUID": "e0449019-6568-412a-b396-0f1218990091",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_tjvare0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/basic_onboard_tjvare0_modules.json",
          "artifactChecksum": "YzBkNzgyZDcxYjU4N2Y5NzhkMDliMDRhMjAzZjRlMzY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8b16e746-3ea4-4296-bce0-7217a7ebcbd0",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "51babdda-dc3d-4864-a9aa-9b31588c4c98",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ad0e56c3-9708-4c65-ba67-d5aeeab5713d",
            "generatedFromUUID": "51babdda-dc3d-4864-a9aa-9b31588c4c98"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ad0e56c3-9708-4c65-ba67-d5aeeab5713d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardTjvare-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar",
      "artifactChecksum": "ZjU4MDU0ZWMzMGZkYjg5YTRlN2JlODc3OWE5ODFhOTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "573a03b3-7cf2-422a-bdb3-553b7daec59a"
    }
  ],
  "workloadContext": "Production"
}
2021-10-12T04:57:39.837Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-12T04:57:39.837Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 43ceed86-123d-440c-9a08-89ba0fcb5a11 ASDC
2021-10-12T04:57:39.838Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:60ffdea8-5d5c-4e05-81e9-76596e732103
ServiceName:basic_onboard_tjVArE
ServiceVersion:1.0
ServiceUUID:43ceed86-123d-440c-9a08-89ba0fcb5a11
ServiceInvariantUUID:7f7914fd-8424-4cc5-9049-b4fefb6d1b23
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardTjvare-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar
ArtifactUUID:573a03b3-7cf2-422a-bdb3-553b7daec59a
ArtifactChecksum:ZjU4MDU0ZWMzMGZkYjg5YTRlN2JlODc3OWE5ODFhOTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_tjVArE 0
ResourceCustomizationUUID:6a36ab05-24bf-414f-9409-18b97725fdf8
ResourceInvariantUUID:e0449019-6568-412a-b396-0f1218990091
ResourceName:basic_onboard_tjVArE
ResourceType:VF
ResourceUUID:52e32d1d-bd42-49c2-88c7-14b678b9c954
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_tjvare0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/basic_onboard_tjvare0_modules.json
ArtifactUUID:8b16e746-3ea4-4296-bce0-7217a7ebcbd0
ArtifactChecksum:YzBkNzgyZDcxYjU4N2Y5NzhkMDliMDRhMjAzZjRlMzY=
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/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.yaml
ArtifactUUID:51babdda-dc3d-4864-a9aa-9b31588c4c98
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/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.env
ArtifactUUID:ad0e56c3-9708-4c65-ba67-d5aeeab5713d
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/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.env
ArtifactUUID:ad0e56c3-9708-4c65-ba67-d5aeeab5713d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-12T04:57:39.838Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 43ceed86-123d-440c-9a08-89ba0fcb5a11 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-10-12T04:57:39.876Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-12T04:57:39.877Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-12T04:57:39.877Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-12T04:57:39.877Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 573a03b3-7cf2-422a-bdb3-553b7daec59a from URL: /sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar
2021-10-12T04:57:39.878Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-12T04:57:39.878Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar
2021-10-12T04:57:40.613Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-12T04:57:40.617Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar 573a03b3-7cf2-422a-bdb3-553b7daec59a 71365
2021-10-12T04:57:40.618Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar ASDC sendASDCNotification
2021-10-12T04:57:40.618Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar
2021-10-12T04:57:40.618Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-12T04:57:40.618Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T04:57:40.620Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T04:57:40.620Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634014660617,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T04:57:40.720Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T04:57:40.721Z||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-10-12T04:57:40.721Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T04:57:40.732Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:57:40.732Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-12T04:57:41.621Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-12T04:57:41.622Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-12T04:57:41.622Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 573a03b3-7cf2-422a-bdb3-553b7daec59a, URL: /sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar to file: /app/ASDC/1/service-BasicOnboardTjvare-csar.csar
2021-10-12T04:57:41.623Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardTjvare-csar.csar
2021-10-12T04:57:41.623Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardTjvare-csar.csar
2021-10-12T04:57:41.623Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardTjvare-csar.csar
2021-10-12T04:57:41.978Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2436169059503965850/Definitions/service-BasicOnboardTjvare-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-10-12T04:57:43.285Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-12T04:57:43.285Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-10-12T04:57:43.285Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardTjvare-csar.csar
2021-10-12T04:57:43.285Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-12T04:57:43.286Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardTjvare-csar.csar
2021-10-12T04:57:43.286Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardTjvare-csar.csar
2021-10-12T04:57:43.286Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_tjVArE 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-BasicOnboardTjvare-csar.csar
2021-10-12T04:57:43.286Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardTjvare-csar.csar
2021-10-12T04:57:43.286Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardTjvare-csar.csar
2021-10-12T04:57:43.286Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardTjvare-csar.csar
2021-10-12T04:57:43.286Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardTjvare-csar.csar
2021-10-12T04:57:43.286Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardTjvare-csar.csar
2021-10-12T04:57:43.286Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardTjvare-csar.csar
2021-10-12T04:57:43.286Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-10-12T04:57:43.286Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T04:57:43.286Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_tjVArE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T04:57:43.286Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_tjVArE 0 is matching search criteria
2021-10-12T04:57:43.287Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-10-12T04:57:43.287Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_tjVArE 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-12T04:57:43.287Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T04:57:43.287Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_tjVArE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T04:57:43.287Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_tjVArE 0 is matching search criteria
2021-10-12T04:57:43.287Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-10-12T04:57:43.287Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_tjVArE 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-12T04:57:43.287Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T04:57:43.287Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_tjVArE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T04:57:43.288Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T04:57:43.288Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_tjVArE 0 is not matching search criteria
2021-10-12T04:57:43.288Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-10-12T04:57:43.288Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-10-12T04:57:43.288Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-10-12T04:57:43.288Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-12T04:57:43.288Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-12T04:57:43.288Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T04:57:43.288Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_tjVArE is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-12T04:57:43.288Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T04:57:43.289Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_tjVArE 0 is matching search criteria
2021-10-12T04:57:43.289Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_tjVArE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-12T04:57:43.289Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T04:57:43.289Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_tjVArE 0 is matching search criteria
2021-10-12T04:57:43.289Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_tjVArE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-12T04:57:43.289Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T04:57:43.289Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_tjVArE 0 is matching search criteria
2021-10-12T04:57:43.289Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_tjVArE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-12T04:57:43.290Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T04:57:43.290Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_tjVArE 0 is not matching search criteria
2021-10-12T04:57:43.290Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-12T04:57:43.290Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-12T04:57:43.290Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3caf3286-ec56-46c7-a888-9718c37deae8
2021-10-12T04:57:43.290Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T04:57:43.290Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_tjVArE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T04:57:43.290Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T04:57:43.290Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_tjVArE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T04:57:43.291Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T04:57:43.291Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_tjVArE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T04:57:43.291Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T04:57:43.291Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_tjVArE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T04:57:43.291Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_tjVArE
Description:service
Model UUID:43ceed86-123d-440c-9a08-89ba0fcb5a11
Model Version:NULL
Model InvariantUuid:7f7914fd-8424-4cc5-9049-b4fefb6d1b23
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_tjVArE
Model UUID:5fbeebcd-6dcb-40a1-91b1-922ba6fde973
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e0449019-6568-412a-b396-0f1218990091
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6a36ab05-24bf-414f-9409-18b97725fdf8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7e98116a-5dec-490c-984d-7db287c740bd
ModelName:BasicOnboardTjvare..base_ubuntu18..module-0
ModelUuid:bd7c2b4c-938d-4f75-9745-c1ce4c5dfc0e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3caf3286-ec56-46c7-a888-9718c37deae8
ModelInvariantUuid:2f5e00a5-c34c-46c1-8177-c208c6e6a385
ModelName:basic_onboard_tjVArE-nodes.ubuntu18Cvfc
ModelUuid:cb40cd8f-8f32-4878-82c4-ab6f9bda8731
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:a3d26e6e-9265-4c89-acc3-d815030769bb
ModelInvariantUuid:fd01af97-fc87-47b4-8cf5-e1c18fbe55a4
ModelName:BasicOnboardTjvare.compute.nodes.heat.ubuntu18
ModelUuid:62830e06-03c2-4c29-9f25-e9947fba7fdb
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-10-12T04:57:43.297Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 52e32d1d-bd42-49c2-88c7-14b678b9c954
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-10-12T04:57:43.300Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||basic_onboard_tjVArE 0
2021-10-12T04:57:43.300Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 52e32d1d-bd42-49c2-88c7-14b678b9c954
2021-10-12T04:57:43.300Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8b16e746-3ea4-4296-bce0-7217a7ebcbd0 from URL: /sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/basic_onboard_tjvare0_modules.json
2021-10-12T04:57:43.300Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-12T04:57:43.300Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/basic_onboard_tjvare0_modules.json
2021-10-12T04:57:43.445Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-12T04:57:43.445Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/basic_onboard_tjvare0_modules.json 8b16e746-3ea4-4296-bce0-7217a7ebcbd0 798
2021-10-12T04:57:43.445Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/basic_onboard_tjvare0_modules.json ASDC sendASDCNotification
2021-10-12T04:57:43.446Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/basic_onboard_tjvare0_modules.json
2021-10-12T04:57:43.446Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-12T04:57:43.446Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T04:57:43.449Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T04:57:43.449Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634014663445,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/basic_onboard_tjvare0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-12T04:57:43.549Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T04:57:43.549Z||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-10-12T04:57:43.549Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T04:57:43.562Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:57:43.562Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-12T04:57:44.449Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardTjvare..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "7e98116a-5dec-490c-984d-7db287c740bd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bd7c2b4c-938d-4f75-9745-c1ce4c5dfc0e",
    "vfModuleModelCustomizationUUID": "f9603544-13b8-460b-99bd-9dc605c61554",
    "isBase": true,
    "artifacts": [
      "51babdda-dc3d-4864-a9aa-9b31588c4c98",
      "ad0e56c3-9708-4c65-ba67-d5aeeab5713d"
    ],
    "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-10-12T04:57:44.454Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardTjvare..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bd7c2b4c-938d-4f75-9745-c1ce4c5dfc0e
VfModuleModelInvariantUUID:7e98116a-5dec-490c-984d-7db287c740bd
VfModuleModelDescription:NULL
Artifacts UUID List:{
51babdda-dc3d-4864-a9aa-9b31588c4c98
,
ad0e56c3-9708-4c65-ba67-d5aeeab5713d

}
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-10-12T04:57:44.456Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardTjvare..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "7e98116a-5dec-490c-984d-7db287c740bd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bd7c2b4c-938d-4f75-9745-c1ce4c5dfc0e",
    "vfModuleModelCustomizationUUID": "f9603544-13b8-460b-99bd-9dc605c61554",
    "isBase": true,
    "artifacts": [
      "51babdda-dc3d-4864-a9aa-9b31588c4c98",
      "ad0e56c3-9708-4c65-ba67-d5aeeab5713d"
    ],
    "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-10-12T04:57:44.456Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardTjvare..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bd7c2b4c-938d-4f75-9745-c1ce4c5dfc0e
VfModuleModelInvariantUUID:7e98116a-5dec-490c-984d-7db287c740bd
VfModuleModelDescription:NULL
Artifacts UUID List:{
51babdda-dc3d-4864-a9aa-9b31588c4c98
,
ad0e56c3-9708-4c65-ba67-d5aeeab5713d

}
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-10-12T04:57:44.457Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 51babdda-dc3d-4864-a9aa-9b31588c4c98 from URL: /sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.yaml
2021-10-12T04:57:44.457Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-12T04:57:44.457Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.yaml
2021-10-12T04:57:44.649Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-12T04:57:44.649Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.yaml 51babdda-dc3d-4864-a9aa-9b31588c4c98 5033
2021-10-12T04:57:44.649Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-12T04:57:44.649Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.yaml
2021-10-12T04:57:44.650Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-12T04:57:44.650Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T04:57:44.652Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T04:57:44.652Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634014664649,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-12T04:57:44.752Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T04:57:44.753Z||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-10-12T04:57:44.753Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T04:57:44.766Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:57:44.767Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-12T04:57:45.653Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ad0e56c3-9708-4c65-ba67-d5aeeab5713d from URL: /sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.env
2021-10-12T04:57:45.654Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-12T04:57:45.654Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.env
2021-10-12T04:57:45.915Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-12T04:57:45.915Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.env ad0e56c3-9708-4c65-ba67-d5aeeab5713d 909
2021-10-12T04:57:45.915Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-12T04:57:45.916Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.env
2021-10-12T04:57:45.916Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-12T04:57:45.916Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T04:57:45.918Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T04:57:45.918Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634014665915,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-12T04:57:46.018Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T04:57:46.019Z||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-10-12T04:57:46.019Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T04:57:46.032Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:57:46.032Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-12T04:57:46.918Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 43ceed86-123d-440c-9a08-89ba0fcb5a11
2021-10-12T04:57:46.919Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_tjVArE 0 52e32d1d-bd42-49c2-88c7-14b678b9c954 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-10-12T04:57:46.936Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@75d7f3bd, org.onap.sdc.toscaparser.api.parameters.Input@f883f6f, org.onap.sdc.toscaparser.api.parameters.Input@4691b9a4, org.onap.sdc.toscaparser.api.parameters.Input@2e41e0d3, org.onap.sdc.toscaparser.api.parameters.Input@6441a4bd]
2021-10-12T04:57:46.937Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T04:57:46.937Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_tjVArE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T04:57:46.937Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-10-12T04:57:46.938Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 6a36ab05-24bf-414f-9409-18b97725fdf8
2021-10-12T04:57:46.938Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6a36ab05-24bf-414f-9409-18b97725fdf8 matches Tosca VF Customization UUID: 6a36ab05-24bf-414f-9409-18b97725fdf8
2021-10-12T04:57:46.938Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 6a36ab05-24bf-414f-9409-18b97725fdf8  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-10-12T04:57:46.940Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T04:57:46.940Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_tjVArE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T04:57:46.941Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 6a36ab05-24bf-414f-9409-18b97725fdf8: {\"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-10-12T04:57:46.941Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5c6b2d5a
2021-10-12T04:57:46.942Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T04:57:46.942Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_tjVArE is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-12T04:57:46.942Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f9603544-13b8-460b-99bd-9dc605c61554
2021-10-12T04:57:46.942Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f9603544-13b8-460b-99bd-9dc605c61554
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-10-12T04:57:46.945Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T04:57:46.945Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_tjVArE 0 is matching search criteria
2021-10-12T04:57:46.945Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_tjVArE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-12T04:57:46.946Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T04:57:46.946Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_tjVArE 0 is matching search criteria
2021-10-12T04:57:46.946Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_tjVArE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-12T04:57:46.946Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T04:57:46.946Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_tjVArE 0 is not matching search criteria
2021-10-12T04:57:46.946Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-12T04:57:46.947Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-12T04:57:46.947Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3caf3286-ec56-46c7-a888-9718c37deae8
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-10-12T04:57:46.949Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T04:57:46.949Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_tjVArE 0 is matching search criteria
2021-10-12T04:57:46.949Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_tjVArE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-12T04:57:46.949Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T04:57:46.949Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_tjVArE 0 is matching search criteria
2021-10-12T04:57:46.950Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_tjVArE 0] matching following query criteria: sdcType=VF, customizationUUID=6a36ab05-24bf-414f-9409-18b97725fdf8
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-10-12T04:57:46.951Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T04:57:46.951Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_tjVArE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T04:57:46.951Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 43ceed86-123d-440c-9a08-89ba0fcb5a11: basic_onboard_tjVArE
2021-10-12T04:57:46.952Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T04:57:46.952Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_tjVArE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T04:57:46.952Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T04:57:46.952Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_tjVArE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T04:57:46.952Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T04:57:46.952Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_tjVArE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T04:57:46.953Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T04:57:46.953Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_tjVArE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T04:57:46.953Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T04:57:46.953Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_tjVArE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T04:57:46.953Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_tjVArE 
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-10-12T04:57:47.043Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_tjVArE 52e32d1d-bd42-49c2-88c7-14b678b9c954 1 ASDC deployResourceStructure
2021-10-12T04:57:47.043Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/basic_onboard_tjvare0_modules.json ASDC sendASDCNotification
2021-10-12T04:57:47.043Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/basic_onboard_tjvare0_modules.json
2021-10-12T04:57:47.044Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-12T04:57:47.044Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T04:57:47.046Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T04:57:47.046Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634014667043,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/basic_onboard_tjvare0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-12T04:57:47.146Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-12T04:57:47.147Z||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-10-12T04:57:47.147Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T04:57:47.159Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:57:47.160Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-12T04:57:48.048Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-12T04:57:48.048Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.yaml
2021-10-12T04:57:48.049Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-12T04:57:48.049Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T04:57:48.051Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T04:57:48.052Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634014668048,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-12T04:57:48.152Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T04:57:48.153Z||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-10-12T04:57:48.153Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T04:57:48.165Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:57:48.165Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-12T04:57:49.053Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-12T04:57:49.053Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.env
2021-10-12T04:57:49.053Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-12T04:57:49.054Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T04:57:49.055Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T04:57:49.056Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634014669052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-12T04:57:49.156Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T04:57:49.157Z||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-10-12T04:57:49.157Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T04:57:49.168Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:57:49.169Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-12T04:57:50.056Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar ASDC sendASDCNotification
2021-10-12T04:57:50.057Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar
2021-10-12T04:57:50.057Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-12T04:57:50.057Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T04:57:50.059Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T04:57:50.059Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634014670056,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-12T04:57:50.159Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T04:57:50.160Z||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-10-12T04:57:50.160Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T04:57:50.171Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:57:50.172Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-12T04:57:51.059Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60ffdea8-5d5c-4e05-81e9-76596e732103
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10-12T04:57:51.076Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60ffdea8-5d5c-4e05-81e9-76596e732103
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-12T04:57:51.080Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-12T04:57:51.080Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-12T04:57:51.080Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-12T04:58:21.081Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60ffdea8-5d5c-4e05-81e9-76596e732103
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10-12T04:58:21.094Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60ffdea8-5d5c-4e05-81e9-76596e732103
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-12T04:58:21.095Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-12T04:58:21.096Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-12T04:58:21.096Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-12T04:58:24.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:58:24.356Z||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-10-12T04:58:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:58:24.379Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:58:24.380Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T04:58:24.380Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "clamp",
  "timestamp": 1634014648224,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T04:58:24.381Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:58:51.096Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60ffdea8-5d5c-4e05-81e9-76596e732103
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10-12T04:58:51.107Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60ffdea8-5d5c-4e05-81e9-76596e732103
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-12T04:58:51.110Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-12T04:58:51.110Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-12T04:58:51.110Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-12T04:59:21.111Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60ffdea8-5d5c-4e05-81e9-76596e732103
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10-12T04:59:21.125Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60ffdea8-5d5c-4e05-81e9-76596e732103
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-12T04:59:21.128Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-12T04:59:21.128Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-12T04:59:21.128Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-12T04:59:24.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:59:24.355Z||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-10-12T04:59:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T04:59:24.380Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T04:59:24.381Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T04:59:24.381Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634014650723,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T04:59:24.382Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:59:24.382Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T04:59:24.383Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "policy-id",
  "timestamp": 1634014643447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T04:59:24.383Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:59:24.383Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T04:59:24.383Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "aai-ml",
  "timestamp": 1634014646263,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T04:59:24.383Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-12T04:59:51.129Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60ffdea8-5d5c-4e05-81e9-76596e732103
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10-12T04:59:51.143Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60ffdea8-5d5c-4e05-81e9-76596e732103
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-12T04:59:51.146Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-12T04:59:51.146Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-12T04:59:51.147Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-12T05:00:21.147Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60ffdea8-5d5c-4e05-81e9-76596e732103
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10-12T05:00:21.159Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60ffdea8-5d5c-4e05-81e9-76596e732103
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-12T05:00:21.164Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-12T05:00:21.164Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-12T05:00:21.164Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-12T05:00:24.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:00:24.356Z||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-10-12T05:00:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:00:24.884Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:00:24.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "clamp",
  "timestamp": 1634014648224,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/basic_onboard_tjvare0_modules.json",
  "status": "NOTIFIED"
}
2021-10-12T05:00:24.887Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:00:24.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634014644353,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/basic_onboard_tjvare0_modules.json",
  "status": "NOTIFIED"
}
2021-10-12T05:00:24.888Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:00:24.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634014650723,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/basic_onboard_tjvare0_modules.json",
  "status": "NOTIFIED"
}
2021-10-12T05:00:24.888Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:00:24.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "policy-id",
  "timestamp": 1634014643447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/basic_onboard_tjvare0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.888Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:00:24.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "aai-ml",
  "timestamp": 1634014646263,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/basic_onboard_tjvare0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.888Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:00:24.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "dcae-sch",
  "timestamp": 1634014653945,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.889Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:00:24.889Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.889Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "clamp",
  "timestamp": 1634014648224,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.889Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:00:24.889Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.889Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634014644353,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-12T05:00:24.889Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:00:24.889Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.889Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634014650723,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-12T05:00:24.889Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:00:24.889Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.889Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "policy-id",
  "timestamp": 1634014643447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-12T05:00:24.889Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:00:24.890Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.890Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "aai-ml",
  "timestamp": 1634014646263,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.890Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:00:24.890Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.890Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "dcae-sch",
  "timestamp": 1634014653945,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/basic_onboard_tjvare0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.890Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:00:24.890Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.890Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "cds",
  "timestamp": 1634014654962,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.890Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:00:24.890Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.890Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "clamp",
  "timestamp": 1634014648224,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.890Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:00:24.891Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.891Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634014644353,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.891Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:00:24.891Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.891Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634014650723,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.891Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:00:24.891Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.891Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "policy-id",
  "timestamp": 1634014643447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.891Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:00:24.891Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.891Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "aai-ml",
  "timestamp": 1634014646263,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.892Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:00:24.892Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.892Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "dcae-sch",
  "timestamp": 1634014653945,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.892Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:00:24.892Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.892Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "cds",
  "timestamp": 1634014654962,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/basic_onboard_tjvare0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.892Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:00:24.892Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.892Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "clamp",
  "timestamp": 1634014648224,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.892Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:00:24.892Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.892Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634014650723,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-12T05:00:24.893Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:00:24.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634014644353,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-12T05:00:24.893Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:00:24.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "policy-id",
  "timestamp": 1634014643447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.893Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:00:24.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "aai-ml",
  "timestamp": 1634014646263,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.894Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:00:24.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "cds",
  "timestamp": 1634014654962,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.894Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:00:24.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "dcae-sch",
  "timestamp": 1634014653945,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.894Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:00:24.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "clamp",
  "timestamp": 1634014648224,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.894Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:00:24.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634014644353,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.895Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:00:24.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634014650723,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.895Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:00:24.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "policy-id",
  "timestamp": 1634014643447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.895Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:00:24.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "aai-ml",
  "timestamp": 1634014646263,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.896Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:00:24.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "cds",
  "timestamp": 1634014654962,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.896Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:00:24.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "dcae-sch",
  "timestamp": 1634014653945,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.896Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:00:24.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "clamp",
  "timestamp": 1634014648224,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:00:24.897Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:00:24.897Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.897Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634014650723,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:00:24.897Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:00:24.897Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.897Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634014644353,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:00:24.897Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:00:24.897Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.897Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "policy-id",
  "timestamp": 1634014643447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:00:24.897Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:00:24.897Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.897Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "aai-ml",
  "timestamp": 1634014646263,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:00:24.897Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:00:24.898Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.898Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "cds",
  "timestamp": 1634014654962,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.898Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:00:24.898Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.898Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "dcae-sch",
  "timestamp": 1634014653945,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.898Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:00:24.898Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.898Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634014660424,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/basic_onboard_tjvare0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:00:24.898Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:00:24.898Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.899Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "aai-ml",
  "timestamp": 1634014660550,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:00:24.899Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:00:24.899Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.899Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634014659956,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.899Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:00:24.899Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.899Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "cds",
  "timestamp": 1634014654962,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.899Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:00:24.899Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.900Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "dcae-sch",
  "timestamp": 1634014653945,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.900Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:00:24.900Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.900Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634014660617,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:00:24.900Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:00:24.900Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.900Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "policy-id",
  "timestamp": 1634014660658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:00:24.900Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:00:24.900Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.901Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634014661543,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:00:24.901Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:00:24.901Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.901Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634014659956,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/basic_onboard_tjvare0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.901Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:00:24.901Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.901Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "cds",
  "timestamp": 1634014654962,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:00:24.901Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:00:24.901Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.901Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "policy-id",
  "timestamp": 1634014661661,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-12T05:00:24.902Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:00:24.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634014662600,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:00:24.902Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:00:24.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634014659956,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.902Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:00:24.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "policy-id",
  "timestamp": 1634014662663,
  "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-10-12T05:00:24.908Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 60ffdea8-5d5c-4e05-81e9-76596e732103
2021-10-12T05:00:24.909Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60ffdea8-5d5c-4e05-81e9-76596e732103 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-10-12T05:00:24.918Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.918Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "cds",
  "timestamp": 1634014662697,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:00:24.918Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:00:24.918Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.918Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634014663445,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/basic_onboard_tjvare0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:00:24.918Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:00:24.918Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.918Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634014659956,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.919Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:00:24.919Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.919Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634014663624,
  "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-10-12T05:00:24.924Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 60ffdea8-5d5c-4e05-81e9-76596e732103
2021-10-12T05:00:24.924Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60ffdea8-5d5c-4e05-81e9-76596e732103 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-10-12T05:00:24.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.931Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "cds",
  "timestamp": 1634014663701,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-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-10-12T05:00:24.936Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 60ffdea8-5d5c-4e05-81e9-76596e732103
2021-10-12T05:00:24.936Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60ffdea8-5d5c-4e05-81e9-76596e732103 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-10-12T05:00:24.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.946Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634014659956,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.946Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:00:24.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.947Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634014664627,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/basic_onboard_tjvare0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-12T05:00:24.947Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:00:24.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.947Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634014664649,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:00:24.947Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:00:24.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634014659956,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.948Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:00:24.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634014665915,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:00:24.948Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:00:24.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634014659956,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.948Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:00:24.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.949Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634014667043,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/basic_onboard_tjvare0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-12T05:00:24.949Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:00:24.949Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.949Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634014668048,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-12T05:00:24.949Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:00:24.949Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.949Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634014667823,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.950Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:00:24.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "aai-ml",
  "timestamp": 1634014668622,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-12T05:00:24.950Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:00:24.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634014669052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-12T05:00:24.950Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:00:24.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634014667823,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/basic_onboard_tjvare0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.951Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:00:24.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "aai-ml",
  "timestamp": 1634014669627,
  "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-10-12T05:00:24.958Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 60ffdea8-5d5c-4e05-81e9-76596e732103
2021-10-12T05:00:24.959Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60ffdea8-5d5c-4e05-81e9-76596e732103 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-10-12T05:00:24.969Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.969Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634014670056,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-12T05:00:24.969Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:00:24.969Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.969Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634014667823,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.969Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:00:24.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.970Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "clamp",
  "timestamp": 1634014670981,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:00:24.970Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:00:24.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.970Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634014667823,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.970Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:00:24.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.970Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634014667823,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.970Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:00:24.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "clamp",
  "timestamp": 1634014672806,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-12T05:00:24.971Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:00:24.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634014667823,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.971Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:00:24.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "clamp",
  "timestamp": 1634014673809,
  "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-10-12T05:00:24.977Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 60ffdea8-5d5c-4e05-81e9-76596e732103
2021-10-12T05:00:24.977Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60ffdea8-5d5c-4e05-81e9-76596e732103 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-10-12T05:00:24.987Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.987Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634014667823,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:00:24.988Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:00:24.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.988Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634014675555,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:00:24.988Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:00:24.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.988Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634014678223,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-12T05:00:24.989Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:00:24.989Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634014679228,
  "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-10-12T05:00:24.996Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 60ffdea8-5d5c-4e05-81e9-76596e732103
2021-10-12T05:00:24.996Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60ffdea8-5d5c-4e05-81e9-76596e732103 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-10-12T05:00:51.164Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60ffdea8-5d5c-4e05-81e9-76596e732103
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10-12T05:00:51.176Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60ffdea8-5d5c-4e05-81e9-76596e732103
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-12T05:00:51.179Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-12T05:00:51.179Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-12T05:00:51.179Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-12T05:00:51.179Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-12T05:00:51.179Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T05:00:51.179Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T05:00:51.180Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T05:00:51.180Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T05:00:51.180Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T05:00:51.180Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T05:00:51.180Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-12T05:00:51.185Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-12T05:01:21.186Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 60ffdea8-5d5c-4e05-81e9-76596e732103 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-10-12T05:01:21.194Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 60ffdea8-5d5c-4e05-81e9-76596e732103 and serviceModelVersionId: 43ceed86-123d-440c-9a08-89ba0fcb5a11
2021-10-12T05:01:21.194Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7f7914fd-8424-4cc5-9049-b4fefb6d1b23
2021-10-12T05:01:21.195Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7f7914fd-8424-4cc5-9049-b4fefb6d1b23/model-vers/model-ver/43ceed86-123d-440c-9a08-89ba0fcb5a11?depth=0
2021-10-12T05:01:21.201Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-10-12T05:01:21.248Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7f7914fd-8424-4cc5-9049-b4fefb6d1b23/model-vers/model-ver/43ceed86-123d-440c-9a08-89ba0fcb5a11?depth=0|INFO|500||Invoke
2021-10-12T05:01:21.249Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7f7914fd-8424-4cc5-9049-b4fefb6d1b23/model-vers/model-ver/43ceed86-123d-440c-9a08-89ba0fcb5a11?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7f7914fd-8424-4cc5-9049-b4fefb6d1b23/model-vers/model-ver/43ceed86-123d-440c-9a08-89ba0fcb5a11?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[60ffdea8-5d5c-4e05-81e9-76596e732103], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[63479e91-16b4-498f-8df4-f1f1de128e14], X-ECOMP-RequestID=[60ffdea8-5d5c-4e05-81e9-76596e732103], X-TransactionId=[], X-ONAP-RequestID=[60ffdea8-5d5c-4e05-81e9-76596e732103], Content-Type=[application/merge-patch+json]}
2021-10-12T05:01:21.275Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7f7914fd-8424-4cc5-9049-b4fefb6d1b23/model-vers/model-ver/43ceed86-123d-440c-9a08-89ba0fcb5a11?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-12T05:01:21.546Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7f7914fd-8424-4cc5-9049-b4fefb6d1b23/model-vers/model-ver/43ceed86-123d-440c-9a08-89ba0fcb5a11?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/7f7914fd-8424-4cc5-9049-b4fefb6d1b23/model-vers/model-ver/43ceed86-123d-440c-9a08-89ba0fcb5a11?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211012-05:01:21:285-12367], vertex-id=[380952], Content-Length=[0], Date=[Tue, 12 Oct 2021 05:01:21 GMT], Content-Type=[application/json]}
2021-10-12T05:01:21.546Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7f7914fd-8424-4cc5-9049-b4fefb6d1b23/model-vers/model-ver/43ceed86-123d-440c-9a08-89ba0fcb5a11?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-12T05:01:21.547Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7f7914fd-8424-4cc5-9049-b4fefb6d1b23/model-vers/model-ver/43ceed86-123d-440c-9a08-89ba0fcb5a11?depth=0|INFO|500||InvokeReturn
2021-10-12T05:01:21.547Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-12T05:01:21.547Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-12T05:01:21.552Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-12T05:01:21.552Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 60ffdea8-5d5c-4e05-81e9-76596e732103 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-12T05:01:21.552Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-12T05:01:21.553Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:01:21.554Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:01:21.554Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634014881552,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-12T05:01:21.655Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:01:21.656Z||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-10-12T05:01:21.656Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:01:21.672Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:01:21.673Z||pool-34-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-10-12T05:01:22.569Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:01:22.570Z|60ffdea8-5d5c-4e05-81e9-76596e732103|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-10-12T05:01:22.570Z|60ffdea8-5d5c-4e05-81e9-76596e732103|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 bA15VfQgJETDniaE) ...
2021-10-12T05:01:24.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:01:24.356Z||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-10-12T05:01:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:01:24.979Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:01:24.980Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:01:24.980Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634014881552,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-12T05:01:24.980Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:01:32.787Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:01:32.788Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:01:32.788Z|60ffdea8-5d5c-4e05-81e9-76596e732103|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-10-12T05:01:32.788Z|60ffdea8-5d5c-4e05-81e9-76596e732103|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 bA15VfQgJETDniaE) ...
2021-10-12T05:01:42.334Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:01:42.335Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:01:42.335Z|60ffdea8-5d5c-4e05-81e9-76596e732103|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-10-12T05:01:42.335Z|60ffdea8-5d5c-4e05-81e9-76596e732103|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 bA15VfQgJETDniaE) ...
2021-10-12T05:01:51.876Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:01:51.876Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:01:51.877Z|60ffdea8-5d5c-4e05-81e9-76596e732103|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-10-12T05:01:51.877Z|60ffdea8-5d5c-4e05-81e9-76596e732103|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 bA15VfQgJETDniaE) ...
2021-10-12T05:02:01.422Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:02:24.353Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:02:24.354Z|60ffdea8-5d5c-4e05-81e9-76596e732103|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-10-12T05:02:24.354Z|60ffdea8-5d5c-4e05-81e9-76596e732103|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 bA15VfQgJETDniaE) ...
2021-10-12T05:02:24.355Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:02:24.355Z||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-10-12T05:02:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:02:33.898Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:02:33.907Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:03:24.353Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:03:24.354Z|60ffdea8-5d5c-4e05-81e9-76596e732103|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-10-12T05:03:24.354Z|60ffdea8-5d5c-4e05-81e9-76596e732103|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 bA15VfQgJETDniaE) ...
2021-10-12T05:03:24.355Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:03:24.356Z||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-10-12T05:03:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:03:33.906Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:03:33.906Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:04:24.353Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:04:24.353Z|60ffdea8-5d5c-4e05-81e9-76596e732103|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-10-12T05:04:24.354Z|60ffdea8-5d5c-4e05-81e9-76596e732103|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 bA15VfQgJETDniaE) ...
2021-10-12T05:04:24.355Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:04:24.356Z||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-10-12T05:04:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:04:24.980Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:04:24.980Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-12T05:04:24.980Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"ab3b9c77-e40b-477f-9988-12ce966d3d68","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"bb31cc6f-e77b-4d35-a3e9-0f8d0237fe0b","serviceDescription":"service","serviceInvariantUUID":"0983e9b1-df97-4791-9044-842c7a692e9e","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"87853674-bb6b-41bd-895d-b8611676485e","resourceInvariantUUID":"f57bfc73-7793-414a-8747-89c9c2fb2820","resourceCustomizationUUID":"68900a4b-9a6f-4319-89ce-e1b9a1f3c4ce","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":"ZTNmZDAzOTY2NTQ3ODhjZGZiMDQzM2FhOTU2YjBjYTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5d354875-6ec1-4d1b-9104-33a43ad212db","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MzVmNDY1Y2JlZmE3ZTBiM2Y1NTVkNWQ0ZjFlMmZmYzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ae62275f-d992-4c72-99ce-e4315aaf67f3","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-12T05:04:24.983Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:04:24.984Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:04:24.986Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:04:24.986Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:04:24.986Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015064353,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:04:24.986Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:04:24.986Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
  "consumerID": "cds",
  "timestamp": 1634015044962,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:04:24.987Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:04:24.987Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:04:24.987Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015039956,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:04:24.987Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:04:24.987Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:04:24.987Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
  "consumerID": "policy-id",
  "timestamp": 1634015043447,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:04:24.987Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:04:24.987Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:04:24.987Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
  "consumerID": "cds",
  "timestamp": 1634015044962,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:04:24.988Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:04:24.988Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:04:24.988Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015039956,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:04:24.988Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:04:24.988Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:04:24.988Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
  "consumerID": "policy-id",
  "timestamp": 1634015043447,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:04:24.988Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:04:24.988Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:04:24.988Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
  "consumerID": "cds",
  "timestamp": 1634015051204,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:04:24.988Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:04:24.988Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:04:24.988Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
  "consumerID": "policy-id",
  "timestamp": 1634015051208,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:04:24.988Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:04:24.988Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:04:24.989Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015050723,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:04:24.989Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:04:24.989Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:04:24.989Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
  "consumerID": "cds",
  "timestamp": 1634015052207,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-12T05:04:25.005Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ab3b9c77-e40b-477f-9988-12ce966d3d68
2021-10-12T05:04:25.005Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab3b9c77-e40b-477f-9988-12ce966d3d68 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-10-12T05:04:25.014Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:04:25.014Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
  "consumerID": "policy-id",
  "timestamp": 1634015052211,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-12T05:04:25.014Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:04:25.014Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:04:25.014Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015050723,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:04:25.015Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:04:25.015Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:04:25.015Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
  "consumerID": "policy-id",
  "timestamp": 1634015053214,
  "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-10-12T05:04:25.019Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ab3b9c77-e40b-477f-9988-12ce966d3d68
2021-10-12T05:04:25.019Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab3b9c77-e40b-477f-9988-12ce966d3d68 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-10-12T05:04:25.029Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:04:25.029Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
  "consumerID": "dcae-sch",
  "timestamp": 1634015053945,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:04:25.029Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:04:25.029Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:04:25.029Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
  "consumerID": "dcae-sch",
  "timestamp": 1634015053945,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:04:25.029Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:04:25.029Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:04:25.029Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015057823,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:04:25.030Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:04:25.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:04:25.030Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015057823,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:04:25.030Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:04:25.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:04:25.030Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015060907,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:04:25.030Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:04:25.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:04:25.030Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015062349,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-12T05:04:25.030Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:04:25.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:04:25.030Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015063353,
  "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-10-12T05:04:25.035Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ab3b9c77-e40b-477f-9988-12ce966d3d68
2021-10-12T05:04:25.035Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab3b9c77-e40b-477f-9988-12ce966d3d68 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-10-12T05:04:25.086Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:04:25.087Z||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-10-12T05:04:25.087Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:04:25.098Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:04:25.099Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-12T05:04:25.986Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:04:25.987Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:04:25.990Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:04:25.991Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015064353,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:04:26.090Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-12T05:04:26.091Z||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-10-12T05:04:26.091Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:04:26.102Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:04:26.102Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:04:26.992Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "bb31cc6f-e77b-4d35-a3e9-0f8d0237fe0b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0983e9b1-df97-4791-9044-842c7a692e9e",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "68900a4b-9a6f-4319-89ce-e1b9a1f3c4ce",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "87853674-bb6b-41bd-895d-b8611676485e",
      "resourceInvariantUUID": "f57bfc73-7793-414a-8747-89c9c2fb2820",
      "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": "MzVmNDY1Y2JlZmE3ZTBiM2Y1NTVkNWQ0ZjFlMmZmYzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ae62275f-d992-4c72-99ce-e4315aaf67f3"
    }
  ],
  "workloadContext": "Production"
}
2021-10-12T05:04:26.992Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-12T05:04:26.992Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 bb31cc6f-e77b-4d35-a3e9-0f8d0237fe0b ASDC
2021-10-12T05:04:26.993Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:ab3b9c77-e40b-477f-9988-12ce966d3d68
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:bb31cc6f-e77b-4d35-a3e9-0f8d0237fe0b
ServiceInvariantUUID:0983e9b1-df97-4791-9044-842c7a692e9e
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:ae62275f-d992-4c72-99ce-e4315aaf67f3
ArtifactChecksum:MzVmNDY1Y2JlZmE3ZTBiM2Y1NTVkNWQ0ZjFlMmZmYzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:68900a4b-9a6f-4319-89ce-e1b9a1f3c4ce
ResourceInvariantUUID:f57bfc73-7793-414a-8747-89c9c2fb2820
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:87853674-bb6b-41bd-895d-b8611676485e
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-10-12T05:04:26.993Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bb31cc6f-e77b-4d35-a3e9-0f8d0237fe0b 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-10-12T05:04:27.017Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-12T05:04:27.018Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-12T05:04:27.018Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-12T05:04:27.018Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ae62275f-d992-4c72-99ce-e4315aaf67f3 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-12T05:04:27.018Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-12T05:04:27.018Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-12T05:04:27.331Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-12T05:04:27.333Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ae62275f-d992-4c72-99ce-e4315aaf67f3 52174
2021-10-12T05:04:27.333Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-10-12T05:04:27.334Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-12T05:04:27.334Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-12T05:04:27.334Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:04:27.336Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:04:27.336Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015067333,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:04:27.436Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:04:27.436Z||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-10-12T05:04:27.436Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:04:27.446Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:04:27.446Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:04:28.336Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-12T05:04:28.337Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-12T05:04:28.338Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: ae62275f-d992-4c72-99ce-e4315aaf67f3, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-12T05:04:28.338Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-10-12T05:04:28.338Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-12T05:04:28.338Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-12T05:04:28.476Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11172538111427053172/Definitions/service-BasicNetwork-template.yml
2021-10-12T05:04:28.848Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-12T05:04:28.849Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-10-12T05:04:28.849Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-12T05:04:28.849Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-10-12T05:04:28.849Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||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-10-12T05:04:28.849Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||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-10-12T05:04:28.849Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||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-10-12T05:04:28.849Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||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-10-12T05:04:28.849Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-12T05:04:28.849Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||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-10-12T05:04:28.849Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||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-10-12T05:04:28.849Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||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-10-12T05:04:28.849Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-10-12T05:04:28.849Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:04:28.849Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:04:28.850Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-10-12T05:04:28.850Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-10-12T05:04:28.850Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-12T05:04:28.850Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:04:28.850Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:04:28.850Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-10-12T05:04:28.850Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-10-12T05:04:28.850Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-12T05:04:28.850Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:04:28.850Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:04:28.850Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:04:28.850Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:04:28.850Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:04:28.850Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:04:28.850Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:04:28.851Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:04:28.851Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:04:28.851Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:04:28.851Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:bb31cc6f-e77b-4d35-a3e9-0f8d0237fe0b
Model Version:NULL
Model InvariantUuid:0983e9b1-df97-4791-9044-842c7a692e9e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:f57bfc73-7793-414a-8747-89c9c2fb2820
Model UUID:5d5b651c-6f5c-45d7-bceb-52ad9895cf90
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:68900a4b-9a6f-4319-89ce-e1b9a1f3c4ce
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-10-12T05:04:28.858Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: 87853674-bb6b-41bd-895d-b8611676485e
2021-10-12T05:04:28.859Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||No resources found for Service: bb31cc6f-e77b-4d35-a3e9-0f8d0237fe0b
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-10-12T05:04:28.862Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||
2021-10-12T05:04:28.862Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-10-12T05:04:28.863Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||No resources found for Service: bb31cc6f-e77b-4d35-a3e9-0f8d0237fe0b
2021-10-12T05:04:28.863Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: bb31cc6f-e77b-4d35-a3e9-0f8d0237fe0b
2021-10-12T05:04:28.863Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-10-12T05:04:28.863Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||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-10-12T05:04:28.869Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3bd011ec, org.onap.sdc.toscaparser.api.parameters.Input@43b7fb2e, org.onap.sdc.toscaparser.api.parameters.Input@3f429dc7, org.onap.sdc.toscaparser.api.parameters.Input@5826068c, org.onap.sdc.toscaparser.api.parameters.Input@63c23315]
2021-10-12T05:04:28.870Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:04:28.870Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:04:28.870Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:04:28.871Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:04:28.871Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid bb31cc6f-e77b-4d35-a3e9-0f8d0237fe0b: Generic NeutronNet
2021-10-12T05:04:28.871Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:04:28.871Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:04:28.871Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:04:28.871Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||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-10-12T05:04:28.900Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:04:28.900Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:04:28.900Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:04:28.900Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:04:28.900Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:04:28.901Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:04:28.901Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||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-10-12T05:04:28.962Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-10-12T05:04:28.962Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-10-12T05:04:28.962Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-12T05:04:28.962Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-12T05:04:28.962Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:04:28.964Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:04:28.965Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015068962,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-12T05:04:29.065Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:04:29.066Z||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-10-12T05:04:29.066Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:04:29.079Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:04:29.079Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-12T05:04:29.965Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ab3b9c77-e40b-477f-9988-12ce966d3d68
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10-12T05:04:29.975Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ab3b9c77-e40b-477f-9988-12ce966d3d68
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-12T05:04:29.977Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-12T05:04:29.977Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-12T05:04:29.977Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-12T05:04:59.978Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ab3b9c77-e40b-477f-9988-12ce966d3d68
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10-12T05:04:59.989Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ab3b9c77-e40b-477f-9988-12ce966d3d68
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-12T05:04:59.991Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-12T05:04:59.991Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-12T05:04:59.991Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-12T05:05:24.355Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:05:24.356Z||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-10-12T05:05:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:05:24.483Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:05:24.483Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:05:24.483Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015064353,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:05:24.484Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:05:29.994Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ab3b9c77-e40b-477f-9988-12ce966d3d68
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10-12T05:05:30.007Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ab3b9c77-e40b-477f-9988-12ce966d3d68
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-12T05:05:30.010Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-12T05:05:30.010Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-12T05:05:30.010Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-12T05:06:00.011Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ab3b9c77-e40b-477f-9988-12ce966d3d68
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10-12T05:06:00.023Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ab3b9c77-e40b-477f-9988-12ce966d3d68
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-12T05:06:00.025Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-12T05:06:00.025Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-12T05:06:00.025Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-12T05:06:24.355Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:06:24.356Z||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-10-12T05:06:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:06:24.384Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:06:24.385Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:06:24.385Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015064353,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:06:24.386Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:06:24.386Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:06:24.386Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
  "consumerID": "aai-ml",
  "timestamp": 1634015066263,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:06:24.386Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:06:24.386Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:06:24.386Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015067333,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:06:24.387Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:06:24.387Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:06:24.387Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
  "consumerID": "aai-ml",
  "timestamp": 1634015066263,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:06:24.387Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:06:24.387Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:06:24.387Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
  "consumerID": "clamp",
  "timestamp": 1634015068224,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:06:24.387Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:06:24.388Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:06:24.388Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015068962,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-12T05:06:24.388Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:06:24.388Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:06:24.388Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
  "consumerID": "aai-ml",
  "timestamp": 1634015069033,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:06:24.388Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:06:24.388Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:06:24.388Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
  "consumerID": "clamp",
  "timestamp": 1634015068224,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:06:24.388Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:06:24.388Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:06:24.388Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
  "consumerID": "aai-ml",
  "timestamp": 1634015072861,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-12T05:06:24.389Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:06:24.389Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:06:24.389Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
  "consumerID": "aai-ml",
  "timestamp": 1634015073864,
  "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-10-12T05:06:24.397Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ab3b9c77-e40b-477f-9988-12ce966d3d68
2021-10-12T05:06:24.397Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab3b9c77-e40b-477f-9988-12ce966d3d68 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-10-12T05:06:24.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:06:24.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
  "consumerID": "clamp",
  "timestamp": 1634015076864,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:06:24.407Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:06:24.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:06:24.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
  "consumerID": "clamp",
  "timestamp": 1634015078870,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-12T05:06:24.407Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:06:24.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:06:24.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
  "consumerID": "clamp",
  "timestamp": 1634015079873,
  "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-10-12T05:06:24.412Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ab3b9c77-e40b-477f-9988-12ce966d3d68
2021-10-12T05:06:24.413Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab3b9c77-e40b-477f-9988-12ce966d3d68 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-10-12T05:06:30.026Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ab3b9c77-e40b-477f-9988-12ce966d3d68
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10-12T05:06:30.036Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ab3b9c77-e40b-477f-9988-12ce966d3d68
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-12T05:06:30.040Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-12T05:06:30.040Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-12T05:06:30.040Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-12T05:06:30.040Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-12T05:06:30.040Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T05:06:30.040Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T05:06:30.040Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T05:06:30.041Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T05:06:30.041Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T05:06:30.041Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T05:06:30.041Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-12T05:06:30.046Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-12T05:07:00.047Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ab3b9c77-e40b-477f-9988-12ce966d3d68 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-10-12T05:07:00.059Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ab3b9c77-e40b-477f-9988-12ce966d3d68 and serviceModelVersionId: bb31cc6f-e77b-4d35-a3e9-0f8d0237fe0b
2021-10-12T05:07:00.060Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0983e9b1-df97-4791-9044-842c7a692e9e
2021-10-12T05:07:00.060Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0983e9b1-df97-4791-9044-842c7a692e9e/model-vers/model-ver/bb31cc6f-e77b-4d35-a3e9-0f8d0237fe0b?depth=0
2021-10-12T05:07:00.065Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-10-12T05:07:00.102Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0983e9b1-df97-4791-9044-842c7a692e9e/model-vers/model-ver/bb31cc6f-e77b-4d35-a3e9-0f8d0237fe0b?depth=0|INFO|500||Invoke
2021-10-12T05:07:00.102Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0983e9b1-df97-4791-9044-842c7a692e9e/model-vers/model-ver/bb31cc6f-e77b-4d35-a3e9-0f8d0237fe0b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0983e9b1-df97-4791-9044-842c7a692e9e/model-vers/model-ver/bb31cc6f-e77b-4d35-a3e9-0f8d0237fe0b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ab3b9c77-e40b-477f-9988-12ce966d3d68], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3c3f8320-85e3-4d87-aaa3-d5d0474cc210], X-ECOMP-RequestID=[ab3b9c77-e40b-477f-9988-12ce966d3d68], X-TransactionId=[], X-ONAP-RequestID=[ab3b9c77-e40b-477f-9988-12ce966d3d68], Content-Type=[application/merge-patch+json]}
2021-10-12T05:07:00.127Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0983e9b1-df97-4791-9044-842c7a692e9e/model-vers/model-ver/bb31cc6f-e77b-4d35-a3e9-0f8d0237fe0b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-12T05:07:00.608Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0983e9b1-df97-4791-9044-842c7a692e9e/model-vers/model-ver/bb31cc6f-e77b-4d35-a3e9-0f8d0237fe0b?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/0983e9b1-df97-4791-9044-842c7a692e9e/model-vers/model-ver/bb31cc6f-e77b-4d35-a3e9-0f8d0237fe0b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211012-05:07:00:135-44812], vertex-id=[192544], Content-Length=[0], Date=[Tue, 12 Oct 2021 05:07:00 GMT], Content-Type=[application/json]}
2021-10-12T05:07:00.608Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0983e9b1-df97-4791-9044-842c7a692e9e/model-vers/model-ver/bb31cc6f-e77b-4d35-a3e9-0f8d0237fe0b?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-12T05:07:00.609Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0983e9b1-df97-4791-9044-842c7a692e9e/model-vers/model-ver/bb31cc6f-e77b-4d35-a3e9-0f8d0237fe0b?depth=0|INFO|500||InvokeReturn
2021-10-12T05:07:00.609Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-12T05:07:00.609Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-12T05:07:00.614Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-12T05:07:00.615Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ab3b9c77-e40b-477f-9988-12ce966d3d68 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-12T05:07:00.615Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-12T05:07:00.615Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:07:00.617Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:07:00.617Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015220615,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-12T05:07:00.717Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:07:00.718Z||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-10-12T05:07:00.718Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:07:00.732Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:07:00.733Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-12T05:07:01.628Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:07:01.629Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|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-10-12T05:07:01.629Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|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 bA15VfQgJETDniaE) ...
2021-10-12T05:07:05.929Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:07:05.930Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-12T05:07:05.930Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"75df7439-8e2f-4596-be08-bd539511aae7","serviceName":"Demo_pNF_vq3dVddQ3lX926OMa3Od","serviceVersion":"1.0","serviceUUID":"a1d619d1-3b57-4322-a3f4-ab3e82655640","serviceDescription":"catalog service description","serviceInvariantUUID":"88a80149-2fba-4358-b573-2e5981108ca2","resources":[{"resourceInstanceName":"pNF 058d6cea-ce3d 0","resourceName":"pNF 058d6cea-ce3d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"de3eb47f-0dfe-4650-979c-4b65407fabb8","resourceInvariantUUID":"27eeb8ef-0482-4a0c-95c7-36ba68b4a1eb","resourceCustomizationUUID":"90288030-302e-4c3f-aecb-5060a8486b9f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/vf-license-model.xml","artifactChecksum":"MTc4N2M3MDI1M2FkNGRmZGFmYWNiMWJlYThlMzFmZjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6724feeb-050a-4c59-b2e2-fc5d0550e234","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/pNF.csar","artifactChecksum":"MmY3MmJkNGQ3MGYzYmE3MDMwNjk2YjZkYzU5ZDY1NGM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f751863d-b9ab-488b-a641-c9b61a92e7da","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5ddee323-bb3a-47d7-a208-c174e5a37d13","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/vendor-license-model.xml","artifactChecksum":"ZTdkODEwNjRiMzkxNDM0NDcxZTZjOTgyYTc0ZjVmYjI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d486c263-4a16-4bd5-a964-4a70c1d8310a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2f6fbaa9-286a-4a96-8bcf-00e301e5cb2e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"82fc5175-7a7c-4564-aaf2-8e657f3dace1","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfVq3dvddq3lx926oma3od-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/artifacts/service-DemoPnfVq3dvddq3lx926oma3od-template.yml","artifactChecksum":"NmU0NjM2MDczNjhjZTJiOWMzOTc1Mjc4YzYwOThiYWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5d6acc89-5127-4614-ba58-f9d525abac08","artifactVersion":"1"},{"artifactName":"service-DemoPnfVq3dvddq3lx926oma3od-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/artifacts/service-DemoPnfVq3dvddq3lx926oma3od-csar.csar","artifactChecksum":"YzkyYWQwZmE3Njc1ODI2NWU3OTFlMWFiMTczOGE1NTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7d922b3d-f892-4c71-8235-6a98d6d58091","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-12T05:07:05.933Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:07:05.933Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:07:05.936Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:07:05.936Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015221628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:07:06.036Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:07:06.037Z||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-10-12T05:07:06.037Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:07:06.052Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:07:06.052Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:07:06.936Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:07:06.938Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:07:06.940Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:07:06.940Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015221628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:07:07.040Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:07:07.041Z||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-10-12T05:07:07.041Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:07:07.052Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:07:07.053Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:07:07.941Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:07:07.942Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:07:07.944Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:07:07.944Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015221628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:07:08.045Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:07:08.045Z||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-10-12T05:07:08.046Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:07:08.057Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:07:08.057Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:07:08.945Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:07:08.946Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:07:08.948Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:07:08.948Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015221628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:07:09.048Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:07:09.049Z||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-10-12T05:07:09.049Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:07:09.062Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:07:09.062Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:07:09.949Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:07:09.949Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:07:09.951Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:07:09.951Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015221628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:07:10.052Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-12T05:07:10.053Z||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-10-12T05:07:10.053Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:07:10.065Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:07:10.065Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:07:10.952Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:07:10.953Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:07:10.955Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:07:10.955Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015221628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:07:11.055Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:07:11.056Z||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-10-12T05:07:11.056Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:07:11.068Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:07:11.069Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-12T05:07:11.956Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:07:11.956Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:07:11.958Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:07:11.958Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015221628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/artifacts/service-DemoPnfVq3dvddq3lx926oma3od-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:07:12.058Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:07:12.059Z||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-10-12T05:07:12.059Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:07:12.071Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:07:12.071Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:07:12.958Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:07:12.959Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:07:12.962Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:07:12.962Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015221628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/artifacts/service-DemoPnfVq3dvddq3lx926oma3od-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:07:13.062Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:07:13.063Z||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-10-12T05:07:13.063Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:07:13.074Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:07:13.075Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:07:13.964Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "serviceName": "Demo_pNF_vq3dVddQ3lX926OMa3Od",
  "serviceVersion": "1.0",
  "serviceUUID": "a1d619d1-3b57-4322-a3f4-ab3e82655640",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "88a80149-2fba-4358-b573-2e5981108ca2",
  "resources": [
    {
      "resourceInstanceName": "pNF 058d6cea-ce3d 0",
      "resourceCustomizationUUID": "90288030-302e-4c3f-aecb-5060a8486b9f",
      "resourceName": "pNF 058d6cea-ce3d",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "de3eb47f-0dfe-4650-979c-4b65407fabb8",
      "resourceInvariantUUID": "27eeb8ef-0482-4a0c-95c7-36ba68b4a1eb",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfVq3dvddq3lx926oma3od-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/artifacts/service-DemoPnfVq3dvddq3lx926oma3od-csar.csar",
      "artifactChecksum": "YzkyYWQwZmE3Njc1ODI2NWU3OTFlMWFiMTczOGE1NTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7d922b3d-f892-4c71-8235-6a98d6d58091"
    }
  ],
  "workloadContext": "Production"
}
2021-10-12T05:07:13.964Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-12T05:07:13.964Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a1d619d1-3b57-4322-a3f4-ab3e82655640 ASDC
2021-10-12T05:07:13.965Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:75df7439-8e2f-4596-be08-bd539511aae7
ServiceName:Demo_pNF_vq3dVddQ3lX926OMa3Od
ServiceVersion:1.0
ServiceUUID:a1d619d1-3b57-4322-a3f4-ab3e82655640
ServiceInvariantUUID:88a80149-2fba-4358-b573-2e5981108ca2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfVq3dvddq3lx926oma3od-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/artifacts/service-DemoPnfVq3dvddq3lx926oma3od-csar.csar
ArtifactUUID:7d922b3d-f892-4c71-8235-6a98d6d58091
ArtifactChecksum:YzkyYWQwZmE3Njc1ODI2NWU3OTFlMWFiMTczOGE1NTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 058d6cea-ce3d 0
ResourceCustomizationUUID:90288030-302e-4c3f-aecb-5060a8486b9f
ResourceInvariantUUID:27eeb8ef-0482-4a0c-95c7-36ba68b4a1eb
ResourceName:pNF 058d6cea-ce3d
ResourceType:PNF
ResourceUUID:de3eb47f-0dfe-4650-979c-4b65407fabb8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-10-12T05:07:13.965Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a1d619d1-3b57-4322-a3f4-ab3e82655640 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-10-12T05:07:13.993Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-12T05:07:13.994Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-12T05:07:13.994Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-12T05:07:13.995Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7d922b3d-f892-4c71-8235-6a98d6d58091 from URL: /sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/artifacts/service-DemoPnfVq3dvddq3lx926oma3od-csar.csar
2021-10-12T05:07:13.995Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-12T05:07:13.995Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/artifacts/service-DemoPnfVq3dvddq3lx926oma3od-csar.csar
2021-10-12T05:07:14.063Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-12T05:07:14.071Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/artifacts/service-DemoPnfVq3dvddq3lx926oma3od-csar.csar 7d922b3d-f892-4c71-8235-6a98d6d58091 82540
2021-10-12T05:07:14.071Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/artifacts/service-DemoPnfVq3dvddq3lx926oma3od-csar.csar ASDC sendASDCNotification
2021-10-12T05:07:14.071Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/artifacts/service-DemoPnfVq3dvddq3lx926oma3od-csar.csar
2021-10-12T05:07:14.071Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-12T05:07:14.072Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:07:14.073Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:07:14.073Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015234071,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/artifacts/service-DemoPnfVq3dvddq3lx926oma3od-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:07:14.174Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-12T05:07:14.175Z||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-10-12T05:07:14.175Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:07:14.188Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:07:14.189Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:07:15.074Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-12T05:07:15.075Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-12T05:07:15.075Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 7d922b3d-f892-4c71-8235-6a98d6d58091, URL: /sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/artifacts/service-DemoPnfVq3dvddq3lx926oma3od-csar.csar to file: /app/ASDC/1/service-DemoPnfVq3dvddq3lx926oma3od-csar.csar
2021-10-12T05:07:15.075Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfVq3dvddq3lx926oma3od-csar.csar
2021-10-12T05:07:15.076Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfVq3dvddq3lx926oma3od-csar.csar
2021-10-12T05:07:15.076Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfVq3dvddq3lx926oma3od-csar.csar
2021-10-12T05:07:15.208Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP245399667940112237/Definitions/service-DemoPnfVq3dvddq3lx926oma3od-template.yml
2021-10-12T05:07:15.853Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-12T05:07:15.853Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-10-12T05:07:15.853Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfVq3dvddq3lx926oma3od-csar.csar
2021-10-12T05:07:15.853Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-10-12T05:07:15.853Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 058d6cea-ce3d 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-DemoPnfVq3dvddq3lx926oma3od-csar.csar
2021-10-12T05:07:15.853Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||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-DemoPnfVq3dvddq3lx926oma3od-csar.csar
2021-10-12T05:07:15.853Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfVq3dvddq3lx926oma3od-csar.csar
2021-10-12T05:07:15.853Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||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-DemoPnfVq3dvddq3lx926oma3od-csar.csar
2021-10-12T05:07:15.853Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVq3dvddq3lx926oma3od-csar.csar
2021-10-12T05:07:15.853Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVq3dvddq3lx926oma3od-csar.csar
2021-10-12T05:07:15.853Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVq3dvddq3lx926oma3od-csar.csar
2021-10-12T05:07:15.854Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-10-12T05:07:15.854Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:07:15.854Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_vq3dVddQ3lX926OMa3Od is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:07:15.854Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||Node template pNF 058d6cea-ce3d 0 is matching search criteria
2021-10-12T05:07:15.854Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-10-12T05:07:15.854Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 058d6cea-ce3d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-12T05:07:15.854Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:07:15.854Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_vq3dVddQ3lX926OMa3Od is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:07:15.854Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||Node template pNF 058d6cea-ce3d 0 is matching search criteria
2021-10-12T05:07:15.854Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-10-12T05:07:15.854Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 058d6cea-ce3d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-12T05:07:15.854Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:07:15.855Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_vq3dVddQ3lX926OMa3Od is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:07:15.855Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:07:15.855Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_vq3dVddQ3lX926OMa3Od is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:07:15.855Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:07:15.855Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_vq3dVddQ3lX926OMa3Od is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:07:15.855Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:07:15.855Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_vq3dVddQ3lX926OMa3Od is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:07:15.855Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:07:15.855Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_vq3dVddQ3lX926OMa3Od is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:07:15.855Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_vq3dVddQ3lX926OMa3Od
Description:catalog service description
Model UUID:a1d619d1-3b57-4322-a3f4-ab3e82655640
Model Version:NULL
Model InvariantUuid:88a80149-2fba-4358-b573-2e5981108ca2
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-10-12T05:07:15.862Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: de3eb47f-0dfe-4650-979c-4b65407fabb8
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-10-12T05:07:15.865Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||pNF 058d6cea-ce3d 0
2021-10-12T05:07:15.865Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: de3eb47f-0dfe-4650-979c-4b65407fabb8
2021-10-12T05:07:15.865Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||No resources found for Service: a1d619d1-3b57-4322-a3f4-ab3e82655640
2021-10-12T05:07:15.865Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: a1d619d1-3b57-4322-a3f4-ab3e82655640
2021-10-12T05:07:15.865Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 058d6cea-ce3d 0 de3eb47f-0dfe-4650-979c-4b65407fabb8 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-10-12T05:07:15.870Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@f73338c, org.onap.sdc.toscaparser.api.parameters.Input@15c5091d, org.onap.sdc.toscaparser.api.parameters.Input@1d3f8359, org.onap.sdc.toscaparser.api.parameters.Input@45415006, org.onap.sdc.toscaparser.api.parameters.Input@53b8e471]
2021-10-12T05:07:15.870Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:07:15.870Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_vq3dVddQ3lX926OMa3Od is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:07:15.871Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid a1d619d1-3b57-4322-a3f4-ab3e82655640: pNF 058d6cea-ce3d
2021-10-12T05:07:15.871Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||Processing PNF resource: de3eb47f-0dfe-4650-979c-4b65407fabb8
2021-10-12T05:07:15.871Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:07:15.871Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_vq3dVddQ3lX926OMa3Od is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:07:15.871Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||Resource customization UUID: 90288030-302e-4c3f-aecb-5060a8486b9f is the same as notified resource customizationUUID: 90288030-302e-4c3f-aecb-5060a8486b9f
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-10-12T05:07:15.926Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 058d6cea-ce3d de3eb47f-0dfe-4650-979c-4b65407fabb8 0 ASDC deployResourceStructure
2021-10-12T05:07:15.926Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/artifacts/service-DemoPnfVq3dvddq3lx926oma3od-csar.csar ASDC sendASDCNotification
2021-10-12T05:07:15.926Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/artifacts/service-DemoPnfVq3dvddq3lx926oma3od-csar.csar
2021-10-12T05:07:15.926Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-12T05:07:15.926Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:07:15.928Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:07:15.929Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015235926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/artifacts/service-DemoPnfVq3dvddq3lx926oma3od-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-12T05:07:16.029Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:07:16.030Z||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-10-12T05:07:16.030Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:07:16.040Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:07:16.041Z||pool-49-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:07:16.929Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75df7439-8e2f-4596-be08-bd539511aae7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10-12T05:07:16.941Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75df7439-8e2f-4596-be08-bd539511aae7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-12T05:07:16.943Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-12T05:07:16.943Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-12T05:07:16.943Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-12T05:07:24.355Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:07:24.355Z||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-10-12T05:07:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:07:24.383Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:07:24.386Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.386Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015130723,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:07:24.386Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:07:24.386Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.386Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "dcae-sch",
  "timestamp": 1634015133945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:07:24.387Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:07:24.387Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.387Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "cds",
  "timestamp": 1634015134962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:07:24.387Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:07:24.387Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.387Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "cds",
  "timestamp": 1634015134962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:07:24.387Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:07:24.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015130723,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:07:24.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:07:24.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "dcae-sch",
  "timestamp": 1634015133945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:07:24.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:07:24.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "cds",
  "timestamp": 1634015134962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:07:24.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:07:24.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015130723,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:07:24.389Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:07:24.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "dcae-sch",
  "timestamp": 1634015133945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:07:24.389Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:07:24.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015139956,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:07:24.389Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:07:24.390Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.390Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "cds",
  "timestamp": 1634015134962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:07:24.390Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:07:24.390Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.390Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015130723,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:07:24.390Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:07:24.390Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.390Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "dcae-sch",
  "timestamp": 1634015133945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:07:24.390Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:07:24.390Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.390Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015139956,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:07:24.391Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:07:24.391Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.391Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "cds",
  "timestamp": 1634015134962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:07:24.391Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:07:24.391Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.391Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015130723,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:07:24.391Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:07:24.391Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.391Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "dcae-sch",
  "timestamp": 1634015133945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:07:24.392Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:07:24.392Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.392Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015139956,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:07:24.392Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:07:24.392Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.392Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "cds",
  "timestamp": 1634015134962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:07:24.392Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:07:24.392Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.392Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "dcae-sch",
  "timestamp": 1634015133945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:07:24.392Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:07:24.393Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.393Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015130723,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:07:24.393Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:07:24.393Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.393Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015139956,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:07:24.393Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:07:24.393Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.393Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "policy-id",
  "timestamp": 1634015143447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:07:24.393Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:07:24.393Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "cds",
  "timestamp": 1634015134962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/artifacts/service-DemoPnfVq3dvddq3lx926oma3od-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:07:24.394Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:07:24.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "dcae-sch",
  "timestamp": 1634015133945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/artifacts/service-DemoPnfVq3dvddq3lx926oma3od-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:07:24.394Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:07:24.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015130723,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/artifacts/service-DemoPnfVq3dvddq3lx926oma3od-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:07:24.394Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:07:24.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015139956,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:07:24.394Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:07:24.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "policy-id",
  "timestamp": 1634015143447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:07:24.395Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:07:24.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "cds",
  "timestamp": 1634015134962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/artifacts/service-DemoPnfVq3dvddq3lx926oma3od-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:07:24.395Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:07:24.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "dcae-sch",
  "timestamp": 1634015133945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/artifacts/service-DemoPnfVq3dvddq3lx926oma3od-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:07:24.395Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:07:24.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015130723,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/artifacts/service-DemoPnfVq3dvddq3lx926oma3od-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:07:24.396Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:07:24.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015139956,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-10-12T05:07:24.396Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:07:24.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "policy-id",
  "timestamp": 1634015143447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:07:24.396Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:07:24.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015139956,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/artifacts/service-DemoPnfVq3dvddq3lx926oma3od-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:07:24.396Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:07:24.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "cds",
  "timestamp": 1634015146850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/artifacts/service-DemoPnfVq3dvddq3lx926oma3od-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:07:24.397Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:07:24.397Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "policy-id",
  "timestamp": 1634015143447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:07:24.397Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:07:24.397Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015139956,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/artifacts/service-DemoPnfVq3dvddq3lx926oma3od-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:07:24.397Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:07:24.397Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "cds",
  "timestamp": 1634015147854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/artifacts/service-DemoPnfVq3dvddq3lx926oma3od-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-10-12T05:07:24.404Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 75df7439-8e2f-4596-be08-bd539511aae7
2021-10-12T05:07:24.404Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75df7439-8e2f-4596-be08-bd539511aae7 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-10-12T05:07:24.414Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.414Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "policy-id",
  "timestamp": 1634015143447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:07:24.414Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:07:24.414Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.415Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015147823,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:07:24.415Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:07:24.415Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.415Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015148840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:07:24.415Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:07:24.415Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.415Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "policy-id",
  "timestamp": 1634015143447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:07:24.415Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:07:24.416Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.416Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015147823,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:07:24.416Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:07:24.416Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.416Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015150073,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-10-12T05:07:24.416Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:07:24.416Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.416Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "policy-id",
  "timestamp": 1634015143447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/artifacts/service-DemoPnfVq3dvddq3lx926oma3od-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:07:24.416Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:07:24.416Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.417Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015147823,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:07:24.417Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:07:24.417Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.417Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015151076,
  "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-10-12T05:07:24.423Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 75df7439-8e2f-4596-be08-bd539511aae7
2021-10-12T05:07:24.423Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75df7439-8e2f-4596-be08-bd539511aae7 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-10-12T05:07:24.432Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.432Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "policy-id",
  "timestamp": 1634015143447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/artifacts/service-DemoPnfVq3dvddq3lx926oma3od-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:07:24.432Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:07:24.433Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.433Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015147823,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:07:24.433Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:07:24.433Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.433Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "policy-id",
  "timestamp": 1634015152168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/artifacts/service-DemoPnfVq3dvddq3lx926oma3od-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:07:24.433Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:07:24.433Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.433Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015147823,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:07:24.433Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:07:24.434Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.434Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "policy-id",
  "timestamp": 1634015153172,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/artifacts/service-DemoPnfVq3dvddq3lx926oma3od-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-12T05:07:24.434Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:07:24.434Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.434Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015147823,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:07:24.434Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:07:24.434Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.434Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "policy-id",
  "timestamp": 1634015154175,
  "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-10-12T05:07:24.439Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 75df7439-8e2f-4596-be08-bd539511aae7
2021-10-12T05:07:24.439Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75df7439-8e2f-4596-be08-bd539511aae7 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-10-12T05:07:24.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015147823,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/artifacts/service-DemoPnfVq3dvddq3lx926oma3od-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:07:24.448Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:07:24.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015147823,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/artifacts/service-DemoPnfVq3dvddq3lx926oma3od-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:07:24.449Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:07:24.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015156539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/artifacts/service-DemoPnfVq3dvddq3lx926oma3od-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:07:24.449Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:07:24.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "aai-ml",
  "timestamp": 1634015156263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:07:24.449Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:07:24.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "aai-ml",
  "timestamp": 1634015156263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:07:24.449Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:07:24.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015158261,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/artifacts/service-DemoPnfVq3dvddq3lx926oma3od-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-12T05:07:24.449Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:07:24.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.450Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "clamp",
  "timestamp": 1634015158224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:07:24.450Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:07:24.450Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.450Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "aai-ml",
  "timestamp": 1634015156263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:07:24.450Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:07:24.450Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.450Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015159264,
  "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-10-12T05:07:24.455Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 75df7439-8e2f-4596-be08-bd539511aae7
2021-10-12T05:07:24.455Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75df7439-8e2f-4596-be08-bd539511aae7 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-10-12T05:07:24.463Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.464Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "clamp",
  "timestamp": 1634015158224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:07:24.464Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:07:24.464Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.464Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "aai-ml",
  "timestamp": 1634015156263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:07:24.464Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:07:24.465Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.465Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "clamp",
  "timestamp": 1634015158224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:07:24.465Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:07:24.465Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.465Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "aai-ml",
  "timestamp": 1634015156263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:07:24.465Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:07:24.465Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.465Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "clamp",
  "timestamp": 1634015158224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:07:24.465Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:07:24.465Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.466Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "aai-ml",
  "timestamp": 1634015156263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:07:24.466Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:07:24.466Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.466Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "clamp",
  "timestamp": 1634015158224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:07:24.466Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:07:24.466Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.466Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "aai-ml",
  "timestamp": 1634015156263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/artifacts/service-DemoPnfVq3dvddq3lx926oma3od-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:07:24.466Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:07:24.467Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.467Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "clamp",
  "timestamp": 1634015158224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:07:24.467Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:07:24.467Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.467Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "aai-ml",
  "timestamp": 1634015156263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/artifacts/service-DemoPnfVq3dvddq3lx926oma3od-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:07:24.467Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:07:24.467Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.467Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "clamp",
  "timestamp": 1634015158224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/artifacts/service-DemoPnfVq3dvddq3lx926oma3od-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:07:24.468Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:07:24.468Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.468Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "aai-ml",
  "timestamp": 1634015165323,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/artifacts/service-DemoPnfVq3dvddq3lx926oma3od-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:07:24.468Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:07:24.468Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.468Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "clamp",
  "timestamp": 1634015158224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/artifacts/service-DemoPnfVq3dvddq3lx926oma3od-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:07:24.468Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:07:24.468Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.469Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "aai-ml",
  "timestamp": 1634015170009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/artifacts/service-DemoPnfVq3dvddq3lx926oma3od-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-12T05:07:24.469Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:07:24.469Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.469Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "aai-ml",
  "timestamp": 1634015171012,
  "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-10-12T05:07:24.475Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 75df7439-8e2f-4596-be08-bd539511aae7
2021-10-12T05:07:24.476Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75df7439-8e2f-4596-be08-bd539511aae7 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-10-12T05:07:24.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "clamp",
  "timestamp": 1634015178882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/artifacts/service-DemoPnfVq3dvddq3lx926oma3od-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:07:24.485Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:07:24.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "clamp",
  "timestamp": 1634015180890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/artifacts/service-DemoPnfVq3dvddq3lx926oma3od-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-12T05:07:24.486Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:07:24.486Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:07:24.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "clamp",
  "timestamp": 1634015181893,
  "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-10-12T05:07:24.492Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 75df7439-8e2f-4596-be08-bd539511aae7
2021-10-12T05:07:24.492Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75df7439-8e2f-4596-be08-bd539511aae7 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-10-12T05:07:46.944Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75df7439-8e2f-4596-be08-bd539511aae7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10-12T05:07:46.955Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75df7439-8e2f-4596-be08-bd539511aae7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-12T05:07:46.957Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-12T05:07:46.958Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-12T05:07:46.958Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-12T05:07:46.958Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-12T05:07:46.958Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T05:07:46.958Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T05:07:46.958Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T05:07:46.958Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T05:07:46.958Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T05:07:46.958Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T05:07:46.958Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T05:07:46.958Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-12T05:07:46.964Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-12T05:08:16.965Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 75df7439-8e2f-4596-be08-bd539511aae7 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-10-12T05:08:16.971Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 75df7439-8e2f-4596-be08-bd539511aae7 and serviceModelVersionId: a1d619d1-3b57-4322-a3f4-ab3e82655640
2021-10-12T05:08:16.972Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 88a80149-2fba-4358-b573-2e5981108ca2
2021-10-12T05:08:16.972Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/88a80149-2fba-4358-b573-2e5981108ca2/model-vers/model-ver/a1d619d1-3b57-4322-a3f4-ab3e82655640?depth=0
2021-10-12T05:08:16.977Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-10-12T05:08:17.011Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/88a80149-2fba-4358-b573-2e5981108ca2/model-vers/model-ver/a1d619d1-3b57-4322-a3f4-ab3e82655640?depth=0|INFO|500||Invoke
2021-10-12T05:08:17.012Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/88a80149-2fba-4358-b573-2e5981108ca2/model-vers/model-ver/a1d619d1-3b57-4322-a3f4-ab3e82655640?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/88a80149-2fba-4358-b573-2e5981108ca2/model-vers/model-ver/a1d619d1-3b57-4322-a3f4-ab3e82655640?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[75df7439-8e2f-4596-be08-bd539511aae7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[069caf32-54ee-4ff6-8ec1-3a7bd6ea1904], X-ECOMP-RequestID=[75df7439-8e2f-4596-be08-bd539511aae7], X-TransactionId=[], X-ONAP-RequestID=[75df7439-8e2f-4596-be08-bd539511aae7], Content-Type=[application/merge-patch+json]}
2021-10-12T05:08:17.035Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/88a80149-2fba-4358-b573-2e5981108ca2/model-vers/model-ver/a1d619d1-3b57-4322-a3f4-ab3e82655640?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-12T05:08:17.307Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/88a80149-2fba-4358-b573-2e5981108ca2/model-vers/model-ver/a1d619d1-3b57-4322-a3f4-ab3e82655640?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/88a80149-2fba-4358-b573-2e5981108ca2/model-vers/model-ver/a1d619d1-3b57-4322-a3f4-ab3e82655640?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211012-05:08:17:044-85024], vertex-id=[409624], Content-Length=[0], Date=[Tue, 12 Oct 2021 05:08:17 GMT], Content-Type=[application/json]}
2021-10-12T05:08:17.307Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/88a80149-2fba-4358-b573-2e5981108ca2/model-vers/model-ver/a1d619d1-3b57-4322-a3f4-ab3e82655640?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-12T05:08:17.308Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/88a80149-2fba-4358-b573-2e5981108ca2/model-vers/model-ver/a1d619d1-3b57-4322-a3f4-ab3e82655640?depth=0|INFO|500||InvokeReturn
2021-10-12T05:08:17.308Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-12T05:08:17.308Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-12T05:08:17.314Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-12T05:08:17.314Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 75df7439-8e2f-4596-be08-bd539511aae7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-12T05:08:17.314Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-12T05:08:17.315Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:08:17.316Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:08:17.317Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015297314,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-12T05:08:17.417Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:08:17.418Z||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-10-12T05:08:17.418Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:08:17.438Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:08:17.438Z||pool-50-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-10-12T05:08:18.332Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:08:18.333Z|75df7439-8e2f-4596-be08-bd539511aae7|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-10-12T05:08:18.333Z|75df7439-8e2f-4596-be08-bd539511aae7|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 bA15VfQgJETDniaE) ...
2021-10-12T05:08:24.355Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:08:24.356Z||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-10-12T05:08:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:08:24.385Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:08:24.386Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:08:24.386Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015220615,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-12T05:08:24.387Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:08:24.387Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:08:24.387Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015221628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:08:24.387Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:08:24.387Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:08:24.387Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015221628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:08:24.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:08:24.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:08:24.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015221628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:08:24.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:08:24.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:08:24.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015221628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:08:24.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:08:24.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:08:24.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015221628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:08:24.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:08:24.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:08:24.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015221628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:08:24.389Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:08:24.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:08:24.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015221628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/artifacts/service-DemoPnfVq3dvddq3lx926oma3od-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:08:24.389Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:08:24.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:08:24.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015221628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/artifacts/service-DemoPnfVq3dvddq3lx926oma3od-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:08:24.389Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:08:24.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:08:24.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015234071,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/artifacts/service-DemoPnfVq3dvddq3lx926oma3od-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:08:24.389Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:08:24.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:08:24.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015235926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/artifacts/service-DemoPnfVq3dvddq3lx926oma3od-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-12T05:08:24.390Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:08:26.385Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:08:26.385Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-12T05:08:26.385Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"8e00d258-a257-42a3-a866-44b368673ef3","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"8b607b0f-1ba4-4bd2-b52a-c0d38ec4f92f","serviceDescription":"service","serviceInvariantUUID":"f2366537-49cc-433e-84b8-bdb5cfa12cd2","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"66fa3d7d-a725-440b-af24-a79e13d79629","resourceInvariantUUID":"68a220c2-32db-47bf-a696-575bc9438d13","resourceCustomizationUUID":"ab035cb3-5dc9-4c8c-8e65-3df46469f67c","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":"NzNhODUzNTk4NmUyY2EyZTc2M2I4YzM3MzZiMDM3ZjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9fc662b3-8b50-44fd-921c-923ea08445ea","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":"OTk3NGRmMmJjNDY2OGE4ZDdjYjNhMDhjMmYxMjlhNWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d9adf397-462f-4cb0-bf6c-a30653dd802d","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":"6dc9e893-167d-4e9f-9dbd-f011c1a23dda","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":"ec8d0163-1e34-497c-a873-daa604536864","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":"5b208f2a-d4d0-4f20-8279-3c9fead1db06","artifactVersion":"2","generatedFromUUID":"6dc9e893-167d-4e9f-9dbd-f011c1a23dda"},{"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":"YWEwYjgzZmI2ZWVmMjQ4NTk0NGY2MDExZTJhNzcxNTI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"7817fc20-5297-4f03-935e-0ca84c96185c","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":"ZDllYTNjMmE3OGZkMDE2OWY4YTBiMTVhMjIxOWQwZTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d14e4696-d108-431d-9e5a-71b4e3e87aa5","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZTc2NDVhNTM5ODhkZDgzYmJmYzRkYjVkYjgyZWZlODM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"53ad0636-04c5-4210-b95d-c36f7539b85f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-12T05:08:26.387Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:08:26.387Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:08:26.389Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:08:26.390Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015298332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:08:26.490Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:08:26.490Z||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-10-12T05:08:26.491Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:08:26.500Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:08:26.501Z||pool-51-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:08:27.390Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:08:27.391Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:08:27.393Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:08:27.393Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015298332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-10-12T05:08:27.493Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:08:27.494Z||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-10-12T05:08:27.494Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:08:27.509Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:08:27.510Z||pool-52-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:08:28.394Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:08:28.394Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:08:28.396Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:08:28.396Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015298332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-12T05:08:28.497Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-12T05:08:28.498Z||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-10-12T05:08:28.498Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:08:28.517Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:08:28.517Z||pool-53-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:08:29.397Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:08:29.398Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:08:29.401Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:08:29.401Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015298332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:08:29.501Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:08:29.501Z||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-10-12T05:08:29.501Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:08:29.512Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:08:29.512Z||pool-54-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:08:30.402Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:08:30.403Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:08:30.405Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:08:30.405Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015298332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-12T05:08:30.505Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:08:30.506Z||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-10-12T05:08:30.506Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:08:30.520Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:08:30.520Z||pool-55-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-12T05:08:31.405Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:08:31.406Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:08:31.408Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:08:31.409Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015298332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:08:31.509Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:08:31.509Z||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-10-12T05:08:31.509Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:08:31.519Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:08:31.519Z||pool-56-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-10-12T05:08:32.409Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:08:32.410Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:08:32.412Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:08:32.412Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015298332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:08:32.512Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:08:32.513Z||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-10-12T05:08:32.513Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:08:32.523Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:08:32.523Z||pool-57-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:08:33.412Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:08:33.413Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:08:33.416Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:08:33.416Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015298332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:08:33.516Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:08:33.517Z||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-10-12T05:08:33.517Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:08:33.526Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:08:33.526Z||pool-58-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:08:34.417Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "8b607b0f-1ba4-4bd2-b52a-c0d38ec4f92f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f2366537-49cc-433e-84b8-bdb5cfa12cd2",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "ab035cb3-5dc9-4c8c-8e65-3df46469f67c",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "66fa3d7d-a725-440b-af24-a79e13d79629",
      "resourceInvariantUUID": "68a220c2-32db-47bf-a696-575bc9438d13",
      "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": "OTk3NGRmMmJjNDY2OGE4ZDdjYjNhMDhjMmYxMjlhNWY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d9adf397-462f-4cb0-bf6c-a30653dd802d",
          "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": "6dc9e893-167d-4e9f-9dbd-f011c1a23dda",
          "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": "5b208f2a-d4d0-4f20-8279-3c9fead1db06",
            "generatedFromUUID": "6dc9e893-167d-4e9f-9dbd-f011c1a23dda"
          },
          "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": "5b208f2a-d4d0-4f20-8279-3c9fead1db06",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZTc2NDVhNTM5ODhkZDgzYmJmYzRkYjVkYjgyZWZlODM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "53ad0636-04c5-4210-b95d-c36f7539b85f"
    }
  ],
  "workloadContext": "Production"
}
2021-10-12T05:08:34.418Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-12T05:08:34.418Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8b607b0f-1ba4-4bd2-b52a-c0d38ec4f92f ASDC
2021-10-12T05:08:34.418Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:8e00d258-a257-42a3-a866-44b368673ef3
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:8b607b0f-1ba4-4bd2-b52a-c0d38ec4f92f
ServiceInvariantUUID:f2366537-49cc-433e-84b8-bdb5cfa12cd2
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:53ad0636-04c5-4210-b95d-c36f7539b85f
ArtifactChecksum:ZTc2NDVhNTM5ODhkZDgzYmJmYzRkYjVkYjgyZWZlODM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:ab035cb3-5dc9-4c8c-8e65-3df46469f67c
ResourceInvariantUUID:68a220c2-32db-47bf-a696-575bc9438d13
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:66fa3d7d-a725-440b-af24-a79e13d79629
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:d9adf397-462f-4cb0-bf6c-a30653dd802d
ArtifactChecksum:OTk3NGRmMmJjNDY2OGE4ZDdjYjNhMDhjMmYxMjlhNWY=
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:6dc9e893-167d-4e9f-9dbd-f011c1a23dda
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:5b208f2a-d4d0-4f20-8279-3c9fead1db06
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:5b208f2a-d4d0-4f20-8279-3c9fead1db06
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-12T05:08:34.418Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8b607b0f-1ba4-4bd2-b52a-c0d38ec4f92f 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-10-12T05:08:34.449Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-12T05:08:34.450Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-12T05:08:34.450Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-12T05:08:34.450Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 53ad0636-04c5-4210-b95d-c36f7539b85f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-10-12T05:08:34.450Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-12T05:08:34.450Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-10-12T05:08:34.523Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-12T05:08:34.557Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 53ad0636-04c5-4210-b95d-c36f7539b85f 78616
2021-10-12T05:08:34.557Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-10-12T05:08:34.557Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-10-12T05:08:34.557Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-12T05:08:34.557Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:08:34.559Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:08:34.560Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015314557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:08:34.660Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:08:34.660Z||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-10-12T05:08:34.661Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:08:34.672Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:08:34.672Z||pool-59-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:08:35.560Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-12T05:08:35.562Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-12T05:08:35.562Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 53ad0636-04c5-4210-b95d-c36f7539b85f, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-12T05:08:35.562Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-10-12T05:08:35.563Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-12T05:08:35.563Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-12T05:08:35.679Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7758051836557777909/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-10-12T05:08:36.626Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-12T05:08:36.626Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-10-12T05:08:36.626Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-12T05:08:36.626Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-12T05:08:36.627Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||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-10-12T05:08:36.627Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||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-10-12T05:08:36.627Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-12T05:08:36.627Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-12T05:08:36.627Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-12T05:08:36.627Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||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-10-12T05:08:36.627Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-12T05:08:36.627Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||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-10-12T05:08:36.627Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-12T05:08:36.627Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-10-12T05:08:36.627Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:08:36.627Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:08:36.628Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-12T05:08:36.628Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-10-12T05:08:36.628Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-12T05:08:36.628Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:08:36.628Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:08:36.628Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-12T05:08:36.628Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-10-12T05:08:36.629Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-12T05:08:36.629Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:08:36.629Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:08:36.629Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:08:36.629Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-10-12T05:08:36.629Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-10-12T05:08:36.629Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-10-12T05:08:36.630Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-10-12T05:08:36.630Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-12T05:08:36.630Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-12T05:08:36.630Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:08:36.630Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-12T05:08:36.631Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:08:36.631Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-12T05:08:36.631Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-12T05:08:36.631Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:08:36.631Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-12T05:08:36.631Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-12T05:08:36.631Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:08:36.632Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-12T05:08:36.632Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-12T05:08:36.632Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:08:36.632Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-10-12T05:08:36.632Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-10-12T05:08:36.632Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-12T05:08:36.632Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0445df06-34e4-4dcc-8292-8fc926af79cb
2021-10-12T05:08:36.632Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:08:36.632Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:08:36.633Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:08:36.633Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:08:36.633Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:08:36.633Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:08:36.633Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:08:36.633Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:08:36.633Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:8b607b0f-1ba4-4bd2-b52a-c0d38ec4f92f
Model Version:NULL
Model InvariantUuid:f2366537-49cc-433e-84b8-bdb5cfa12cd2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:4cb9f3b8-0c8e-44cd-9755-c13bcd55f0e7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:68a220c2-32db-47bf-a696-575bc9438d13
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ab035cb3-5dc9-4c8c-8e65-3df46469f67c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:02b2167f-8c92-46a5-a2e2-2c8ea1a5a69c
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:4265b924-e176-4dad-bacf-69bb31943fd5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0445df06-34e4-4dcc-8292-8fc926af79cb
ModelInvariantUuid:7f1ffce2-5b18-46f7-a118-d81df2381cdb
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:5d5d02d7-b1a8-477f-a962-a6fa2f57ebd5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:79e0209b-7e6c-4457-87cd-b35ec84db698
ModelInvariantUuid:161e0fd8-91d6-4e69-8477-746849e7537c
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:bb6e2694-d9a5-46c1-b634-416225733a69
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-10-12T05:08:36.640Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 66fa3d7d-a725-440b-af24-a79e13d79629
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-10-12T05:08:36.643Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||basic_vm_macro 0
2021-10-12T05:08:36.643Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 66fa3d7d-a725-440b-af24-a79e13d79629
2021-10-12T05:08:36.643Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d9adf397-462f-4cb0-bf6c-a30653dd802d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-10-12T05:08:36.643Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-12T05:08:36.644Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||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-10-12T05:08:36.713Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-12T05:08:36.714Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json d9adf397-462f-4cb0-bf6c-a30653dd802d 792
2021-10-12T05:08:36.714Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||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-10-12T05:08:36.714Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||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-10-12T05:08:36.714Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-12T05:08:36.715Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:08:36.717Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:08:36.717Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015316714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:08:36.818Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:08:36.818Z||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-10-12T05:08:36.818Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:08:36.830Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:08:36.831Z||pool-60-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:08:37.718Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "02b2167f-8c92-46a5-a2e2-2c8ea1a5a69c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4265b924-e176-4dad-bacf-69bb31943fd5",
    "vfModuleModelCustomizationUUID": "20089b49-89f4-4e29-9489-a931dfdea5e5",
    "isBase": true,
    "artifacts": [
      "6dc9e893-167d-4e9f-9dbd-f011c1a23dda",
      "5b208f2a-d4d0-4f20-8279-3c9fead1db06"
    ],
    "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-10-12T05:08:37.722Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4265b924-e176-4dad-bacf-69bb31943fd5
VfModuleModelInvariantUUID:02b2167f-8c92-46a5-a2e2-2c8ea1a5a69c
VfModuleModelDescription:NULL
Artifacts UUID List:{
6dc9e893-167d-4e9f-9dbd-f011c1a23dda
,
5b208f2a-d4d0-4f20-8279-3c9fead1db06

}
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-10-12T05:08:37.725Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "02b2167f-8c92-46a5-a2e2-2c8ea1a5a69c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4265b924-e176-4dad-bacf-69bb31943fd5",
    "vfModuleModelCustomizationUUID": "20089b49-89f4-4e29-9489-a931dfdea5e5",
    "isBase": true,
    "artifacts": [
      "6dc9e893-167d-4e9f-9dbd-f011c1a23dda",
      "5b208f2a-d4d0-4f20-8279-3c9fead1db06"
    ],
    "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-10-12T05:08:37.725Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4265b924-e176-4dad-bacf-69bb31943fd5
VfModuleModelInvariantUUID:02b2167f-8c92-46a5-a2e2-2c8ea1a5a69c
VfModuleModelDescription:NULL
Artifacts UUID List:{
6dc9e893-167d-4e9f-9dbd-f011c1a23dda
,
5b208f2a-d4d0-4f20-8279-3c9fead1db06

}
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-10-12T05:08:37.725Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 6dc9e893-167d-4e9f-9dbd-f011c1a23dda from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-10-12T05:08:37.725Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-12T05:08:37.726Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||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-10-12T05:08:37.913Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-12T05:08:37.914Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 6dc9e893-167d-4e9f-9dbd-f011c1a23dda 5033
2021-10-12T05:08:37.914Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||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-10-12T05:08:37.914Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||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-10-12T05:08:37.914Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-12T05:08:37.914Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:08:37.917Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:08:37.917Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015317914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:08:38.017Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:08:38.018Z||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-10-12T05:08:38.018Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:08:38.030Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:08:38.030Z||pool-61-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:08:38.917Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5b208f2a-d4d0-4f20-8279-3c9fead1db06 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-10-12T05:08:38.918Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-12T05:08:38.918Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||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-10-12T05:08:39.250Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-12T05:08:39.250Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 5b208f2a-d4d0-4f20-8279-3c9fead1db06 903
2021-10-12T05:08:39.250Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||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-10-12T05:08:39.251Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||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-10-12T05:08:39.251Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-12T05:08:39.251Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:08:39.253Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:08:39.253Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015319250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:08:39.353Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:08:39.354Z||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-10-12T05:08:39.354Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:08:39.365Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:08:39.366Z||pool-62-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-12T05:08:40.254Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 8b607b0f-1ba4-4bd2-b52a-c0d38ec4f92f
2021-10-12T05:08:40.254Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 66fa3d7d-a725-440b-af24-a79e13d79629 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-10-12T05:08:41.204Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6c609d4c, org.onap.sdc.toscaparser.api.parameters.Input@53b454a7, org.onap.sdc.toscaparser.api.parameters.Input@29cb54dd, org.onap.sdc.toscaparser.api.parameters.Input@54b4d43, org.onap.sdc.toscaparser.api.parameters.Input@6d293a5b]
2021-10-12T05:08:41.205Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:08:41.205Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:08:41.205Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-10-12T05:08:41.205Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= ab035cb3-5dc9-4c8c-8e65-3df46469f67c
2021-10-12T05:08:41.205Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ab035cb3-5dc9-4c8c-8e65-3df46469f67c matches Tosca VF Customization UUID: ab035cb3-5dc9-4c8c-8e65-3df46469f67c
2021-10-12T05:08:41.205Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: ab035cb3-5dc9-4c8c-8e65-3df46469f67c  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-10-12T05:08:41.207Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:08:41.207Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:08:41.207Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id ab035cb3-5dc9-4c8c-8e65-3df46469f67c: {\"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-10-12T05:08:41.207Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@30a9e131
2021-10-12T05:08:41.207Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:08:41.207Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-12T05:08:41.207Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 20089b49-89f4-4e29-9489-a931dfdea5e5
2021-10-12T05:08:41.207Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 20089b49-89f4-4e29-9489-a931dfdea5e5
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-10-12T05:08:41.209Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:08:41.210Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-12T05:08:41.210Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-12T05:08:41.210Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:08:41.210Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-12T05:08:41.210Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-12T05:08:41.210Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:08:41.210Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-10-12T05:08:41.210Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-10-12T05:08:41.210Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-12T05:08:41.210Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0445df06-34e4-4dcc-8292-8fc926af79cb
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-10-12T05:08:41.212Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:08:41.213Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-12T05:08:41.213Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-12T05:08:41.213Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:08:41.213Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-12T05:08:41.214Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=ab035cb3-5dc9-4c8c-8e65-3df46469f67c
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-10-12T05:08:41.215Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:08:41.216Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:08:41.216Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 8b607b0f-1ba4-4bd2-b52a-c0d38ec4f92f: basic_vm_macro
2021-10-12T05:08:41.216Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:08:41.216Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:08:41.217Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:08:41.217Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:08:41.217Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:08:41.217Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:08:41.217Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:08:41.217Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:08:41.218Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:08:41.218Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:08:41.218Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||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-10-12T05:08:41.302Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 66fa3d7d-a725-440b-af24-a79e13d79629 1 ASDC deployResourceStructure
2021-10-12T05:08:41.302Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||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-10-12T05:08:41.302Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||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-10-12T05:08:41.302Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-12T05:08:41.302Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:08:41.304Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:08:41.304Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015321302,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-12T05:08:41.404Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:08:41.405Z||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-10-12T05:08:41.405Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:08:41.416Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:08:41.416Z||pool-63-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:08:42.305Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||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-10-12T05:08:42.306Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||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-10-12T05:08:42.306Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-12T05:08:42.306Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:08:42.308Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:08:42.308Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015322305,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-10-12T05:08:42.409Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:08:42.409Z||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-10-12T05:08:42.410Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:08:42.422Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:08:42.422Z||pool-64-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:08:43.309Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||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-10-12T05:08:43.310Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||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-10-12T05:08:43.310Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-12T05:08:43.310Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:08:43.311Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:08:43.311Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015323309,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-10-12T05:08:43.412Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-12T05:08:43.412Z||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-10-12T05:08:43.412Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:08:43.425Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:08:43.425Z||pool-65-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:08:44.312Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-10-12T05:08:44.312Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-10-12T05:08:44.312Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-12T05:08:44.312Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:08:44.314Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:08:44.314Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015324312,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-12T05:08:44.414Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:08:44.415Z||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-10-12T05:08:44.415Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:08:44.425Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:08:44.425Z||pool-66-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:08:45.315Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8e00d258-a257-42a3-a866-44b368673ef3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10-12T05:08:45.324Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8e00d258-a257-42a3-a866-44b368673ef3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-12T05:08:45.326Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-12T05:08:45.326Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-12T05:08:45.326Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-12T05:09:15.326Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8e00d258-a257-42a3-a866-44b368673ef3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10-12T05:09:15.336Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8e00d258-a257-42a3-a866-44b368673ef3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-12T05:09:15.338Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-12T05:09:15.338Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-12T05:09:15.338Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-12T05:09:24.355Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:09:24.355Z||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-10-12T05:09:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:09:24.381Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:09:24.381Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:09:24.381Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015297314,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-12T05:09:24.382Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:09:45.338Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8e00d258-a257-42a3-a866-44b368673ef3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10-12T05:09:45.348Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8e00d258-a257-42a3-a866-44b368673ef3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-12T05:09:45.350Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-12T05:09:45.350Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-12T05:09:45.350Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-12T05:10:15.350Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8e00d258-a257-42a3-a866-44b368673ef3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10-12T05:10:15.358Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8e00d258-a257-42a3-a866-44b368673ef3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-12T05:10:15.360Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-12T05:10:15.360Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-12T05:10:15.360Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-12T05:10:24.355Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:10:24.356Z||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-10-12T05:10:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:10:24.889Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:10:24.891Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.891Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015299956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:10:24.891Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.891Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.891Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015298332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:10:24.892Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.892Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.892Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015297823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:10:24.892Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.892Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.892Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "cds",
  "timestamp": 1634015299962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:10:24.892Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.892Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.892Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "policy-id",
  "timestamp": 1634015303447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:10:24.893Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.893Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.893Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "aai-ml",
  "timestamp": 1634015306263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:10:24.893Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.893Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.893Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015299956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:10:24.893Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.893Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.893Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015297823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:10:24.894Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.894Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.894Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015298332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-10-12T05:10:24.894Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.894Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.894Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "cds",
  "timestamp": 1634015299962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:10:24.894Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.894Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.894Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "policy-id",
  "timestamp": 1634015303447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:10:24.894Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.895Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.895Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "aai-ml",
  "timestamp": 1634015306263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:10:24.895Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.895Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.895Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015298332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-12T05:10:24.895Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.895Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.895Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015299956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:10:24.895Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.895Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.896Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "cds",
  "timestamp": 1634015299962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:10:24.896Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.896Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.896Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015297823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:10:24.896Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.896Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.896Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "policy-id",
  "timestamp": 1634015303447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-12T05:10:24.896Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.896Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.896Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "clamp",
  "timestamp": 1634015308224,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:10:24.897Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.897Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.897Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "aai-ml",
  "timestamp": 1634015306263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:10:24.898Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015299956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:10:24.898Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "cds",
  "timestamp": 1634015299962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:10:24.898Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015297823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:10:24.898Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.899Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015298332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:10:24.899Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.899Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "policy-id",
  "timestamp": 1634015303447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:10:24.899Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.899Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "clamp",
  "timestamp": 1634015308224,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-10-12T05:10:24.899Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.899Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "aai-ml",
  "timestamp": 1634015306263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:10:24.899Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.899Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "cds",
  "timestamp": 1634015299962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:10:24.900Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.900Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.900Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015297823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:10:24.900Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.900Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.900Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015298332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-12T05:10:24.900Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.900Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.900Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015299956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:10:24.900Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.901Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.901Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "policy-id",
  "timestamp": 1634015303447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:10:24.901Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.901Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.901Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "clamp",
  "timestamp": 1634015308224,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:10:24.901Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.901Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.901Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "aai-ml",
  "timestamp": 1634015306263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:10:24.901Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.901Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.901Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015310723,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:10:24.901Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.901Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.902Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "cds",
  "timestamp": 1634015299962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:10:24.902Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.902Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.902Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015299956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:10:24.902Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.902Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.902Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015297823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:10:24.902Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.902Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.902Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015298332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:10:24.902Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.902Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.902Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "policy-id",
  "timestamp": 1634015303447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:10:24.903Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.903Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.903Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "clamp",
  "timestamp": 1634015308224,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:10:24.903Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.903Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.903Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "aai-ml",
  "timestamp": 1634015306263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:10:24.903Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.903Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.903Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015310723,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-10-12T05:10:24.903Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.903Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.903Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "cds",
  "timestamp": 1634015299962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:10:24.904Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.904Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.904Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015299956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:10:24.904Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.904Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.904Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015297823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:10:24.904Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.904Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.904Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015298332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:10:24.904Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.904Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.904Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "policy-id",
  "timestamp": 1634015303447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:10:24.904Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.904Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.905Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "clamp",
  "timestamp": 1634015308224,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:10:24.905Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.905Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.905Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "aai-ml",
  "timestamp": 1634015306263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:10:24.905Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.905Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.905Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015310723,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-12T05:10:24.905Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.905Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.905Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "cds",
  "timestamp": 1634015299962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:10:24.905Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.905Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.905Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015299956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:10:24.905Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.905Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.905Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015297823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:10:24.906Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.906Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.906Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015298332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:10:24.906Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.906Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.906Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "policy-id",
  "timestamp": 1634015303447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:10:24.906Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.906Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.906Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "clamp",
  "timestamp": 1634015308224,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:10:24.906Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.906Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.906Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "aai-ml",
  "timestamp": 1634015306263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:10:24.906Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.906Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.907Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015310723,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:10:24.907Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.907Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.907Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "cds",
  "timestamp": 1634015314523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:10:24.907Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:10:24.907Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.907Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015314524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:10:24.907Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:10:24.907Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.907Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015314557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:10:24.907Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:10:24.907Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.907Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "dcae-sch",
  "timestamp": 1634015313945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:10:24.908Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.908Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.908Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "policy-id",
  "timestamp": 1634015314615,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:10:24.908Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:10:24.908Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.908Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "clamp",
  "timestamp": 1634015308224,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:10:24.908Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.908Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.908Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "aai-ml",
  "timestamp": 1634015315006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:10:24.908Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:10:24.908Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.908Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015310723,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-12T05:10:24.908Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.908Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.908Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "dcae-sch",
  "timestamp": 1634015313945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:10:24.909Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.909Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.909Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "policy-id",
  "timestamp": 1634015315621,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-12T05:10:24.909Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:10:24.909Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.909Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "clamp",
  "timestamp": 1634015308224,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:10:24.909Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.909Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.909Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015310723,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:10:24.909Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.909Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.909Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "cds",
  "timestamp": 1634015316545,
  "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-10-12T05:10:24.916Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8e00d258-a257-42a3-a866-44b368673ef3
2021-10-12T05:10:24.916Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e00d258-a257-42a3-a866-44b368673ef3 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-10-12T05:10:24.924Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.924Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "dcae-sch",
  "timestamp": 1634015313945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:10:24.925Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.925Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.925Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015316600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-12T05:10:24.925Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:10:24.925Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.925Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "policy-id",
  "timestamp": 1634015316624,
  "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-10-12T05:10:24.929Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8e00d258-a257-42a3-a866-44b368673ef3
2021-10-12T05:10:24.930Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e00d258-a257-42a3-a866-44b368673ef3 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-10-12T05:10:24.938Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.938Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015316714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:10:24.938Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:10:24.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.939Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015310723,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:10:24.939Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.939Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015317603,
  "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-10-12T05:10:24.945Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8e00d258-a257-42a3-a866-44b368673ef3
2021-10-12T05:10:24.945Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e00d258-a257-42a3-a866-44b368673ef3 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-10-12T05:10:24.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "dcae-sch",
  "timestamp": 1634015313945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:10:24.954Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015317914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:10:24.954Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:10:24.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015310723,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:10:24.955Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "dcae-sch",
  "timestamp": 1634015313945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:10:24.955Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015319250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:10:24.955Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:10:24.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "dcae-sch",
  "timestamp": 1634015313945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:10:24.955Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015319706,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:10:24.955Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:10:24.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "dcae-sch",
  "timestamp": 1634015313945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:10:24.955Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015321146,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:10:24.956Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:10:24.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015321302,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-12T05:10:24.956Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:10:24.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "dcae-sch",
  "timestamp": 1634015313945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:10:24.956Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:10:24.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015322305,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-10-12T05:10:24.956Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:10:24.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015322348,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:10:24.956Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:10:24.957Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.957Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "aai-ml",
  "timestamp": 1634015322651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-12T05:10:24.957Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:10:24.957Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.957Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015323309,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-10-12T05:10:24.957Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:10:24.957Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.957Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015323369,
  "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-10-12T05:10:24.961Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8e00d258-a257-42a3-a866-44b368673ef3
2021-10-12T05:10:24.961Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e00d258-a257-42a3-a866-44b368673ef3 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-10-12T05:10:24.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "aai-ml",
  "timestamp": 1634015323653,
  "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-10-12T05:10:24.976Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8e00d258-a257-42a3-a866-44b368673ef3
2021-10-12T05:10:24.976Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e00d258-a257-42a3-a866-44b368673ef3 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-10-12T05:10:24.986Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.986Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015324312,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-12T05:10:24.987Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:10:24.987Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.987Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015324372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-12T05:10:24.987Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:10:24.987Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.987Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "clamp",
  "timestamp": 1634015325906,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:10:24.988Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:10:24.988Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.988Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "clamp",
  "timestamp": 1634015328909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-12T05:10:24.988Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:10:24.988Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:10:24.988Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "clamp",
  "timestamp": 1634015329914,
  "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-10-12T05:10:24.994Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8e00d258-a257-42a3-a866-44b368673ef3
2021-10-12T05:10:24.994Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e00d258-a257-42a3-a866-44b368673ef3 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-10-12T05:10:45.361Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8e00d258-a257-42a3-a866-44b368673ef3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10-12T05:10:45.371Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8e00d258-a257-42a3-a866-44b368673ef3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-12T05:10:45.374Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-12T05:10:45.374Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-12T05:10:45.374Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-12T05:10:45.374Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-12T05:10:45.374Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T05:10:45.374Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T05:10:45.374Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T05:10:45.375Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T05:10:45.375Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T05:10:45.375Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T05:10:45.375Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-12T05:10:45.379Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-12T05:11:15.380Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8e00d258-a257-42a3-a866-44b368673ef3 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-10-12T05:11:15.384Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8e00d258-a257-42a3-a866-44b368673ef3 and serviceModelVersionId: 8b607b0f-1ba4-4bd2-b52a-c0d38ec4f92f
2021-10-12T05:11:15.385Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f2366537-49cc-433e-84b8-bdb5cfa12cd2
2021-10-12T05:11:15.385Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f2366537-49cc-433e-84b8-bdb5cfa12cd2/model-vers/model-ver/8b607b0f-1ba4-4bd2-b52a-c0d38ec4f92f?depth=0
2021-10-12T05:11:15.391Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-10-12T05:11:15.434Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f2366537-49cc-433e-84b8-bdb5cfa12cd2/model-vers/model-ver/8b607b0f-1ba4-4bd2-b52a-c0d38ec4f92f?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-10-12T05:11:15.435Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f2366537-49cc-433e-84b8-bdb5cfa12cd2/model-vers/model-ver/8b607b0f-1ba4-4bd2-b52a-c0d38ec4f92f?depth=0|INFO|500||Invoke
2021-10-12T05:11:15.456Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f2366537-49cc-433e-84b8-bdb5cfa12cd2/model-vers/model-ver/8b607b0f-1ba4-4bd2-b52a-c0d38ec4f92f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-12T05:11:15.533Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f2366537-49cc-433e-84b8-bdb5cfa12cd2/model-vers/model-ver/8b607b0f-1ba4-4bd2-b52a-c0d38ec4f92f?depth=0|INFO|500||InvokeReturn
2021-10-12T05:11:15.534Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f2366537-49cc-433e-84b8-bdb5cfa12cd2/model-vers/model-ver/8b607b0f-1ba4-4bd2-b52a-c0d38ec4f92f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211012-05:11:15:464-17164], vertex-id=[237720], Content-Length=[0], Date=[Tue, 12 Oct 2021 05:11:15 GMT], Content-Type=[application/json]}
2021-10-12T05:11:15.534Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-10-12T05:11:15.534Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-12T05:11:15.534Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-12T05:11:15.538Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-12T05:11:15.538Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8e00d258-a257-42a3-a866-44b368673ef3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-12T05:11:15.538Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-12T05:11:15.539Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:11:15.540Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:11:15.540Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015475538,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-12T05:11:15.640Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-12T05:11:15.641Z||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-10-12T05:11:15.641Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:11:15.654Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:11:15.655Z||pool-67-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-10-12T05:11:16.552Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:11:16.553Z|8e00d258-a257-42a3-a866-44b368673ef3|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-10-12T05:11:16.553Z|8e00d258-a257-42a3-a866-44b368673ef3|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 bA15VfQgJETDniaE) ...
2021-10-12T05:11:20.857Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:11:20.858Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-12T05:11:20.858Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"fc7dbf0a-81ff-469b-9eb1-6e3002a7c256","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"6063b288-f239-41b2-8b81-749d2542baee","serviceDescription":"service","serviceInvariantUUID":"2331c0e5-3f4f-4cf6-9963-9154d36de885","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c9ebfbb7-1548-419d-a016-446a787f91cc","resourceInvariantUUID":"0113da74-588d-42f3-827a-6933456a9109","resourceCustomizationUUID":"7aae6e04-6dc6-48b6-bccf-6a1b86d5c55d","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":"NTkyYjI4MGM2OWVlZjZhOTUzNWIyNmI0YzA3ZmJhYzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bf13fb6b-9412-4bb6-b819-afbfe88f6bc5","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":"e9482e4c-def3-4209-90c1-20f4bcc8aec1","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":"d3ea8552-15d3-4da4-9f3a-31bfcc960115","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":"NjlhMzhiYTdkYTYzNTEwNDBiMjdhNjg3M2NiM2VjZTg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"2ea6bc9e-2962-413f-a148-96fa403cd916","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":"f618cdb1-dd3f-4f0a-9b46-a7a9beee42c6","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":"3e97c553-c7dd-49a4-9438-4aa5efdf76b7","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":"980adf52-3616-4bb9-832c-239823cdb849","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":"NTRiNGMzNDgzN2E3MDdlYjg0YzhhZmFmOWJlOWU4Y2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"28316989-f1eb-41d0-be0e-225bb150a6af","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NThlZDlhYTBmYThlZWJmMGM5ZDNhNGVkNzExZGUwYjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"242f2053-8db3-4079-b006-3894daf41833","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-12T05:11:20.862Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:11:20.862Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:11:20.864Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:11:20.865Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015476552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:11:20.965Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-12T05:11:20.965Z||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-10-12T05:11:20.965Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:11:20.977Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:11:20.978Z||pool-68-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:11:21.865Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:11:21.866Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:11:21.868Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:11:21.868Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015476552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:11:21.968Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:11:21.969Z||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-10-12T05:11:21.969Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:11:21.980Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:11:21.980Z||pool-69-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:11:22.869Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:11:22.870Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:11:22.872Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:11:22.872Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015476552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:11:22.972Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:11:22.973Z||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-10-12T05:11:22.973Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:11:22.988Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:11:22.988Z||pool-70-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:11:23.872Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:11:23.873Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:11:23.875Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:11:23.875Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015476552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:11:23.976Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-12T05:11:23.976Z||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-10-12T05:11:23.976Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:11:23.988Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:11:23.989Z||pool-71-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-12T05:11:24.355Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:11:24.355Z||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-10-12T05:11:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:11:24.593Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:11:24.595Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:11:24.595Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "cds",
  "timestamp": 1634015464962,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:11:24.595Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:11:24.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:11:24.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015459956,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:11:24.596Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:11:24.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:11:24.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "policy-id",
  "timestamp": 1634015463447,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:11:24.596Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:11:24.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:11:24.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "cds",
  "timestamp": 1634015464962,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:11:24.596Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:11:24.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:11:24.597Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015459956,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:11:24.597Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:11:24.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:11:24.597Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "policy-id",
  "timestamp": 1634015463447,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:11:24.597Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:11:24.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:11:24.597Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015470723,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:11:24.597Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:11:24.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:11:24.597Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "cds",
  "timestamp": 1634015464962,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:11:24.597Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:11:24.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:11:24.597Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015459956,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:11:24.597Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:11:24.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:11:24.597Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "policy-id",
  "timestamp": 1634015463447,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:11:24.597Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:11:24.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:11:24.598Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015470723,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:11:24.598Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:11:24.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:11:24.598Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "cds",
  "timestamp": 1634015464962,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:11:24.598Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:11:24.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:11:24.598Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015459956,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:11:24.598Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:11:24.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:11:24.598Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "policy-id",
  "timestamp": 1634015463447,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:11:24.598Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:11:24.599Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:11:24.599Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015470723,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:11:24.599Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:11:24.599Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:11:24.599Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "cds",
  "timestamp": 1634015464962,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:11:24.599Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:11:24.599Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:11:24.599Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015459956,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:11:24.599Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:11:24.599Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:11:24.599Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "policy-id",
  "timestamp": 1634015463447,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:11:24.599Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:11:24.599Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:11:24.599Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015470723,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:11:24.599Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:11:24.599Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:11:24.599Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "cds",
  "timestamp": 1634015464962,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:11:24.600Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:11:24.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:11:24.600Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015459956,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:11:24.600Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:11:24.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:11:24.600Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "policy-id",
  "timestamp": 1634015463447,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:11:24.600Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:11:24.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:11:24.600Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "dcae-sch",
  "timestamp": 1634015473945,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:11:24.600Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:11:24.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:11:24.600Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015470723,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:11:24.600Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:11:24.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:11:24.601Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "cds",
  "timestamp": 1634015464962,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:11:24.601Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:11:24.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:11:24.601Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015459956,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-10-12T05:11:24.601Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:11:24.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:11:24.601Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "policy-id",
  "timestamp": 1634015463447,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:11:24.601Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:11:24.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:11:24.601Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e00d258-a257-42a3-a866-44b368673ef3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015475538,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-12T05:11:24.601Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:11:24.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:11:24.601Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "dcae-sch",
  "timestamp": 1634015473945,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:11:24.601Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:11:24.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:11:24.601Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015470723,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:11:24.601Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:11:24.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:11:24.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "cds",
  "timestamp": 1634015464962,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:11:24.602Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:11:24.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:11:24.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015459956,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:11:24.602Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:11:24.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:11:24.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "policy-id",
  "timestamp": 1634015463447,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:11:24.602Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:11:24.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:11:24.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "dcae-sch",
  "timestamp": 1634015473945,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:11:24.602Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:11:24.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:11:24.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015470723,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:11:24.602Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:11:24.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:11:24.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "cds",
  "timestamp": 1634015464962,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:11:24.602Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:11:24.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:11:24.603Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015459956,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:11:24.603Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:11:24.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:11:24.603Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "policy-id",
  "timestamp": 1634015463447,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:11:24.603Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:11:24.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:11:24.603Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "dcae-sch",
  "timestamp": 1634015473945,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:11:24.603Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:11:24.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:11:24.603Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015470723,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:11:24.603Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:11:24.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:11:24.603Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015477823,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:11:24.603Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:11:24.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:11:24.603Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "dcae-sch",
  "timestamp": 1634015473945,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:11:24.603Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:11:24.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:11:24.603Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015479109,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:11:24.603Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:11:24.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:11:24.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "cds",
  "timestamp": 1634015479209,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:11:24.604Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:11:24.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:11:24.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "policy-id",
  "timestamp": 1634015479251,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:11:24.604Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:11:24.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:11:24.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015470723,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:11:24.604Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:11:24.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:11:24.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015477823,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:11:24.604Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:11:24.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:11:24.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "dcae-sch",
  "timestamp": 1634015473945,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:11:24.604Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:11:24.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:11:24.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015480131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-10-12T05:11:24.604Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:11:24.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:11:24.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "policy-id",
  "timestamp": 1634015480254,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-12T05:11:24.604Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:11:24.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:11:24.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "cds",
  "timestamp": 1634015480440,
  "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-10-12T05:11:24.619Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fc7dbf0a-81ff-469b-9eb1-6e3002a7c256
2021-10-12T05:11:24.619Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc7dbf0a-81ff-469b-9eb1-6e3002a7c256 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-10-12T05:11:24.626Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:11:24.626Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015477823,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:11:24.627Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:11:24.627Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:11:24.627Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "dcae-sch",
  "timestamp": 1634015473945,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:11:24.627Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:11:24.627Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:11:24.627Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015476552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:11:24.627Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:11:24.627Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:11:24.627Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015481133,
  "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-10-12T05:11:24.633Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of fc7dbf0a-81ff-469b-9eb1-6e3002a7c256
2021-10-12T05:11:24.633Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc7dbf0a-81ff-469b-9eb1-6e3002a7c256 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-10-12T05:11:24.642Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:11:24.642Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "policy-id",
  "timestamp": 1634015481256,
  "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-10-12T05:11:24.647Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fc7dbf0a-81ff-469b-9eb1-6e3002a7c256
2021-10-12T05:11:24.648Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc7dbf0a-81ff-469b-9eb1-6e3002a7c256 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-10-12T05:11:24.657Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:11:24.657Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015477823,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:11:24.657Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:11:24.657Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:11:24.657Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "dcae-sch",
  "timestamp": 1634015473945,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:11:24.658Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:11:24.658Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:11:24.658Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015476552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:11:24.658Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:11:24.658Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:11:24.658Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015477823,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:11:24.658Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:11:24.658Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:11:24.658Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "dcae-sch",
  "timestamp": 1634015473945,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:11:24.658Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:11:24.659Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:11:24.659Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015476552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:11:24.659Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:11:24.659Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:11:24.659Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015477823,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:11:24.659Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:11:24.659Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:11:24.659Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015476552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:11:24.659Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:11:24.876Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:11:24.877Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:11:24.879Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:11:24.880Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015476552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:11:24.980Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:11:24.980Z||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-10-12T05:11:24.981Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:11:24.993Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:11:24.994Z||pool-72-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:11:25.881Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:11:25.882Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:11:25.884Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:11:25.885Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015476552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:11:25.985Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-12T05:11:25.985Z||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-10-12T05:11:25.985Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:11:25.997Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:11:25.997Z||pool-73-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:11:26.885Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:11:26.886Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:11:26.889Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:11:26.889Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015476552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:11:26.989Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:11:26.990Z||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-10-12T05:11:26.990Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:11:27.004Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:11:27.004Z||pool-74-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:11:27.889Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:11:27.890Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:11:27.891Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:11:27.892Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015476552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:11:27.992Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:11:27.992Z||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-10-12T05:11:27.993Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:11:28.005Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:11:28.005Z||pool-75-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-12T05:11:28.892Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:11:28.893Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:11:28.907Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:11:28.908Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015476552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:11:29.007Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-12T05:11:29.007Z||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-10-12T05:11:29.007Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:11:29.016Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:11:29.016Z||pool-76-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:11:29.909Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "6063b288-f239-41b2-8b81-749d2542baee",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2331c0e5-3f4f-4cf6-9963-9154d36de885",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "7aae6e04-6dc6-48b6-bccf-6a1b86d5c55d",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "c9ebfbb7-1548-419d-a016-446a787f91cc",
      "resourceInvariantUUID": "0113da74-588d-42f3-827a-6933456a9109",
      "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": "NThlZDlhYTBmYThlZWJmMGM5ZDNhNGVkNzExZGUwYjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "242f2053-8db3-4079-b006-3894daf41833"
    }
  ],
  "workloadContext": "Production"
}
2021-10-12T05:11:29.909Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-12T05:11:29.910Z|8e00d258-a257-42a3-a866-44b368673ef3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6063b288-f239-41b2-8b81-749d2542baee ASDC
2021-10-12T05:11:29.910Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:fc7dbf0a-81ff-469b-9eb1-6e3002a7c256
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:6063b288-f239-41b2-8b81-749d2542baee
ServiceInvariantUUID:2331c0e5-3f4f-4cf6-9963-9154d36de885
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:242f2053-8db3-4079-b006-3894daf41833
ArtifactChecksum:NThlZDlhYTBmYThlZWJmMGM5ZDNhNGVkNzExZGUwYjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:7aae6e04-6dc6-48b6-bccf-6a1b86d5c55d
ResourceInvariantUUID:0113da74-588d-42f3-827a-6933456a9109
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:c9ebfbb7-1548-419d-a016-446a787f91cc
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-10-12T05:11:29.910Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6063b288-f239-41b2-8b81-749d2542baee 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-10-12T05:11:29.937Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-12T05:11:29.937Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-12T05:11:29.937Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-12T05:11:29.938Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 242f2053-8db3-4079-b006-3894daf41833 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-10-12T05:11:29.938Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-12T05:11:29.938Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-10-12T05:11:30.125Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-12T05:11:30.132Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 242f2053-8db3-4079-b006-3894daf41833 105557
2021-10-12T05:11:30.132Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-10-12T05:11:30.132Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-10-12T05:11:30.132Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-12T05:11:30.132Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:11:30.134Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:11:30.134Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015490132,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:11:30.234Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:11:30.235Z||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-10-12T05:11:30.235Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:11:30.247Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:11:30.247Z||pool-77-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:11:31.134Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-12T05:11:31.136Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-12T05:11:31.136Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 242f2053-8db3-4079-b006-3894daf41833, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-12T05:11:31.137Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-10-12T05:11:31.137Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-12T05:11:31.138Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-12T05:11:31.216Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1989579126554883640/Definitions/service-TestPnfMacro-template.yml
2021-10-12T05:11:31.796Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-12T05:11:31.796Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-10-12T05:11:31.796Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-12T05:11:31.796Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-10-12T05:11:31.796Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||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-10-12T05:11:31.797Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||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-10-12T05:11:31.797Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||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-10-12T05:11:31.797Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||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-10-12T05:11:31.797Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-12T05:11:31.797Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-12T05:11:31.797Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-12T05:11:31.797Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-10-12T05:11:31.797Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:11:31.797Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:11:31.798Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-10-12T05:11:31.798Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-10-12T05:11:31.798Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-12T05:11:31.798Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:11:31.798Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:11:31.798Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-10-12T05:11:31.799Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-10-12T05:11:31.799Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-12T05:11:31.799Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:11:31.799Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:11:31.799Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:11:31.799Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:11:31.799Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:11:31.799Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:11:31.800Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:11:31.800Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:11:31.800Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:11:31.800Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:11:31.800Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:6063b288-f239-41b2-8b81-749d2542baee
Model Version:NULL
Model InvariantUuid:2331c0e5-3f4f-4cf6-9963-9154d36de885
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-10-12T05:11:31.807Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: c9ebfbb7-1548-419d-a016-446a787f91cc
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-10-12T05:11:31.810Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||INFO|500||test-pnf 0
2021-10-12T05:11:31.810Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: c9ebfbb7-1548-419d-a016-446a787f91cc
2021-10-12T05:11:31.810Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 6063b288-f239-41b2-8b81-749d2542baee
2021-10-12T05:11:31.810Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 6063b288-f239-41b2-8b81-749d2542baee
2021-10-12T05:11:31.810Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 c9ebfbb7-1548-419d-a016-446a787f91cc 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-10-12T05:11:31.815Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@825e072, org.onap.sdc.toscaparser.api.parameters.Input@5fdea90f, org.onap.sdc.toscaparser.api.parameters.Input@7983d921, org.onap.sdc.toscaparser.api.parameters.Input@685770a, org.onap.sdc.toscaparser.api.parameters.Input@210421d8]
2021-10-12T05:11:31.815Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:11:31.816Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:11:31.816Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 6063b288-f239-41b2-8b81-749d2542baee: test-pnf
2021-10-12T05:11:31.816Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||INFO|500||Processing PNF resource: c9ebfbb7-1548-419d-a016-446a787f91cc
2021-10-12T05:11:31.816Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:11:31.817Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:11:31.817Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||INFO|500||Resource customization UUID: 7aae6e04-6dc6-48b6-bccf-6a1b86d5c55d is the same as notified resource customizationUUID: 7aae6e04-6dc6-48b6-bccf-6a1b86d5c55d
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-10-12T05:11:31.852Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf c9ebfbb7-1548-419d-a016-446a787f91cc 0 ASDC deployResourceStructure
2021-10-12T05:11:31.852Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-10-12T05:11:31.853Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-10-12T05:11:31.853Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-12T05:11:31.853Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:11:31.856Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:11:31.856Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015491852,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-12T05:11:31.956Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:11:31.957Z||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-10-12T05:11:31.957Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:11:31.968Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:11:31.968Z||pool-78-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-12T05:11:32.857Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fc7dbf0a-81ff-469b-9eb1-6e3002a7c256
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10-12T05:11:32.868Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fc7dbf0a-81ff-469b-9eb1-6e3002a7c256
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-12T05:11:32.870Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-12T05:11:32.870Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-12T05:11:32.870Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-12T05:12:02.871Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fc7dbf0a-81ff-469b-9eb1-6e3002a7c256
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10-12T05:12:02.882Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fc7dbf0a-81ff-469b-9eb1-6e3002a7c256
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-12T05:12:02.884Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-12T05:12:02.884Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-12T05:12:02.885Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-12T05:12:24.355Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:12:24.355Z||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-10-12T05:12:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:12:24.380Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:12:24.380Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:12:24.380Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015477823,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:12:24.381Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:12:32.885Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fc7dbf0a-81ff-469b-9eb1-6e3002a7c256
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10-12T05:12:32.895Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fc7dbf0a-81ff-469b-9eb1-6e3002a7c256
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-12T05:12:32.898Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-12T05:12:32.898Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-12T05:12:32.898Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-12T05:13:02.898Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fc7dbf0a-81ff-469b-9eb1-6e3002a7c256
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10-12T05:13:02.910Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fc7dbf0a-81ff-469b-9eb1-6e3002a7c256
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-12T05:13:02.913Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-12T05:13:02.913Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-12T05:13:02.913Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-12T05:13:24.355Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:13:24.355Z||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-10-12T05:13:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:13:24.377Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:13:24.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:13:24.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015476552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:13:24.378Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:13:32.913Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fc7dbf0a-81ff-469b-9eb1-6e3002a7c256
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10-12T05:13:32.924Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fc7dbf0a-81ff-469b-9eb1-6e3002a7c256
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-12T05:13:32.926Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-12T05:13:32.927Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-12T05:13:32.927Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-12T05:14:02.927Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fc7dbf0a-81ff-469b-9eb1-6e3002a7c256
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10-12T05:14:02.937Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fc7dbf0a-81ff-469b-9eb1-6e3002a7c256
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-12T05:14:02.940Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-12T05:14:02.940Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-12T05:14:02.940Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-12T05:14:24.355Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:14:24.355Z||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-10-12T05:14:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:14:24.384Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:14:24.385Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:14:24.385Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015477823,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:14:24.386Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:14:24.386Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:14:24.386Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015476552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:14:24.386Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:14:24.386Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:14:24.386Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015477823,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:14:24.386Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:14:24.386Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:14:24.387Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015476552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:14:24.387Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:14:24.387Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:14:24.387Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "aai-ml",
  "timestamp": 1634015486263,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:14:24.387Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:14:24.387Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:14:24.387Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015476552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:14:24.387Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:14:24.387Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:14:24.387Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "aai-ml",
  "timestamp": 1634015486263,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:14:24.387Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:14:24.387Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:14:24.387Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015488310,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:14:24.388Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:14:24.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:14:24.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "clamp",
  "timestamp": 1634015488224,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:14:24.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:14:24.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:14:24.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "aai-ml",
  "timestamp": 1634015486263,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:14:24.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:14:24.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:14:24.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015476552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:14:24.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:14:24.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:14:24.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "clamp",
  "timestamp": 1634015488224,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:14:24.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:14:24.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:14:24.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "aai-ml",
  "timestamp": 1634015486263,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:14:24.389Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:14:24.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:14:24.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015490132,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:14:24.389Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:14:24.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:14:24.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015490497,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-12T05:14:24.389Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:14:24.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:14:24.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "clamp",
  "timestamp": 1634015488224,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:14:24.389Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:14:24.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:14:24.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "aai-ml",
  "timestamp": 1634015486263,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:14:24.389Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:14:24.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:14:24.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015491499,
  "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-10-12T05:14:24.398Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fc7dbf0a-81ff-469b-9eb1-6e3002a7c256
2021-10-12T05:14:24.398Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc7dbf0a-81ff-469b-9eb1-6e3002a7c256 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-10-12T05:14:24.409Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:14:24.409Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015491852,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-12T05:14:24.409Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:14:24.410Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:14:24.410Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "clamp",
  "timestamp": 1634015488224,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:14:24.410Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:14:24.410Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:14:24.410Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "aai-ml",
  "timestamp": 1634015486263,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:14:24.410Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:14:24.411Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:14:24.411Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "clamp",
  "timestamp": 1634015488224,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:14:24.411Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:14:24.411Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:14:24.411Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "aai-ml",
  "timestamp": 1634015486263,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:14:24.411Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:14:24.412Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:14:24.412Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "clamp",
  "timestamp": 1634015488224,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:14:24.412Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:14:24.412Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:14:24.412Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "aai-ml",
  "timestamp": 1634015486263,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:14:24.413Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:14:24.413Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:14:24.413Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "clamp",
  "timestamp": 1634015488224,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:14:24.413Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:14:24.414Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:14:24.414Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "aai-ml",
  "timestamp": 1634015486263,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:14:24.414Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:14:24.414Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:14:24.414Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "clamp",
  "timestamp": 1634015488224,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:14:24.415Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:14:24.415Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:14:24.415Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "aai-ml",
  "timestamp": 1634015495983,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:14:24.415Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:14:24.415Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:14:24.415Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "clamp",
  "timestamp": 1634015488224,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:14:24.415Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:14:24.415Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:14:24.415Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "aai-ml",
  "timestamp": 1634015500910,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-12T05:14:24.416Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:14:24.416Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:14:24.416Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "aai-ml",
  "timestamp": 1634015501912,
  "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-10-12T05:14:24.423Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fc7dbf0a-81ff-469b-9eb1-6e3002a7c256
2021-10-12T05:14:24.423Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc7dbf0a-81ff-469b-9eb1-6e3002a7c256 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-10-12T05:14:24.433Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:14:24.433Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "clamp",
  "timestamp": 1634015506932,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:14:24.433Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:14:24.433Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:14:24.433Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "clamp",
  "timestamp": 1634015508940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-12T05:14:24.433Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:14:24.433Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:14:24.433Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "clamp",
  "timestamp": 1634015509943,
  "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-10-12T05:14:24.438Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fc7dbf0a-81ff-469b-9eb1-6e3002a7c256
2021-10-12T05:14:24.438Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc7dbf0a-81ff-469b-9eb1-6e3002a7c256 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-10-12T05:14:24.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:14:24.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "dcae-sch",
  "timestamp": 1634015533945,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-10-12T05:14:24.446Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:14:24.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:14:24.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015530723,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:14:24.446Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:14:24.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:14:24.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "dcae-sch",
  "timestamp": 1634015533945,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:14:24.446Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:14:24.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:14:24.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015530723,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:14:24.446Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:14:24.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:14:24.447Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015537823,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:14:24.447Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:14:24.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:14:24.447Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "dcae-sch",
  "timestamp": 1634015533945,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:14:24.447Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:14:24.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:14:24.447Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015530723,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-12T05:14:24.447Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:14:24.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:14:24.447Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015537823,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:14:24.447Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:14:24.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:14:24.447Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "dcae-sch",
  "timestamp": 1634015533945,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:14:24.448Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:14:24.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:14:24.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015530723,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-12T05:14:24.448Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:14:24.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:14:24.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015537823,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:14:24.448Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:14:24.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:14:24.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015539956,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:14:24.448Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:14:24.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:14:24.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "cds",
  "timestamp": 1634015539962,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:14:24.449Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:14:24.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:14:24.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "dcae-sch",
  "timestamp": 1634015533945,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:14:24.449Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:14:24.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:14:24.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015530723,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:14:24.449Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:14:24.450Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:14:24.450Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015537823,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:14:24.450Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:14:24.450Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:14:24.450Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015539956,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:14:24.450Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:14:24.450Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:14:24.450Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "cds",
  "timestamp": 1634015539962,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:14:24.450Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:14:24.451Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:14:24.451Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "dcae-sch",
  "timestamp": 1634015533945,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:14:24.451Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:14:24.451Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:14:24.451Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015530723,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-12T05:14:24.451Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:14:24.451Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:14:24.451Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015537823,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:14:24.451Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:14:24.451Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:14:24.451Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015539956,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:14:24.451Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:14:24.451Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:14:24.452Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "cds",
  "timestamp": 1634015539962,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:14:24.452Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:14:24.452Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:14:24.452Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "dcae-sch",
  "timestamp": 1634015533945,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:14:24.452Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:14:24.452Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:14:24.452Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015530723,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:14:24.452Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:14:24.452Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:14:24.452Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015537823,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:14:24.452Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:14:24.453Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:14:24.453Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015539956,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:14:24.453Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:14:24.453Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:14:24.453Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "cds",
  "timestamp": 1634015539962,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:14:24.453Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:14:24.453Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-12T05:14:24.453Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "policy-id",
  "timestamp": 1634015543447,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:14:24.453Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:14:32.940Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fc7dbf0a-81ff-469b-9eb1-6e3002a7c256
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10-12T05:14:32.951Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fc7dbf0a-81ff-469b-9eb1-6e3002a7c256
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-12T05:14:32.954Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-12T05:14:32.955Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-12T05:14:32.955Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-12T05:14:32.955Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-12T05:14:32.955Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T05:14:32.955Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T05:14:32.955Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T05:14:32.955Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T05:14:32.955Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T05:14:32.955Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T05:14:32.955Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T05:14:32.956Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-12T05:14:32.961Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-12T05:15:02.961Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fc7dbf0a-81ff-469b-9eb1-6e3002a7c256 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-10-12T05:15:02.967Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fc7dbf0a-81ff-469b-9eb1-6e3002a7c256 and serviceModelVersionId: 6063b288-f239-41b2-8b81-749d2542baee
2021-10-12T05:15:02.967Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2331c0e5-3f4f-4cf6-9963-9154d36de885
2021-10-12T05:15:02.968Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2331c0e5-3f4f-4cf6-9963-9154d36de885/model-vers/model-ver/6063b288-f239-41b2-8b81-749d2542baee?depth=0
2021-10-12T05:15:02.974Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-10-12T05:15:03.001Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2331c0e5-3f4f-4cf6-9963-9154d36de885/model-vers/model-ver/6063b288-f239-41b2-8b81-749d2542baee?depth=0|INFO|500||Invoke
2021-10-12T05:15:03.002Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2331c0e5-3f4f-4cf6-9963-9154d36de885/model-vers/model-ver/6063b288-f239-41b2-8b81-749d2542baee?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2331c0e5-3f4f-4cf6-9963-9154d36de885/model-vers/model-ver/6063b288-f239-41b2-8b81-749d2542baee?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fc7dbf0a-81ff-469b-9eb1-6e3002a7c256], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[33adfb69-ff5d-49a2-9df8-564156eb0c10], X-ECOMP-RequestID=[fc7dbf0a-81ff-469b-9eb1-6e3002a7c256], X-TransactionId=[], X-ONAP-RequestID=[fc7dbf0a-81ff-469b-9eb1-6e3002a7c256], Content-Type=[application/merge-patch+json]}
2021-10-12T05:15:03.019Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2331c0e5-3f4f-4cf6-9963-9154d36de885/model-vers/model-ver/6063b288-f239-41b2-8b81-749d2542baee?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-12T05:15:03.142Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2331c0e5-3f4f-4cf6-9963-9154d36de885/model-vers/model-ver/6063b288-f239-41b2-8b81-749d2542baee?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/2331c0e5-3f4f-4cf6-9963-9154d36de885/model-vers/model-ver/6063b288-f239-41b2-8b81-749d2542baee?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211012-05:15:03:027-25196], vertex-id=[352376], Content-Length=[0], Date=[Tue, 12 Oct 2021 05:15:03 GMT], Content-Type=[application/json]}
2021-10-12T05:15:03.142Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2331c0e5-3f4f-4cf6-9963-9154d36de885/model-vers/model-ver/6063b288-f239-41b2-8b81-749d2542baee?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-12T05:15:03.142Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2331c0e5-3f4f-4cf6-9963-9154d36de885/model-vers/model-ver/6063b288-f239-41b2-8b81-749d2542baee?depth=0|INFO|500||InvokeReturn
2021-10-12T05:15:03.143Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-12T05:15:03.143Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-12T05:15:03.147Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-12T05:15:03.147Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fc7dbf0a-81ff-469b-9eb1-6e3002a7c256 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-12T05:15:03.147Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-12T05:15:03.147Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:15:03.148Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:15:03.149Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015703147,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-12T05:15:03.249Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:15:03.250Z||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-10-12T05:15:03.250Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:15:03.265Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:15:03.265Z||pool-79-thread-1|||||INFO|500||cambria reply ok (16 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-10-12T05:15:04.163Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:15:04.163Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|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-10-12T05:15:04.163Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|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 bA15VfQgJETDniaE) ...
2021-10-12T05:15:08.469Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:15:08.470Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-12T05:15:08.470Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"9e03bd03-4255-414c-bb37-e8ef74757e35","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"ecdec7fb-4d96-4aca-bbef-b825ee6c1456","serviceDescription":"service","serviceInvariantUUID":"ab35792c-24d2-412b-b174-97d8a640950e","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"80f25b34-d718-41c2-b334-a19f341bf3e5","resourceInvariantUUID":"816cb002-fc8f-40bb-87cb-db61d6c3fdd7","resourceCustomizationUUID":"193202d7-660b-4a35-815b-40aef6475446","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"ef42d16f-db49-4a54-aefc-9ceb210e6b43","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":"Yzg3NTBhNDMyMjk4NDUyM2E4NTM3MGI5OTkzYTZhMDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0641538d-7cb7-4b9a-b186-972565c0e82c","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":"ZmVmMmU5NWRhNWVkN2QwOGIzMDU3YmY1YTRmOGZkZGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ad704a9e-0241-40c8-88c5-970ce602101b","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":"e3da2668-4ddd-426e-b5d5-3c9387ea57b7","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":"e65ddb25-7e4c-4a48-b352-6d3ad204e96a","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":"f2885d9e-c061-4406-a328-e96259b07afe","artifactVersion":"2","generatedFromUUID":"e3da2668-4ddd-426e-b5d5-3c9387ea57b7"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"OTY3NmVlNjFiY2IwNTNhOTYyYzZkNTk2MTRiYmE0ZGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b105dcb1-1092-4c00-bd57-0b153840a479","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"NTc4ODM2YzM0MjAzOTIzNWE1NmQ5OTQyNjk4MzY5Mjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"29f2ce78-cf83-46a4-955e-d806f11f8db5","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-12T05:15:08.471Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:15:08.471Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:15:08.473Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:15:08.473Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015704163,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:08.573Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:15:08.574Z||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-10-12T05:15:08.574Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:15:08.585Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:15:08.585Z||pool-80-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:15:09.473Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:15:09.474Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:15:09.477Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:15:09.477Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015704163,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:09.577Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:15:09.578Z||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-10-12T05:15:09.578Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:15:09.589Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:15:09.589Z||pool-81-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-12T05:15:10.477Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:15:10.478Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:15:10.480Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:15:10.480Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015704163,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-12T05:15:10.580Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:15:10.581Z||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-10-12T05:15:10.581Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:15:10.593Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:15:10.593Z||pool-82-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:15:11.480Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:15:11.481Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:15:11.483Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:15:11.483Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015704163,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-12T05:15:11.583Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:15:11.583Z||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-10-12T05:15:11.583Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:15:11.595Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:15:11.595Z||pool-83-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:15:12.483Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:15:12.484Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:15:12.486Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:15:12.487Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015704163,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:12.587Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:15:12.587Z||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-10-12T05:15:12.587Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:15:12.598Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:15:12.598Z||pool-84-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:15:13.487Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:15:13.488Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:15:13.490Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:15:13.490Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015704163,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-12T05:15:13.590Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:15:13.591Z||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-10-12T05:15:13.591Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:15:13.603Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:15:13.604Z||pool-85-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:15:14.491Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:15:14.492Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:15:14.494Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:15:14.494Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015704163,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:14.595Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:15:14.596Z||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-10-12T05:15:14.596Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:15:14.607Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:15:14.607Z||pool-86-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:15:15.496Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:15:15.497Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:15:15.498Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:15:15.498Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015704163,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:15:15.599Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-12T05:15:15.599Z||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-10-12T05:15:15.599Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:15:15.609Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:15:15.610Z||pool-87-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:15:16.500Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "ecdec7fb-4d96-4aca-bbef-b825ee6c1456",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ab35792c-24d2-412b-b174-97d8a640950e",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "193202d7-660b-4a35-815b-40aef6475446",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "80f25b34-d718-41c2-b334-a19f341bf3e5",
      "resourceInvariantUUID": "816cb002-fc8f-40bb-87cb-db61d6c3fdd7",
      "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": "ZmVmMmU5NWRhNWVkN2QwOGIzMDU3YmY1YTRmOGZkZGU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ad704a9e-0241-40c8-88c5-970ce602101b",
          "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": "e3da2668-4ddd-426e-b5d5-3c9387ea57b7",
          "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": "f2885d9e-c061-4406-a328-e96259b07afe",
            "generatedFromUUID": "e3da2668-4ddd-426e-b5d5-3c9387ea57b7"
          },
          "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": "f2885d9e-c061-4406-a328-e96259b07afe",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "NTc4ODM2YzM0MjAzOTIzNWE1NmQ5OTQyNjk4MzY5Mjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "29f2ce78-cf83-46a4-955e-d806f11f8db5"
    }
  ],
  "workloadContext": "Production"
}
2021-10-12T05:15:16.500Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-12T05:15:16.500Z|fc7dbf0a-81ff-469b-9eb1-6e3002a7c256|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ecdec7fb-4d96-4aca-bbef-b825ee6c1456 ASDC
2021-10-12T05:15:16.501Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:9e03bd03-4255-414c-bb37-e8ef74757e35
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:ecdec7fb-4d96-4aca-bbef-b825ee6c1456
ServiceInvariantUUID:ab35792c-24d2-412b-b174-97d8a640950e
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:29f2ce78-cf83-46a4-955e-d806f11f8db5
ArtifactChecksum:NTc4ODM2YzM0MjAzOTIzNWE1NmQ5OTQyNjk4MzY5Mjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:193202d7-660b-4a35-815b-40aef6475446
ResourceInvariantUUID:816cb002-fc8f-40bb-87cb-db61d6c3fdd7
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:80f25b34-d718-41c2-b334-a19f341bf3e5
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:ad704a9e-0241-40c8-88c5-970ce602101b
ArtifactChecksum:ZmVmMmU5NWRhNWVkN2QwOGIzMDU3YmY1YTRmOGZkZGU=
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:e3da2668-4ddd-426e-b5d5-3c9387ea57b7
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:f2885d9e-c061-4406-a328-e96259b07afe
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:f2885d9e-c061-4406-a328-e96259b07afe
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-12T05:15:16.501Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ecdec7fb-4d96-4aca-bbef-b825ee6c1456 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-10-12T05:15:16.534Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-12T05:15:16.535Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-12T05:15:16.535Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-12T05:15:16.535Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 29f2ce78-cf83-46a4-955e-d806f11f8db5 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-12T05:15:16.535Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-12T05:15:16.535Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-12T05:15:16.657Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-12T05:15:16.661Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 29f2ce78-cf83-46a4-955e-d806f11f8db5 73461
2021-10-12T05:15:16.661Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-10-12T05:15:16.661Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-12T05:15:16.662Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-12T05:15:16.662Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:15:16.663Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:15:16.663Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015716661,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:15:16.764Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:15:16.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-10-12T05:15:16.764Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:15:16.773Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:15:16.774Z||pool-88-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:15:17.664Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-12T05:15:17.665Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-12T05:15:17.665Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 29f2ce78-cf83-46a4-955e-d806f11f8db5, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-12T05:15:17.665Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-10-12T05:15:17.666Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-12T05:15:17.666Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-12T05:15:17.752Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16597991507701284236/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-10-12T05:15:18.700Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-12T05:15:18.710Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-10-12T05:15:18.711Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-12T05:15:18.711Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-12T05:15:18.711Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||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-10-12T05:15:18.711Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-12T05:15:18.711Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-12T05:15:18.711Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-12T05:15:18.711Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-12T05:15:18.711Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-12T05:15:18.711Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-12T05:15:18.711Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-12T05:15:18.711Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-12T05:15:18.711Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-10-12T05:15:18.711Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:15:18.711Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:15:18.712Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-12T05:15:18.712Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-10-12T05:15:18.712Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-12T05:15:18.712Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:15:18.712Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:15:18.712Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-12T05:15:18.712Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-10-12T05:15:18.712Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-12T05:15:18.712Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:15:18.712Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:15:18.712Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:15:18.713Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-10-12T05:15:18.713Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-10-12T05:15:18.713Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-10-12T05:15:18.713Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-10-12T05:15:18.713Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-12T05:15:18.713Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-12T05:15:18.713Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:15:18.713Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-12T05:15:18.713Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:15:18.713Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-12T05:15:18.713Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-12T05:15:18.713Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:15:18.713Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-12T05:15:18.714Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-12T05:15:18.714Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:15:18.714Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-12T05:15:18.714Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-12T05:15:18.714Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:15:18.714Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-10-12T05:15:18.714Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-12T05:15:18.714Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-12T05:15:18.714Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c180133a-0bd4-4456-bc4e-1aa0caa03c69
2021-10-12T05:15:18.714Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:15:18.714Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:15:18.714Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:15:18.715Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:15:18.715Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:15:18.715Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:15:18.715Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:15:18.715Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:15:18.715Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:ecdec7fb-4d96-4aca-bbef-b825ee6c1456
Model Version:NULL
Model InvariantUuid:ab35792c-24d2-412b-b174-97d8a640950e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:2cef79a9-7164-4070-b960-a7c781448e11
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:816cb002-fc8f-40bb-87cb-db61d6c3fdd7
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:193202d7-660b-4a35-815b-40aef6475446
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:73ae0943-e119-44d7-9da9-5f7ed8bbfa34
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:696e052d-a422-455a-9384-5c99892cfac0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c180133a-0bd4-4456-bc4e-1aa0caa03c69
ModelInvariantUuid:d6d121e3-c898-4171-9ba2-e39c81028fe2
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:d3ae2205-2b22-4cb0-a384-2d034f8aaee7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:89d93969-5657-44b3-b781-9a0e39804716
ModelInvariantUuid:0b19ea19-ae5f-4b9a-8326-6e2a23446b11
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:90d6f3f3-5124-402b-bc2b-c4a1caed1312
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-10-12T05:15:18.722Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 80f25b34-d718-41c2-b334-a19f341bf3e5
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-10-12T05:15:18.725Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||basicclamp 0
2021-10-12T05:15:18.725Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 80f25b34-d718-41c2-b334-a19f341bf3e5
2021-10-12T05:15:18.725Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ad704a9e-0241-40c8-88c5-970ce602101b from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-10-12T05:15:18.725Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-12T05:15:18.725Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-10-12T05:15:19.106Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-12T05:15:19.107Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ad704a9e-0241-40c8-88c5-970ce602101b 790
2021-10-12T05:15:19.107Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||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-10-12T05:15:19.107Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||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-10-12T05:15:19.107Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-12T05:15:19.108Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:15:19.110Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:15:19.110Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015719107,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:15:19.210Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:15:19.211Z||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-10-12T05:15:19.211Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:15:19.223Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:15:19.224Z||pool-89-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:15:20.110Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "73ae0943-e119-44d7-9da9-5f7ed8bbfa34",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "696e052d-a422-455a-9384-5c99892cfac0",
    "vfModuleModelCustomizationUUID": "6e51ad57-f37a-434a-a5fe-de33e75d3b1c",
    "isBase": true,
    "artifacts": [
      "e3da2668-4ddd-426e-b5d5-3c9387ea57b7",
      "f2885d9e-c061-4406-a328-e96259b07afe"
    ],
    "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-10-12T05:15:20.113Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:696e052d-a422-455a-9384-5c99892cfac0
VfModuleModelInvariantUUID:73ae0943-e119-44d7-9da9-5f7ed8bbfa34
VfModuleModelDescription:NULL
Artifacts UUID List:{
e3da2668-4ddd-426e-b5d5-3c9387ea57b7
,
f2885d9e-c061-4406-a328-e96259b07afe

}
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-10-12T05:15:20.115Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "73ae0943-e119-44d7-9da9-5f7ed8bbfa34",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "696e052d-a422-455a-9384-5c99892cfac0",
    "vfModuleModelCustomizationUUID": "6e51ad57-f37a-434a-a5fe-de33e75d3b1c",
    "isBase": true,
    "artifacts": [
      "e3da2668-4ddd-426e-b5d5-3c9387ea57b7",
      "f2885d9e-c061-4406-a328-e96259b07afe"
    ],
    "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-10-12T05:15:20.116Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:696e052d-a422-455a-9384-5c99892cfac0
VfModuleModelInvariantUUID:73ae0943-e119-44d7-9da9-5f7ed8bbfa34
VfModuleModelDescription:NULL
Artifacts UUID List:{
e3da2668-4ddd-426e-b5d5-3c9387ea57b7
,
f2885d9e-c061-4406-a328-e96259b07afe

}
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-10-12T05:15:20.116Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e3da2668-4ddd-426e-b5d5-3c9387ea57b7 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-10-12T05:15:20.116Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-12T05:15:20.116Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-10-12T05:15:20.310Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-12T05:15:20.310Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml e3da2668-4ddd-426e-b5d5-3c9387ea57b7 5033
2021-10-12T05:15:20.311Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||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-10-12T05:15:20.311Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||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-10-12T05:15:20.311Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-12T05:15:20.311Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:15:20.313Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:15:20.313Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015720311,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:15:20.414Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:15:20.414Z||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-10-12T05:15:20.415Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:15:20.427Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:15:20.427Z||pool-90-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:15:21.314Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f2885d9e-c061-4406-a328-e96259b07afe from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-10-12T05:15:21.315Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-12T05:15:21.315Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-10-12T05:15:21.741Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-12T05:15:21.742Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env f2885d9e-c061-4406-a328-e96259b07afe 909
2021-10-12T05:15:21.742Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||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-10-12T05:15:21.742Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||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-10-12T05:15:21.742Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-12T05:15:21.743Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:15:21.745Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:15:21.746Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015721742,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:15:21.846Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:15:21.847Z||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-10-12T05:15:21.847Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:15:21.858Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:15:21.858Z||pool-91-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:15:22.746Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: ecdec7fb-4d96-4aca-bbef-b825ee6c1456
2021-10-12T05:15:22.747Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 80f25b34-d718-41c2-b334-a19f341bf3e5 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-10-12T05:15:22.806Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@19cf5bc8, org.onap.sdc.toscaparser.api.parameters.Input@591e857a, org.onap.sdc.toscaparser.api.parameters.Input@74e56a1a, org.onap.sdc.toscaparser.api.parameters.Input@426bef8f, org.onap.sdc.toscaparser.api.parameters.Input@2199fd11]
2021-10-12T05:15:22.808Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:15:22.808Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:15:22.808Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-10-12T05:15:22.809Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 193202d7-660b-4a35-815b-40aef6475446
2021-10-12T05:15:22.809Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 193202d7-660b-4a35-815b-40aef6475446 matches Tosca VF Customization UUID: 193202d7-660b-4a35-815b-40aef6475446
2021-10-12T05:15:22.809Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 193202d7-660b-4a35-815b-40aef6475446  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-10-12T05:15:22.812Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:15:22.812Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:15:22.813Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 193202d7-660b-4a35-815b-40aef6475446: {\"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-10-12T05:15:22.813Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4e610d58
2021-10-12T05:15:22.813Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:15:22.813Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-12T05:15:22.813Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6e51ad57-f37a-434a-a5fe-de33e75d3b1c
2021-10-12T05:15:22.814Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6e51ad57-f37a-434a-a5fe-de33e75d3b1c
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-10-12T05:15:22.816Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:15:22.816Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-12T05:15:22.817Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-12T05:15:22.817Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:15:22.817Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-12T05:15:22.817Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-12T05:15:22.817Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:15:22.817Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-10-12T05:15:22.818Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-12T05:15:22.818Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-12T05:15:22.818Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c180133a-0bd4-4456-bc4e-1aa0caa03c69
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-10-12T05:15:22.820Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:15:22.820Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-12T05:15:22.821Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-12T05:15:22.821Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:15:22.821Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-12T05:15:22.821Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=193202d7-660b-4a35-815b-40aef6475446
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-10-12T05:15:22.823Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:15:22.823Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:15:22.824Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid ecdec7fb-4d96-4aca-bbef-b825ee6c1456: basicclamp
2021-10-12T05:15:22.824Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:15:22.824Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:15:22.824Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:15:22.824Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:15:22.824Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:15:22.824Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:15:22.824Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:15:22.824Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:15:22.824Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:15:22.825Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:15:22.825Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||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-10-12T05:15:22.913Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 80f25b34-d718-41c2-b334-a19f341bf3e5 1 ASDC deployResourceStructure
2021-10-12T05:15:22.913Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||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-10-12T05:15:22.913Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||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-10-12T05:15:22.913Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-12T05:15:22.914Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:15:22.916Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:15:22.916Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015722913,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-12T05:15:23.016Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:15:23.017Z||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-10-12T05:15:23.017Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:15:23.029Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:15:23.029Z||pool-92-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:15:23.919Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||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-10-12T05:15:23.919Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||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-10-12T05:15:23.919Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-12T05:15:23.919Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:15:23.921Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:15:23.921Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015723919,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-12T05:15:24.022Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-12T05:15:24.023Z||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-10-12T05:15:24.023Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:15:24.035Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:15:24.035Z||pool-93-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:15:24.355Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:15:24.355Z||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-10-12T05:15:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:15:24.372Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:15:24.386Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.387Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "dcae-sch",
  "timestamp": 1634015533945,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.387Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.387Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.387Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015530723,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:15:24.388Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.388Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.388Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015537823,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.388Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.388Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.388Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015539956,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.388Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.388Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.388Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "cds",
  "timestamp": 1634015539962,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.389Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.389Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.389Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "policy-id",
  "timestamp": 1634015543447,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.389Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.389Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.389Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015537823,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:15:24.389Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.389Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.389Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "cds",
  "timestamp": 1634015539962,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.389Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.390Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.390Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015539956,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.390Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.390Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.390Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015545755,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:15:24.390Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:15:24.390Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.390Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "policy-id",
  "timestamp": 1634015543447,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.390Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.390Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.390Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "cds",
  "timestamp": 1634015539962,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.390Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.390Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.391Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015539956,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.391Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.391Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.391Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "dcae-sch",
  "timestamp": 1634015546834,
  "artifactURL": "/sdc/v1/catalog/services/ecdec7fb-4d96-4aca-bbef-b825ee6c1456/resourceInstances/basicclamp0/artifacts/ef42d16f-db49-4a54-aefc-9ceb210e6b43",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:15:24.391Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:15:24.391Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.391Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "aai-ml",
  "timestamp": 1634015546263,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.391Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.391Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.391Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015546946,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:15:24.392Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:15:24.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "policy-id",
  "timestamp": 1634015543447,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-12T05:15:24.392Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015547243,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:15:24.392Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:15:24.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "cds",
  "timestamp": 1634015539962,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:15:24.392Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015539956,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.392Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.393Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.393Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "aai-ml",
  "timestamp": 1634015546263,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.393Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.393Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.393Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "dcae-sch",
  "timestamp": 1634015548101,
  "artifactURL": "/sdc/v1/catalog/services/ecdec7fb-4d96-4aca-bbef-b825ee6c1456/resourceInstances/basicclamp0/artifacts/ef42d16f-db49-4a54-aefc-9ceb210e6b43",
  "status": "DEPLOY_OK"
}
2021-10-12T05:15:24.393Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:15:24.393Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.393Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "policy-id",
  "timestamp": 1634015543447,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.393Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.393Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.394Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015548426,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:15:24.394Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:15:24.394Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.394Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "cds",
  "timestamp": 1634015548808,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:15:24.394Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:15:24.394Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.394Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "clamp",
  "timestamp": 1634015548224,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.394Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.394Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.394Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "aai-ml",
  "timestamp": 1634015546263,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.394Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.394Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.394Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015548974,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-12T05:15:24.394Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:15:24.394Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.395Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "dcae-sch",
  "timestamp": 1634015549108,
  "artifactURL": "/sdc/v1/catalog/services/ecdec7fb-4d96-4aca-bbef-b825ee6c1456/resourceInstances/basicclamp0/artifacts/ef42d16f-db49-4a54-aefc-9ceb210e6b43",
  "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-10-12T05:15:24.403Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 9e03bd03-4255-414c-bb37-e8ef74757e35
2021-10-12T05:15:24.403Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e03bd03-4255-414c-bb37-e8ef74757e35 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-10-12T05:15:24.413Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.413Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "policy-id",
  "timestamp": 1634015543447,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.413Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.413Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.413Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015549451,
  "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-10-12T05:15:24.419Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9e03bd03-4255-414c-bb37-e8ef74757e35
2021-10-12T05:15:24.420Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e03bd03-4255-414c-bb37-e8ef74757e35 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-10-12T05:15:24.428Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.428Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "cds",
  "timestamp": 1634015549811,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-12T05:15:24.432Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9e03bd03-4255-414c-bb37-e8ef74757e35
2021-10-12T05:15:24.432Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e03bd03-4255-414c-bb37-e8ef74757e35 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-10-12T05:15:24.441Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "clamp",
  "timestamp": 1634015548224,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.442Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "aai-ml",
  "timestamp": 1634015546263,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.442Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015549976,
  "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-10-12T05:15:24.448Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9e03bd03-4255-414c-bb37-e8ef74757e35
2021-10-12T05:15:24.448Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e03bd03-4255-414c-bb37-e8ef74757e35 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-10-12T05:15:24.457Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.457Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "policy-id",
  "timestamp": 1634015543447,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.457Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.457Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.457Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015550454,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-12T05:15:24.457Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:15:24.457Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.457Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "clamp",
  "timestamp": 1634015548224,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-12T05:15:24.457Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "aai-ml",
  "timestamp": 1634015546263,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.458Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "policy-id",
  "timestamp": 1634015543447,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:15:24.458Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "clamp",
  "timestamp": 1634015548224,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.458Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "aai-ml",
  "timestamp": 1634015546263,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.458Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "policy-id",
  "timestamp": 1634015552170,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:15:24.458Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:15:24.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "clamp",
  "timestamp": 1634015548224,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.459Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.459Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.459Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "aai-ml",
  "timestamp": 1634015546263,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.459Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.459Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.459Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "policy-id",
  "timestamp": 1634015553173,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-12T05:15:24.459Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:15:24.459Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.459Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015551459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.459Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.459Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.459Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "clamp",
  "timestamp": 1634015548224,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.459Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.460Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.460Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "aai-ml",
  "timestamp": 1634015546263,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:15:24.460Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.460Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.460Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "policy-id",
  "timestamp": 1634015554175,
  "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-10-12T05:15:24.465Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9e03bd03-4255-414c-bb37-e8ef74757e35
2021-10-12T05:15:24.466Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e03bd03-4255-414c-bb37-e8ef74757e35 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-10-12T05:15:24.473Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.473Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "dcae-sch",
  "timestamp": 1634015553945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.473Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.474Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.474Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015551459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-10-12T05:15:24.474Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.474Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.474Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "clamp",
  "timestamp": 1634015548224,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.474Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.474Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.474Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "aai-ml",
  "timestamp": 1634015554978,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:15:24.474Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:15:24.474Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.474Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "dcae-sch",
  "timestamp": 1634015553945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.475Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.475Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.475Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "cds",
  "timestamp": 1634015554962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.475Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.475Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.475Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015551459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-10-12T05:15:24.475Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.475Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.475Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "clamp",
  "timestamp": 1634015548224,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:15:24.475Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.475Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.475Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "dcae-sch",
  "timestamp": 1634015553945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.475Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.475Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.475Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "cds",
  "timestamp": 1634015554962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.475Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.475Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.476Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015551459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-12T05:15:24.476Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.476Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.476Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "dcae-sch",
  "timestamp": 1634015553945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.476Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.476Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.476Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "cds",
  "timestamp": 1634015554962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.476Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.476Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.476Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015551459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-10-12T05:15:24.476Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.476Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.476Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "dcae-sch",
  "timestamp": 1634015553945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.476Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.476Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.476Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "cds",
  "timestamp": 1634015554962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.476Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.476Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.476Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015551459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.477Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.477Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "dcae-sch",
  "timestamp": 1634015553945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.477Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.477Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "cds",
  "timestamp": 1634015554962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.477Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.477Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015551459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-10-12T05:15:24.477Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.477Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015559956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.477Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "dcae-sch",
  "timestamp": 1634015553945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.478Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "cds",
  "timestamp": 1634015554962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.478Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015551459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.478Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015559956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.478Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "clamp",
  "timestamp": 1634015561595,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:15:24.478Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:15:24.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "dcae-sch",
  "timestamp": 1634015553945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.479Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "cds",
  "timestamp": 1634015554962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.479Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015551459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:15:24.479Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015559956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.479Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "clamp",
  "timestamp": 1634015562598,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:15:24.479Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:15:24.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "dcae-sch",
  "timestamp": 1634015553945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "cds",
  "timestamp": 1634015554962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "aai-ml",
  "timestamp": 1634015562678,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-12T05:15:24.480Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:15:24.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015562716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:15:24.480Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:15:24.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015559956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "cds",
  "timestamp": 1634015554962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:15:24.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "aai-ml",
  "timestamp": 1634015563681,
  "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-10-12T05:15:24.486Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9e03bd03-4255-414c-bb37-e8ef74757e35
2021-10-12T05:15:24.487Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e03bd03-4255-414c-bb37-e8ef74757e35 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-10-12T05:15:24.494Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.495Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015563833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:15:24.495Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:15:24.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.495Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "policy-id",
  "timestamp": 1634015563447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.495Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.495Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "clamp",
  "timestamp": 1634015564391,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-12T05:15:24.495Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:15:24.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.495Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015559956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.495Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.495Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "policy-id",
  "timestamp": 1634015563447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.495Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.496Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "cds",
  "timestamp": 1634015565151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:15:24.496Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:15:24.496Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.496Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015565243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:15:24.496Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:15:24.496Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.496Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "clamp",
  "timestamp": 1634015565394,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-12T05:15:24.496Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:15:24.496Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.496Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015559956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.496Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.496Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.496Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "policy-id",
  "timestamp": 1634015563447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.496Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.497Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.497Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "cds",
  "timestamp": 1634015566155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-12T05:15:24.509Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 88147afc-3b8d-4664-b4f9-39b4995e32b9
2021-10-12T05:15:24.509Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88147afc-3b8d-4664-b4f9-39b4995e32b9 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-10-12T05:15:24.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "clamp",
  "timestamp": 1634015566397,
  "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-10-12T05:15:24.524Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9e03bd03-4255-414c-bb37-e8ef74757e35
2021-10-12T05:15:24.524Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e03bd03-4255-414c-bb37-e8ef74757e35 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-10-12T05:15:24.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.535Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015566417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:15:24.535Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:15:24.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.535Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015559956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.535Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.535Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "policy-id",
  "timestamp": 1634015563447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.535Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.536Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015567501,
  "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-10-12T05:15:24.541Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 88147afc-3b8d-4664-b4f9-39b4995e32b9
2021-10-12T05:15:24.541Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88147afc-3b8d-4664-b4f9-39b4995e32b9 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-10-12T05:15:24.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.551Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015559956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.551Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.551Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "policy-id",
  "timestamp": 1634015563447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-10-12T05:15:24.551Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.551Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015567823,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.551Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.552Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015568504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-12T05:15:24.552Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:15:24.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.552Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015559956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.552Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.552Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "policy-id",
  "timestamp": 1634015563447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.552Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.552Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015567823,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.552Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.552Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "policy-id",
  "timestamp": 1634015563447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.552Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.552Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015567823,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.553Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "policy-id",
  "timestamp": 1634015563447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.553Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015567823,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.553Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "policy-id",
  "timestamp": 1634015563447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:15:24.553Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015567823,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.553Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "policy-id",
  "timestamp": 1634015573146,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:15:24.553Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:15:24.554Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.554Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015567823,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.554Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.554Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.554Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "policy-id",
  "timestamp": 1634015574149,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-12T05:15:24.554Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:15:24.554Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.554Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015567823,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.554Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.554Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.554Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "policy-id",
  "timestamp": 1634015575152,
  "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-10-12T05:15:24.562Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 88147afc-3b8d-4664-b4f9-39b4995e32b9
2021-10-12T05:15:24.563Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88147afc-3b8d-4664-b4f9-39b4995e32b9 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-10-12T05:15:24.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015567823,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.571Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015567823,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:15:24.571Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "aai-ml",
  "timestamp": 1634015576263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.572Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015577618,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:15:24.572Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:15:24.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "aai-ml",
  "timestamp": 1634015576263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.572Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "clamp",
  "timestamp": 1634015578224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.572Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "aai-ml",
  "timestamp": 1634015576263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.573Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015579551,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-12T05:15:24.573Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:15:24.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "clamp",
  "timestamp": 1634015578224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.573Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "aai-ml",
  "timestamp": 1634015576263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.573Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015580554,
  "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-10-12T05:15:24.579Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 88147afc-3b8d-4664-b4f9-39b4995e32b9
2021-10-12T05:15:24.580Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88147afc-3b8d-4664-b4f9-39b4995e32b9 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-10-12T05:15:24.589Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "clamp",
  "timestamp": 1634015578224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.589Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "aai-ml",
  "timestamp": 1634015576263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.590Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "clamp",
  "timestamp": 1634015578224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-12T05:15:24.590Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "aai-ml",
  "timestamp": 1634015576263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.590Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "clamp",
  "timestamp": 1634015578224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.590Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "aai-ml",
  "timestamp": 1634015576263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.591Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.591Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.591Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "clamp",
  "timestamp": 1634015578224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.591Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.591Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.591Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "aai-ml",
  "timestamp": 1634015576263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.591Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.591Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.591Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "clamp",
  "timestamp": 1634015578224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.591Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.591Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.591Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "aai-ml",
  "timestamp": 1634015576263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:15:24.591Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.591Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.591Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "clamp",
  "timestamp": 1634015578224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:24.591Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.592Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "aai-ml",
  "timestamp": 1634015586219,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:15:24.592Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:15:24.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.592Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "clamp",
  "timestamp": 1634015578224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:15:24.592Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:15:24.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.592Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "aai-ml",
  "timestamp": 1634015592667,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-12T05:15:24.592Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:15:24.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.592Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "clamp",
  "timestamp": 1634015592946,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:15:24.593Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:15:24.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.593Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "aai-ml",
  "timestamp": 1634015593670,
  "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-10-12T05:15:24.599Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 88147afc-3b8d-4664-b4f9-39b4995e32b9
2021-10-12T05:15:24.599Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88147afc-3b8d-4664-b4f9-39b4995e32b9 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-10-12T05:15:24.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "clamp",
  "timestamp": 1634015594955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-12T05:15:24.609Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:15:24.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-12T05:15:24.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "clamp",
  "timestamp": 1634015595958,
  "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-10-12T05:15:24.615Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 88147afc-3b8d-4664-b4f9-39b4995e32b9
2021-10-12T05:15:24.615Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88147afc-3b8d-4664-b4f9-39b4995e32b9 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-10-12T05:15:24.922Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||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-10-12T05:15:24.923Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||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-10-12T05:15:24.923Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-12T05:15:24.923Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:15:24.925Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:15:24.925Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015724922,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-12T05:15:25.026Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-12T05:15:25.027Z||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-10-12T05:15:25.027Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:15:25.038Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:15:25.038Z||pool-94-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:15:25.926Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-10-12T05:15:25.927Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-12T05:15:25.927Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-12T05:15:25.927Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:15:25.929Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:15:25.930Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015725926,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-12T05:15:26.030Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:15:26.030Z||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-10-12T05:15:26.031Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:15:26.042Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:15:26.043Z||pool-95-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:15:26.930Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e03bd03-4255-414c-bb37-e8ef74757e35
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10-12T05:15:26.942Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e03bd03-4255-414c-bb37-e8ef74757e35
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-12T05:15:26.946Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-12T05:15:26.946Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-12T05:15:26.946Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-12T05:15:26.946Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-12T05:15:26.946Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T05:15:26.946Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T05:15:26.946Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T05:15:26.946Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T05:15:26.946Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T05:15:26.947Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T05:15:26.947Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T05:15:26.947Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-12T05:15:26.952Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-12T05:15:56.953Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9e03bd03-4255-414c-bb37-e8ef74757e35 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-10-12T05:15:56.957Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9e03bd03-4255-414c-bb37-e8ef74757e35 and serviceModelVersionId: ecdec7fb-4d96-4aca-bbef-b825ee6c1456
2021-10-12T05:15:56.958Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ab35792c-24d2-412b-b174-97d8a640950e
2021-10-12T05:15:56.958Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ab35792c-24d2-412b-b174-97d8a640950e/model-vers/model-ver/ecdec7fb-4d96-4aca-bbef-b825ee6c1456?depth=0
2021-10-12T05:15:56.964Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-10-12T05:15:56.989Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ab35792c-24d2-412b-b174-97d8a640950e/model-vers/model-ver/ecdec7fb-4d96-4aca-bbef-b825ee6c1456?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-10-12T05:15:56.990Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ab35792c-24d2-412b-b174-97d8a640950e/model-vers/model-ver/ecdec7fb-4d96-4aca-bbef-b825ee6c1456?depth=0|INFO|500||Invoke
2021-10-12T05:15:57.006Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ab35792c-24d2-412b-b174-97d8a640950e/model-vers/model-ver/ecdec7fb-4d96-4aca-bbef-b825ee6c1456?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-12T05:15:57.330Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ab35792c-24d2-412b-b174-97d8a640950e/model-vers/model-ver/ecdec7fb-4d96-4aca-bbef-b825ee6c1456?depth=0|INFO|500||InvokeReturn
2021-10-12T05:15:57.331Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ab35792c-24d2-412b-b174-97d8a640950e/model-vers/model-ver/ecdec7fb-4d96-4aca-bbef-b825ee6c1456?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211012-05:15:57:015-35020], vertex-id=[221368], Content-Length=[0], Date=[Tue, 12 Oct 2021 05:15:57 GMT], Content-Type=[application/json]}
2021-10-12T05:15:57.331Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-10-12T05:15:57.331Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-12T05:15:57.331Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-12T05:15:57.338Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-12T05:15:57.338Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9e03bd03-4255-414c-bb37-e8ef74757e35 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-12T05:15:57.338Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-12T05:15:57.338Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:15:57.340Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:15:57.340Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015757338,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-12T05:15:57.441Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-12T05:15:57.441Z||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-10-12T05:15:57.441Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:15:57.456Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:15:57.457Z||pool-96-thread-1|||||INFO|500||cambria reply ok (16 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-10-12T05:15:58.351Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-12T05:15:58.351Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"88147afc-3b8d-4664-b4f9-39b4995e32b9","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"0a0998d0-42c8-4f2c-9345-a6eb9ac78401","serviceDescription":"service","serviceInvariantUUID":"de72738a-f2b3-427a-8fa4-1592490743cc","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0ccd1e4a-8516-4e37-b4e6-bad61810adac","resourceInvariantUUID":"641fa532-a7b0-4950-8b4f-62feca39fd2f","resourceCustomizationUUID":"5a6e97c9-5114-4138-bec5-553eda07ee24","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":"ZjNkYjg1NmM2ZTM5MmQzZDlkNmJhZjA1YzI4YTcyMGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b20adb34-d279-4172-8a84-72162ee90d46","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":"6ce528da-f165-433a-b586-88a1b07baea5","artifactVersion":"2","generatedFromUUID":"18c82109-42f4-46b7-859f-e1ac1eedd6ab"},{"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":"18c82109-42f4-46b7-859f-e1ac1eedd6ab","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":"YzdkZjA4MGNmZGEzNTUzMDI1NGZjNGFmYzM3MGI0OWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2ab79dd7-9278-4876-8ec2-2c9f875cca6a","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":"46389ad7-cf78-4078-bc58-dd6e55e4ff26","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":"ecde1466-43a6-4721-9dfc-95113719d485","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":"819b45f1-f5ad-44b6-a111-a5436bc16e7f","artifactVersion":"2","generatedFromUUID":"46389ad7-cf78-4078-bc58-dd6e55e4ff26"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"OGY2NWZiNGFjMjNhZjQ1MWE2MzM3N2YzMTdlMTE0NTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a0172cda-706b-481b-946f-fc803001dce4","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MTY3Nzg5YjkyOGEyZDlmZDU5OGM3NTUwM2FmMjMzY2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"83f4ea03-0c48-4d67-817c-3b20eca7cd72","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-12T05:15:58.351Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:15:58.352Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:15:58.353Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:15:58.353Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015704163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:15:58.454Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:15:58.454Z||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-10-12T05:15:58.454Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:15:58.465Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:15:58.465Z||pool-97-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:15:59.354Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:15:59.355Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:15:59.358Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:15:59.358Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015704163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-10-12T05:15:59.458Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:15:59.459Z||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-10-12T05:15:59.459Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:15:59.471Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:15:59.472Z||pool-98-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:16:00.358Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:16:00.360Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:16:00.362Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:16:00.362Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015704163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-10-12T05:16:00.462Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:16:00.463Z||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-10-12T05:16:00.463Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:16:00.475Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:16:00.475Z||pool-99-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:16:01.362Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:16:01.363Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:16:01.365Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:16:01.365Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015704163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-12T05:16:01.466Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-12T05:16:01.466Z||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-10-12T05:16:01.466Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:16:01.478Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:16:01.479Z||pool-100-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:16:02.366Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:16:02.367Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:16:02.368Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:16:02.369Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015704163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-10-12T05:16:02.469Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:16:02.470Z||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-10-12T05:16:02.470Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:16:02.482Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:16:02.483Z||pool-101-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:16:03.369Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:16:03.370Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:16:03.372Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:16:03.372Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015704163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:03.472Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:16:03.473Z||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-10-12T05:16:03.473Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:16:03.485Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:16:03.485Z||pool-102-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:16:04.373Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:16:04.373Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:16:04.375Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:16:04.375Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015704163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-10-12T05:16:04.475Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:16:04.476Z||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-10-12T05:16:04.476Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:16:04.488Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:16:04.488Z||pool-103-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:16:05.375Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:16:05.376Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:16:05.378Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:16:05.378Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015704163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:05.478Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:16:05.479Z||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-10-12T05:16:05.479Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:16:05.490Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:16:05.490Z||pool-104-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-12T05:16:06.378Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:16:06.379Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:16:06.380Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:16:06.380Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015704163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:16:06.481Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-12T05:16:06.481Z||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-10-12T05:16:06.482Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:16:06.496Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:16:06.496Z||pool-105-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:16:07.382Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "0a0998d0-42c8-4f2c-9345-a6eb9ac78401",
  "serviceDescription": "service",
  "serviceInvariantUUID": "de72738a-f2b3-427a-8fa4-1592490743cc",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "5a6e97c9-5114-4138-bec5-553eda07ee24",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0ccd1e4a-8516-4e37-b4e6-bad61810adac",
      "resourceInvariantUUID": "641fa532-a7b0-4950-8b4f-62feca39fd2f",
      "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": "6ce528da-f165-433a-b586-88a1b07baea5",
          "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": "18c82109-42f4-46b7-859f-e1ac1eedd6ab",
          "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": "YzdkZjA4MGNmZGEzNTUzMDI1NGZjNGFmYzM3MGI0OWQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2ab79dd7-9278-4876-8ec2-2c9f875cca6a",
          "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": "46389ad7-cf78-4078-bc58-dd6e55e4ff26",
          "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": "819b45f1-f5ad-44b6-a111-a5436bc16e7f",
            "generatedFromUUID": "46389ad7-cf78-4078-bc58-dd6e55e4ff26"
          },
          "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": "819b45f1-f5ad-44b6-a111-a5436bc16e7f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MTY3Nzg5YjkyOGEyZDlmZDU5OGM3NTUwM2FmMjMzY2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "83f4ea03-0c48-4d67-817c-3b20eca7cd72"
    }
  ],
  "workloadContext": "Production"
}
2021-10-12T05:16:07.382Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-12T05:16:07.383Z|9e03bd03-4255-414c-bb37-e8ef74757e35|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 0a0998d0-42c8-4f2c-9345-a6eb9ac78401 ASDC
2021-10-12T05:16:07.383Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:88147afc-3b8d-4664-b4f9-39b4995e32b9
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:0a0998d0-42c8-4f2c-9345-a6eb9ac78401
ServiceInvariantUUID:de72738a-f2b3-427a-8fa4-1592490743cc
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:83f4ea03-0c48-4d67-817c-3b20eca7cd72
ArtifactChecksum:MTY3Nzg5YjkyOGEyZDlmZDU5OGM3NTUwM2FmMjMzY2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:5a6e97c9-5114-4138-bec5-553eda07ee24
ResourceInvariantUUID:641fa532-a7b0-4950-8b4f-62feca39fd2f
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:0ccd1e4a-8516-4e37-b4e6-bad61810adac
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:6ce528da-f165-433a-b586-88a1b07baea5
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:18c82109-42f4-46b7-859f-e1ac1eedd6ab
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:2ab79dd7-9278-4876-8ec2-2c9f875cca6a
ArtifactChecksum:YzdkZjA4MGNmZGEzNTUzMDI1NGZjNGFmYzM3MGI0OWQ=
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:46389ad7-cf78-4078-bc58-dd6e55e4ff26
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:819b45f1-f5ad-44b6-a111-a5436bc16e7f
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:819b45f1-f5ad-44b6-a111-a5436bc16e7f
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-12T05:16:07.383Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0a0998d0-42c8-4f2c-9345-a6eb9ac78401 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-10-12T05:16:07.419Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-12T05:16:07.420Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-12T05:16:07.420Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-12T05:16:07.420Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 83f4ea03-0c48-4d67-817c-3b20eca7cd72 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-10-12T05:16:07.420Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-12T05:16:07.420Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-10-12T05:16:08.726Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-12T05:16:08.729Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 83f4ea03-0c48-4d67-817c-3b20eca7cd72 68760
2021-10-12T05:16:08.729Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-10-12T05:16:08.729Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-10-12T05:16:08.729Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-12T05:16:08.730Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:16:08.731Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:16:08.731Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015768729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:16:08.832Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-12T05:16:08.832Z||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-10-12T05:16:08.833Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:16:08.844Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:16:08.845Z||pool-106-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:16:09.732Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-12T05:16:09.733Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-12T05:16:09.733Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 83f4ea03-0c48-4d67-817c-3b20eca7cd72, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-12T05:16:09.751Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-10-12T05:16:09.752Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-12T05:16:09.752Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-12T05:16:09.837Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12426144631896742842/Definitions/service-BasicCnf-template.yml
2021-10-12T05:16:10.839Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-12T05:16:10.839Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-10-12T05:16:10.839Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-12T05:16:10.839Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-10-12T05:16:10.839Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||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-10-12T05:16:10.839Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||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-10-12T05:16:10.839Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-12T05:16:10.840Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||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-10-12T05:16:10.840Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-10-12T05:16:10.840Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:16:10.840Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:16:10.840Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-12T05:16:10.840Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-10-12T05:16:10.840Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-12T05:16:10.840Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:16:10.840Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:16:10.840Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-12T05:16:10.840Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-10-12T05:16:10.840Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-12T05:16:10.841Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:16:10.841Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:16:10.841Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:16:10.841Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-10-12T05:16:10.841Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-10-12T05:16:10.841Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Node template dummy is not matching search criteria
2021-10-12T05:16:10.841Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-12T05:16:10.841Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:16:10.841Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-12T05:16:10.841Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:16:10.841Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-12T05:16:10.841Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-12T05:16:10.842Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:16:10.842Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-12T05:16:10.842Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-12T05:16:10.842Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:16:10.842Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-12T05:16:10.842Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-12T05:16:10.842Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:16:10.842Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-10-12T05:16:10.842Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-10-12T05:16:10.842Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=3003ffe4-65e9-48ff-97c9-9c90fdb72795
2021-10-12T05:16:10.842Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:16:10.842Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:16:10.842Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:16:10.843Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:16:10.843Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:16:10.843Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:16:10.843Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:16:10.843Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:16:10.843Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:0a0998d0-42c8-4f2c-9345-a6eb9ac78401
Model Version:NULL
Model InvariantUuid:de72738a-f2b3-427a-8fa4-1592490743cc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:afdb01da-75b9-4771-847c-4c91efe11b4e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:641fa532-a7b0-4950-8b4f-62feca39fd2f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5a6e97c9-5114-4138-bec5-553eda07ee24
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1d4a90f1-8f38-4c21-9496-5f57a3fea20d
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:cdbbb434-176a-4c07-8a63-785dbf9dbd23
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3003ffe4-65e9-48ff-97c9-9c90fdb72795
ModelInvariantUuid:4d68f656-f2e5-4110-9f40-a20288780a20
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:f06fad49-06c4-4f36-938e-07330ed7e4ae
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:78c6d0d3-3d70-49bb-b641-f561aaf15e42
ModelInvariantUuid:cc63a7d0-b163-4811-99fd-2f512a3f384c
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:e7704e30-425d-4031-9c5c-fa9328302e8f
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-10-12T05:16:10.849Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 0ccd1e4a-8516-4e37-b4e6-bad61810adac
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-10-12T05:16:10.852Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||basic_cnf 0
2021-10-12T05:16:10.852Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0ccd1e4a-8516-4e37-b4e6-bad61810adac
2021-10-12T05:16:10.852Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 6ce528da-f165-433a-b586-88a1b07baea5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-10-12T05:16:10.852Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-12T05:16:10.853Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||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-10-12T05:16:11.023Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-12T05:16:11.024Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 6ce528da-f165-433a-b586-88a1b07baea5 12
2021-10-12T05:16:11.024Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||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-10-12T05:16:11.024Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||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-10-12T05:16:11.024Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-12T05:16:11.024Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:16:11.027Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:16:11.027Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015771024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:16:11.127Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:16:11.128Z||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-10-12T05:16:11.128Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:16:11.138Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:16:11.138Z||pool-107-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:16:12.027Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 18c82109-42f4-46b7-859f-e1ac1eedd6ab from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-10-12T05:16:12.028Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-12T05:16:12.028Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||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-10-12T05:16:12.142Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-12T05:16:12.143Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 18c82109-42f4-46b7-859f-e1ac1eedd6ab 2688
2021-10-12T05:16:12.143Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||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-10-12T05:16:12.143Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||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-10-12T05:16:12.143Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-12T05:16:12.144Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:16:12.145Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:16:12.146Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015772143,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:16:12.246Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:16:12.246Z||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-10-12T05:16:12.246Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:16:12.257Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:16:12.258Z||pool-108-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-12T05:16:13.147Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2ab79dd7-9278-4876-8ec2-2c9f875cca6a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-10-12T05:16:13.147Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-12T05:16:13.147Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||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-10-12T05:16:13.237Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-12T05:16:13.238Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2ab79dd7-9278-4876-8ec2-2c9f875cca6a 828
2021-10-12T05:16:13.238Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||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-10-12T05:16:13.238Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||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-10-12T05:16:13.238Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-12T05:16:13.238Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:16:13.240Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:16:13.241Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015773238,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:16:13.341Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:16:13.342Z||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-10-12T05:16:13.342Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:16:13.352Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:16:13.352Z||pool-109-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:16:14.241Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "1d4a90f1-8f38-4c21-9496-5f57a3fea20d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cdbbb434-176a-4c07-8a63-785dbf9dbd23",
    "vfModuleModelCustomizationUUID": "ac621348-3c34-4704-b108-0cf31d613a96",
    "isBase": true,
    "artifacts": [
      "46389ad7-cf78-4078-bc58-dd6e55e4ff26",
      "18c82109-42f4-46b7-859f-e1ac1eedd6ab",
      "819b45f1-f5ad-44b6-a111-a5436bc16e7f"
    ],
    "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-10-12T05:16:14.244Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cdbbb434-176a-4c07-8a63-785dbf9dbd23
VfModuleModelInvariantUUID:1d4a90f1-8f38-4c21-9496-5f57a3fea20d
VfModuleModelDescription:NULL
Artifacts UUID List:{
46389ad7-cf78-4078-bc58-dd6e55e4ff26
,
18c82109-42f4-46b7-859f-e1ac1eedd6ab
,
819b45f1-f5ad-44b6-a111-a5436bc16e7f

}
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-10-12T05:16:14.246Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "1d4a90f1-8f38-4c21-9496-5f57a3fea20d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cdbbb434-176a-4c07-8a63-785dbf9dbd23",
    "vfModuleModelCustomizationUUID": "ac621348-3c34-4704-b108-0cf31d613a96",
    "isBase": true,
    "artifacts": [
      "46389ad7-cf78-4078-bc58-dd6e55e4ff26",
      "18c82109-42f4-46b7-859f-e1ac1eedd6ab",
      "819b45f1-f5ad-44b6-a111-a5436bc16e7f"
    ],
    "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-10-12T05:16:14.246Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cdbbb434-176a-4c07-8a63-785dbf9dbd23
VfModuleModelInvariantUUID:1d4a90f1-8f38-4c21-9496-5f57a3fea20d
VfModuleModelDescription:NULL
Artifacts UUID List:{
46389ad7-cf78-4078-bc58-dd6e55e4ff26
,
18c82109-42f4-46b7-859f-e1ac1eedd6ab
,
819b45f1-f5ad-44b6-a111-a5436bc16e7f

}
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-10-12T05:16:14.246Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 46389ad7-cf78-4078-bc58-dd6e55e4ff26 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-10-12T05:16:14.246Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-12T05:16:14.246Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||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-10-12T05:16:14.325Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-12T05:16:14.325Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 46389ad7-cf78-4078-bc58-dd6e55e4ff26 1164
2021-10-12T05:16:14.326Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||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-10-12T05:16:14.326Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||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-10-12T05:16:14.326Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-12T05:16:14.326Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:16:14.328Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:16:14.328Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015774326,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:16:14.429Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:16:14.429Z||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-10-12T05:16:14.429Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:16:14.440Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:16:14.440Z||pool-110-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:16:15.329Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 819b45f1-f5ad-44b6-a111-a5436bc16e7f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-10-12T05:16:15.330Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-12T05:16:15.330Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||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-10-12T05:16:15.430Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-12T05:16:15.431Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 819b45f1-f5ad-44b6-a111-a5436bc16e7f 200
2021-10-12T05:16:15.431Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||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-10-12T05:16:15.431Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||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-10-12T05:16:15.431Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-12T05:16:15.431Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:16:15.433Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:16:15.433Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015775431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:16:15.533Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:16:15.534Z||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-10-12T05:16:15.534Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:16:15.546Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:16:15.547Z||pool-111-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:16:16.434Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 0a0998d0-42c8-4f2c-9345-a6eb9ac78401
2021-10-12T05:16:16.434Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 0ccd1e4a-8516-4e37-b4e6-bad61810adac 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=?
2021-10-12T05:16:16.446Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_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-10-12T05:16:16.450Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@44c5cf36, org.onap.sdc.toscaparser.api.parameters.Input@5176bdf5, org.onap.sdc.toscaparser.api.parameters.Input@25167868, org.onap.sdc.toscaparser.api.parameters.Input@2ecc2cc9, org.onap.sdc.toscaparser.api.parameters.Input@441afa59]
2021-10-12T05:16:16.451Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:16:16.451Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:16:16.451Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-10-12T05:16:16.451Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 5a6e97c9-5114-4138-bec5-553eda07ee24
2021-10-12T05:16:16.452Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5a6e97c9-5114-4138-bec5-553eda07ee24 matches Tosca VF Customization UUID: 5a6e97c9-5114-4138-bec5-553eda07ee24
2021-10-12T05:16:16.452Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 5a6e97c9-5114-4138-bec5-553eda07ee24  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-10-12T05:16:16.453Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:16:16.453Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:16:16.454Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 5a6e97c9-5114-4138-bec5-553eda07ee24: {\"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-10-12T05:16:16.454Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@79414f1f
2021-10-12T05:16:16.454Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:16:16.454Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-12T05:16:16.454Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ac621348-3c34-4704-b108-0cf31d613a96
2021-10-12T05:16:16.454Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ac621348-3c34-4704-b108-0cf31d613a96
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-10-12T05:16:16.456Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:16:16.456Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-12T05:16:16.456Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-12T05:16:16.456Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:16:16.456Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-12T05:16:16.456Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-12T05:16:16.457Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:16:16.457Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-10-12T05:16:16.457Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-10-12T05:16:16.457Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=3003ffe4-65e9-48ff-97c9-9c90fdb72795
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-10-12T05:16:16.458Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:16:16.458Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-12T05:16:16.458Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-12T05:16:16.459Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:16:16.459Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-12T05:16:16.459Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=5a6e97c9-5114-4138-bec5-553eda07ee24
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-10-12T05:16:16.460Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:16:16.460Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:16:16.460Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 0a0998d0-42c8-4f2c-9345-a6eb9ac78401: basic_cnf
2021-10-12T05:16:16.460Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:16:16.460Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:16:16.460Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:16:16.461Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:16:16.461Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:16:16.461Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:16:16.461Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:16:16.461Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:16:16.461Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:16:16.461Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:16:16.461Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||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-10-12T05:16:16.531Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 0ccd1e4a-8516-4e37-b4e6-bad61810adac 1 ASDC deployResourceStructure
2021-10-12T05:16:16.532Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||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-10-12T05:16:16.532Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||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-10-12T05:16:16.532Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-10-12T05:16:16.532Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:16:16.533Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:16:16.533Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015776531,
  "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-10-12T05:16:16.634Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-12T05:16:16.634Z||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-10-12T05:16:16.634Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:16:16.645Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:16:16.645Z||pool-112-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:16:17.534Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||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-10-12T05:16:17.534Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||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-10-12T05:16:17.535Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-10-12T05:16:17.535Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:16:17.537Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:16:17.537Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015777534,
  "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-10-12T05:16:17.637Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:16:17.638Z||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-10-12T05:16:17.638Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:16:17.650Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:16:17.650Z||pool-113-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:16:18.538Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||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-10-12T05:16:18.538Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||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-10-12T05:16:18.538Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-12T05:16:18.538Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:16:18.540Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:16:18.541Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015778538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-12T05:16:18.641Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:16:18.641Z||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-10-12T05:16:18.641Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:16:18.653Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:16:18.654Z||pool-114-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-12T05:16:19.541Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||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-10-12T05:16:19.542Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||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-10-12T05:16:19.543Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-12T05:16:19.543Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:16:19.544Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:16:19.544Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015779541,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-10-12T05:16:19.645Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-12T05:16:19.646Z||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-10-12T05:16:19.646Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:16:19.658Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:16:19.658Z||pool-115-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:16:20.546Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||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-10-12T05:16:20.546Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||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-10-12T05:16:20.546Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-12T05:16:20.546Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:16:20.548Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:16:20.548Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015780546,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-10-12T05:16:20.649Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:16:20.649Z||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-10-12T05:16:20.649Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:16:20.660Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:16:20.660Z||pool-116-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:16:21.549Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-10-12T05:16:21.549Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-10-12T05:16:21.549Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-12T05:16:21.550Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:16:21.551Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:16:21.551Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015781549,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-12T05:16:21.652Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:16:21.653Z||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-10-12T05:16:21.653Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:16:21.664Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:16:21.665Z||pool-117-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:16:22.552Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88147afc-3b8d-4664-b4f9-39b4995e32b9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10-12T05:16:22.560Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88147afc-3b8d-4664-b4f9-39b4995e32b9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-12T05:16:22.562Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-12T05:16:22.562Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-12T05:16:22.562Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-12T05:16:22.562Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-12T05:16:22.562Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T05:16:22.562Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T05:16:22.562Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T05:16:22.562Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T05:16:22.562Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T05:16:22.562Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T05:16:22.562Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-12T05:16:22.567Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-12T05:16:24.355Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:16:24.355Z||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-10-12T05:16:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:16:24.381Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:16:24.383Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.383Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015687823,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:24.384Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.384Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.384Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "policy-id",
  "timestamp": 1634015683447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:24.384Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.384Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.384Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "cds",
  "timestamp": 1634015689962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:24.384Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.384Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.384Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015687823,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:24.384Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.384Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.384Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "policy-id",
  "timestamp": 1634015683447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:24.384Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.384Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.384Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015690723,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:24.384Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.384Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.384Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "cds",
  "timestamp": 1634015689962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:24.385Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.385Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.385Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015687823,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:24.385Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.385Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.385Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "policy-id",
  "timestamp": 1634015683447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:24.385Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.385Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.385Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015690723,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:24.385Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.385Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.385Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "cds",
  "timestamp": 1634015689962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:24.385Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.385Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.385Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015687823,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:24.385Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.385Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.385Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "policy-id",
  "timestamp": 1634015683447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:24.386Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.386Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.386Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015690723,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:24.386Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.386Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.386Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "cds",
  "timestamp": 1634015689962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:24.386Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.386Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.386Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015687823,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:24.386Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.386Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.386Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "policy-id",
  "timestamp": 1634015683447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:24.386Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015690723,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:24.387Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "dcae-sch",
  "timestamp": 1634015693945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:24.387Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "cds",
  "timestamp": 1634015689962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:24.387Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015687823,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:24.387Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "policy-id",
  "timestamp": 1634015683447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:24.387Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015690723,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:24.387Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.388Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "dcae-sch",
  "timestamp": 1634015693945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:24.388Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.388Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.388Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "cds",
  "timestamp": 1634015689962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:24.388Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.388Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.388Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015687823,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/artifacts/service-DemoPnfQoqzgnvjo1cl5uiacjrs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:24.388Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.388Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.388Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "policy-id",
  "timestamp": 1634015683447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/artifacts/service-DemoPnfQoqzgnvjo1cl5uiacjrs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:24.388Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.388Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.388Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015690723,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:24.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "dcae-sch",
  "timestamp": 1634015693945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:24.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "cds",
  "timestamp": 1634015689962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/artifacts/service-DemoPnfQoqzgnvjo1cl5uiacjrs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:24.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "aai-ml",
  "timestamp": 1634015696263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:24.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015687823,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/artifacts/service-DemoPnfQoqzgnvjo1cl5uiacjrs-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:16:24.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "policy-id",
  "timestamp": 1634015683447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/artifacts/service-DemoPnfQoqzgnvjo1cl5uiacjrs-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:16:24.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015690723,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/artifacts/service-DemoPnfQoqzgnvjo1cl5uiacjrs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:24.390Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "dcae-sch",
  "timestamp": 1634015693945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:24.390Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "cds",
  "timestamp": 1634015689962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/artifacts/service-DemoPnfQoqzgnvjo1cl5uiacjrs-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:16:24.390Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "aai-ml",
  "timestamp": 1634015696263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:24.390Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015690723,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/artifacts/service-DemoPnfQoqzgnvjo1cl5uiacjrs-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:16:24.390Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015698454,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/artifacts/service-DemoPnfQoqzgnvjo1cl5uiacjrs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:16:24.391Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:16:24.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "policy-id",
  "timestamp": 1634015698525,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/artifacts/service-DemoPnfQoqzgnvjo1cl5uiacjrs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:16:24.391Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:16:24.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "dcae-sch",
  "timestamp": 1634015693945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:24.391Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "clamp",
  "timestamp": 1634015698224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:24.391Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "aai-ml",
  "timestamp": 1634015696263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:24.391Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "cds",
  "timestamp": 1634015698952,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/artifacts/service-DemoPnfQoqzgnvjo1cl5uiacjrs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:16:24.391Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:16:24.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "policy-id",
  "timestamp": 1634015699528,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/artifacts/service-DemoPnfQoqzgnvjo1cl5uiacjrs-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-12T05:16:24.392Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:16:24.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "dcae-sch",
  "timestamp": 1634015693945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:24.392Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "clamp",
  "timestamp": 1634015698224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:24.392Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "aai-ml",
  "timestamp": 1634015696263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:24.392Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "cds",
  "timestamp": 1634015699956,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/artifacts/service-DemoPnfQoqzgnvjo1cl5uiacjrs-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-10-12T05:16:24.408Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d444094c-891f-4578-90f7-dec0d3e8fcb5
2021-10-12T05:16:24.408Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d444094c-891f-4578-90f7-dec0d3e8fcb5 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-10-12T05:16:24.417Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.417Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015700172,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/artifacts/service-DemoPnfQoqzgnvjo1cl5uiacjrs-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-12T05:16:24.417Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:16:24.417Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.418Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "policy-id",
  "timestamp": 1634015700531,
  "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-10-12T05:16:24.422Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d444094c-891f-4578-90f7-dec0d3e8fcb5
2021-10-12T05:16:24.422Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d444094c-891f-4578-90f7-dec0d3e8fcb5 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-10-12T05:16:24.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.429Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015699956,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:24.429Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.430Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "dcae-sch",
  "timestamp": 1634015693945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/artifacts/service-DemoPnfQoqzgnvjo1cl5uiacjrs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:24.430Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.430Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "clamp",
  "timestamp": 1634015698224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:24.430Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.430Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "aai-ml",
  "timestamp": 1634015696263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:24.430Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.431Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015701175,
  "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-10-12T05:16:24.435Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d444094c-891f-4578-90f7-dec0d3e8fcb5
2021-10-12T05:16:24.435Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d444094c-891f-4578-90f7-dec0d3e8fcb5 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-10-12T05:16:24.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015699956,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:24.444Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "dcae-sch",
  "timestamp": 1634015693945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/artifacts/service-DemoPnfQoqzgnvjo1cl5uiacjrs-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:24.444Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "clamp",
  "timestamp": 1634015698224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:24.444Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "aai-ml",
  "timestamp": 1634015696263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:24.444Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015699956,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:24.444Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "clamp",
  "timestamp": 1634015698224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:24.445Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.445Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "aai-ml",
  "timestamp": 1634015696263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/artifacts/service-DemoPnfQoqzgnvjo1cl5uiacjrs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:24.445Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.445Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7dbf0a-81ff-469b-9eb1-6e3002a7c256",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015703147,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-12T05:16:24.445Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:16:24.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.445Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015699956,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:24.445Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.445Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "clamp",
  "timestamp": 1634015698224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:24.446Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "aai-ml",
  "timestamp": 1634015696263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/artifacts/service-DemoPnfQoqzgnvjo1cl5uiacjrs-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:16:24.446Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015699956,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:24.446Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "clamp",
  "timestamp": 1634015698224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/artifacts/service-DemoPnfQoqzgnvjo1cl5uiacjrs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:24.446Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "aai-ml",
  "timestamp": 1634015705251,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/artifacts/service-DemoPnfQoqzgnvjo1cl5uiacjrs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:16:24.446Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:16:24.447Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.447Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015699956,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-10-12T05:16:24.447Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.447Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.447Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "clamp",
  "timestamp": 1634015698224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/artifacts/service-DemoPnfQoqzgnvjo1cl5uiacjrs-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:16:24.447Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.447Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.447Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015699956,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/artifacts/service-DemoPnfQoqzgnvjo1cl5uiacjrs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:24.447Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.447Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.447Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015699956,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/artifacts/service-DemoPnfQoqzgnvjo1cl5uiacjrs-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:24.447Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.447Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.447Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015704163,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:24.448Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.448Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.448Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015708913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:16:24.448Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:16:24.448Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.448Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015704163,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:24.448Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.448Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.448Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015709931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-10-12T05:16:24.448Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:16:24.448Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.448Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "aai-ml",
  "timestamp": 1634015710121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/artifacts/service-DemoPnfQoqzgnvjo1cl5uiacjrs-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-12T05:16:24.448Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:16:24.448Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.448Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015704163,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-12T05:16:24.448Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.448Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.449Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015710933,
  "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-10-12T05:16:24.453Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of d444094c-891f-4578-90f7-dec0d3e8fcb5
2021-10-12T05:16:24.453Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d444094c-891f-4578-90f7-dec0d3e8fcb5 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-10-12T05:16:24.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.460Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "aai-ml",
  "timestamp": 1634015711124,
  "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-10-12T05:16:24.465Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d444094c-891f-4578-90f7-dec0d3e8fcb5
2021-10-12T05:16:24.465Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d444094c-891f-4578-90f7-dec0d3e8fcb5 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-10-12T05:16:24.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015704163,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-12T05:16:24.471Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015704163,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:24.472Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015704163,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-12T05:16:24.472Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015704163,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:24.472Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015704163,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:16:24.472Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:16:24.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015716661,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:16:24.472Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:16:24.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "clamp",
  "timestamp": 1634015717966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/artifacts/service-DemoPnfQoqzgnvjo1cl5uiacjrs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:16:24.472Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:16:24.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "clamp",
  "timestamp": 1634015718984,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/artifacts/service-DemoPnfQoqzgnvjo1cl5uiacjrs-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-12T05:16:24.472Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:16:24.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015719107,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:16:24.473Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:16:24.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "clamp",
  "timestamp": 1634015719987,
  "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-10-12T05:16:24.477Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d444094c-891f-4578-90f7-dec0d3e8fcb5
2021-10-12T05:16:24.477Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d444094c-891f-4578-90f7-dec0d3e8fcb5 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-10-12T05:16:24.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015720311,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:16:24.484Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:16:24.485Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.485Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015721742,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:16:24.485Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:16:24.485Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.485Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015722913,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-12T05:16:24.485Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:16:24.485Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:16:24.485Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015723919,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-12T05:16:24.485Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:16:52.567Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 88147afc-3b8d-4664-b4f9-39b4995e32b9 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-10-12T05:16:52.576Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 88147afc-3b8d-4664-b4f9-39b4995e32b9 and serviceModelVersionId: 0a0998d0-42c8-4f2c-9345-a6eb9ac78401
2021-10-12T05:16:52.576Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : de72738a-f2b3-427a-8fa4-1592490743cc
2021-10-12T05:16:52.577Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/de72738a-f2b3-427a-8fa4-1592490743cc/model-vers/model-ver/0a0998d0-42c8-4f2c-9345-a6eb9ac78401?depth=0
2021-10-12T05:16:52.583Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-10-12T05:16:52.612Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/de72738a-f2b3-427a-8fa4-1592490743cc/model-vers/model-ver/0a0998d0-42c8-4f2c-9345-a6eb9ac78401?depth=0|INFO|500||Invoke
2021-10-12T05:16:52.612Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/de72738a-f2b3-427a-8fa4-1592490743cc/model-vers/model-ver/0a0998d0-42c8-4f2c-9345-a6eb9ac78401?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/de72738a-f2b3-427a-8fa4-1592490743cc/model-vers/model-ver/0a0998d0-42c8-4f2c-9345-a6eb9ac78401?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[88147afc-3b8d-4664-b4f9-39b4995e32b9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e71d833e-7544-48a2-acb8-49ecb710111f], X-ECOMP-RequestID=[88147afc-3b8d-4664-b4f9-39b4995e32b9], X-TransactionId=[], X-ONAP-RequestID=[88147afc-3b8d-4664-b4f9-39b4995e32b9], Content-Type=[application/merge-patch+json]}
2021-10-12T05:16:52.630Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/de72738a-f2b3-427a-8fa4-1592490743cc/model-vers/model-ver/0a0998d0-42c8-4f2c-9345-a6eb9ac78401?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-12T05:16:52.848Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/de72738a-f2b3-427a-8fa4-1592490743cc/model-vers/model-ver/0a0998d0-42c8-4f2c-9345-a6eb9ac78401?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/de72738a-f2b3-427a-8fa4-1592490743cc/model-vers/model-ver/0a0998d0-42c8-4f2c-9345-a6eb9ac78401?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211012-05:16:52:638-1217], vertex-id=[229560], Content-Length=[0], Date=[Tue, 12 Oct 2021 05:16:52 GMT], Content-Type=[application/json]}
2021-10-12T05:16:52.849Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/de72738a-f2b3-427a-8fa4-1592490743cc/model-vers/model-ver/0a0998d0-42c8-4f2c-9345-a6eb9ac78401?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-12T05:16:52.850Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/de72738a-f2b3-427a-8fa4-1592490743cc/model-vers/model-ver/0a0998d0-42c8-4f2c-9345-a6eb9ac78401?depth=0|INFO|500||InvokeReturn
2021-10-12T05:16:52.850Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-12T05:16:52.850Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-12T05:16:52.854Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-12T05:16:52.854Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 88147afc-3b8d-4664-b4f9-39b4995e32b9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-12T05:16:52.855Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-12T05:16:52.855Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:16:52.856Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:16:52.857Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015812854,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-12T05:16:52.957Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:16:52.958Z||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-10-12T05:16:52.958Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:16:52.975Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:16:52.975Z||pool-118-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-10-12T05:16:53.870Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-12T05:16:53.871Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"d444094c-891f-4578-90f7-dec0d3e8fcb5","serviceName":"Demo_pNF_QOQZGnVJo1cl5UiAcJrs","serviceVersion":"1.0","serviceUUID":"fb9898f7-f2ea-4154-8c3f-cf956d177d3c","serviceDescription":"catalog service description","serviceInvariantUUID":"f1502387-7e3f-468f-981a-d1af794cfd71","resources":[{"resourceInstanceName":"pNF 93bc7a15-f879 0","resourceName":"pNF 93bc7a15-f879","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d195f907-8071-4b98-a279-367678bf4f01","resourceInvariantUUID":"cc220e8c-a1aa-413c-8e6c-1b6b7e790480","resourceCustomizationUUID":"2234defd-3baa-4dfc-8fdb-4cbcb747f745","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/vf-license-model.xml","artifactChecksum":"YWFlMzE5MzViMjc4ZGE1ZTQ4MjBjYWI3ZGM1NTg4MjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8e1ddec3-42ba-4a8b-9e5d-6941e62b5ce9","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/pNF.csar","artifactChecksum":"MmY3MmJkNGQ3MGYzYmE3MDMwNjk2YjZkYzU5ZDY1NGM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2e30831a-0cc4-47b5-a553-3beb13a83eee","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"15551c49-b10c-46a3-9158-ceb92e313555","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/vendor-license-model.xml","artifactChecksum":"MzA0YjZkMmRhZmE1YjA4NWY0OWZlMWMzZWI4ZGU3Y2Y\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"724ed658-41cb-40bf-bf59-f3dc0ac08e1c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fb2ef515-bde6-4e57-a413-8e54e2e2d58a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d0286dfc-8317-4c6e-bd3e-4e93625f339e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQoqzgnvjo1cl5uiacjrs-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/artifacts/service-DemoPnfQoqzgnvjo1cl5uiacjrs-template.yml","artifactChecksum":"NGMyM2Q2ZTExZTM4ZmM2MDYxZDExMWQzMzg0NDliMjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fcdd317d-7dcc-4a26-b62a-2547ee9db86d","artifactVersion":"1"},{"artifactName":"service-DemoPnfQoqzgnvjo1cl5uiacjrs-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/artifacts/service-DemoPnfQoqzgnvjo1cl5uiacjrs-csar.csar","artifactChecksum":"ZTk4NjE0NjBlMWRhMWMwNDlkMDIwNDExM2ZjMjQzYzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"056df420-9fca-4278-9a9b-23c6c7335c53","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-12T05:16:53.871Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:16:53.871Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:16:53.873Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:16:53.873Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015704163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:53.974Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:16:53.975Z||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-10-12T05:16:53.975Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:16:53.986Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:16:53.986Z||pool-119-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:16:54.874Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:16:54.875Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:16:54.877Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:16:54.877Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015704163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:54.977Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:16:54.978Z||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-10-12T05:16:54.979Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:16:54.990Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:16:54.991Z||pool-120-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:16:55.877Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:16:55.878Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:16:55.880Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:16:55.880Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015704163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:55.980Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:16:55.981Z||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-10-12T05:16:55.981Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:16:55.996Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:16:55.997Z||pool-121-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-10-12T05:16:56.880Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:16:56.881Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:16:56.884Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:16:56.884Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015704163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:56.984Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:16:56.985Z||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-10-12T05:16:56.985Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:16:57.004Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:16:57.004Z||pool-122-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:16:57.885Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:16:57.886Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:16:57.888Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:16:57.888Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015704163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:57.989Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:16:57.989Z||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-10-12T05:16:57.989Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:16:58.001Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:16:58.001Z||pool-123-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-12T05:16:58.889Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:16:58.890Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:16:58.892Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:16:58.892Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015704163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:58.992Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:16:58.993Z||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-10-12T05:16:58.993Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:16:59.007Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:16:59.007Z||pool-124-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:16:59.892Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:16:59.893Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:16:59.895Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:16:59.895Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015704163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/artifacts/service-DemoPnfQoqzgnvjo1cl5uiacjrs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:16:59.995Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:16:59.996Z||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-10-12T05:16:59.996Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:17:00.010Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:17:00.010Z||pool-125-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:17:00.895Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:17:00.896Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:17:00.897Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:17:00.897Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015704163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/artifacts/service-DemoPnfQoqzgnvjo1cl5uiacjrs-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:17:00.998Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-12T05:17:00.998Z||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-10-12T05:17:00.999Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:17:01.012Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:17:01.012Z||pool-126-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:17:01.899Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "serviceName": "Demo_pNF_QOQZGnVJo1cl5UiAcJrs",
  "serviceVersion": "1.0",
  "serviceUUID": "fb9898f7-f2ea-4154-8c3f-cf956d177d3c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f1502387-7e3f-468f-981a-d1af794cfd71",
  "resources": [
    {
      "resourceInstanceName": "pNF 93bc7a15-f879 0",
      "resourceCustomizationUUID": "2234defd-3baa-4dfc-8fdb-4cbcb747f745",
      "resourceName": "pNF 93bc7a15-f879",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d195f907-8071-4b98-a279-367678bf4f01",
      "resourceInvariantUUID": "cc220e8c-a1aa-413c-8e6c-1b6b7e790480",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfQoqzgnvjo1cl5uiacjrs-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/artifacts/service-DemoPnfQoqzgnvjo1cl5uiacjrs-csar.csar",
      "artifactChecksum": "ZTk4NjE0NjBlMWRhMWMwNDlkMDIwNDExM2ZjMjQzYzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "056df420-9fca-4278-9a9b-23c6c7335c53"
    }
  ],
  "workloadContext": "Production"
}
2021-10-12T05:17:01.899Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-12T05:17:01.899Z|88147afc-3b8d-4664-b4f9-39b4995e32b9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fb9898f7-f2ea-4154-8c3f-cf956d177d3c ASDC
2021-10-12T05:17:01.899Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:d444094c-891f-4578-90f7-dec0d3e8fcb5
ServiceName:Demo_pNF_QOQZGnVJo1cl5UiAcJrs
ServiceVersion:1.0
ServiceUUID:fb9898f7-f2ea-4154-8c3f-cf956d177d3c
ServiceInvariantUUID:f1502387-7e3f-468f-981a-d1af794cfd71
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfQoqzgnvjo1cl5uiacjrs-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/artifacts/service-DemoPnfQoqzgnvjo1cl5uiacjrs-csar.csar
ArtifactUUID:056df420-9fca-4278-9a9b-23c6c7335c53
ArtifactChecksum:ZTk4NjE0NjBlMWRhMWMwNDlkMDIwNDExM2ZjMjQzYzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 93bc7a15-f879 0
ResourceCustomizationUUID:2234defd-3baa-4dfc-8fdb-4cbcb747f745
ResourceInvariantUUID:cc220e8c-a1aa-413c-8e6c-1b6b7e790480
ResourceName:pNF 93bc7a15-f879
ResourceType:PNF
ResourceUUID:d195f907-8071-4b98-a279-367678bf4f01
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-10-12T05:17:01.900Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fb9898f7-f2ea-4154-8c3f-cf956d177d3c 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-10-12T05:17:01.929Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-12T05:17:01.930Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-12T05:17:01.930Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-12T05:17:01.930Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 056df420-9fca-4278-9a9b-23c6c7335c53 from URL: /sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/artifacts/service-DemoPnfQoqzgnvjo1cl5uiacjrs-csar.csar
2021-10-12T05:17:01.931Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-12T05:17:01.931Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/artifacts/service-DemoPnfQoqzgnvjo1cl5uiacjrs-csar.csar
2021-10-12T05:17:01.994Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-12T05:17:01.999Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/artifacts/service-DemoPnfQoqzgnvjo1cl5uiacjrs-csar.csar 056df420-9fca-4278-9a9b-23c6c7335c53 82537
2021-10-12T05:17:01.999Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/artifacts/service-DemoPnfQoqzgnvjo1cl5uiacjrs-csar.csar ASDC sendASDCNotification
2021-10-12T05:17:01.999Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/artifacts/service-DemoPnfQoqzgnvjo1cl5uiacjrs-csar.csar
2021-10-12T05:17:01.999Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-12T05:17:02.000Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:17:02.001Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:17:02.001Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015821999,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/artifacts/service-DemoPnfQoqzgnvjo1cl5uiacjrs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:17:02.101Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:17:02.102Z||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-10-12T05:17:02.102Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:17:02.112Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:17:02.113Z||pool-127-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:17:03.002Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-12T05:17:03.002Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-12T05:17:03.003Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 056df420-9fca-4278-9a9b-23c6c7335c53, URL: /sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/artifacts/service-DemoPnfQoqzgnvjo1cl5uiacjrs-csar.csar to file: /app/ASDC/1/service-DemoPnfQoqzgnvjo1cl5uiacjrs-csar.csar
2021-10-12T05:17:03.003Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQoqzgnvjo1cl5uiacjrs-csar.csar
2021-10-12T05:17:03.003Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQoqzgnvjo1cl5uiacjrs-csar.csar
2021-10-12T05:17:03.003Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQoqzgnvjo1cl5uiacjrs-csar.csar
2021-10-12T05:17:03.086Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5974012611163048983/Definitions/service-DemoPnfQoqzgnvjo1cl5uiacjrs-template.yml
2021-10-12T05:17:03.696Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-12T05:17:03.697Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-10-12T05:17:03.697Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQoqzgnvjo1cl5uiacjrs-csar.csar
2021-10-12T05:17:03.697Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-10-12T05:17:03.697Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 93bc7a15-f879 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-DemoPnfQoqzgnvjo1cl5uiacjrs-csar.csar
2021-10-12T05:17:03.697Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||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-DemoPnfQoqzgnvjo1cl5uiacjrs-csar.csar
2021-10-12T05:17:03.697Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQoqzgnvjo1cl5uiacjrs-csar.csar
2021-10-12T05:17:03.697Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||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-DemoPnfQoqzgnvjo1cl5uiacjrs-csar.csar
2021-10-12T05:17:03.697Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQoqzgnvjo1cl5uiacjrs-csar.csar
2021-10-12T05:17:03.697Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQoqzgnvjo1cl5uiacjrs-csar.csar
2021-10-12T05:17:03.698Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQoqzgnvjo1cl5uiacjrs-csar.csar
2021-10-12T05:17:03.698Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-10-12T05:17:03.698Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:17:03.698Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_QOQZGnVJo1cl5UiAcJrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:17:03.698Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||Node template pNF 93bc7a15-f879 0 is matching search criteria
2021-10-12T05:17:03.698Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-10-12T05:17:03.699Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 93bc7a15-f879 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-12T05:17:03.699Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:17:03.699Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_QOQZGnVJo1cl5UiAcJrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:17:03.699Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||Node template pNF 93bc7a15-f879 0 is matching search criteria
2021-10-12T05:17:03.699Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-10-12T05:17:03.699Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 93bc7a15-f879 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-12T05:17:03.699Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:17:03.699Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_QOQZGnVJo1cl5UiAcJrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:17:03.700Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:17:03.700Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_QOQZGnVJo1cl5UiAcJrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:17:03.700Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:17:03.700Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_QOQZGnVJo1cl5UiAcJrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:17:03.700Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:17:03.700Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_QOQZGnVJo1cl5UiAcJrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:17:03.700Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:17:03.700Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_QOQZGnVJo1cl5UiAcJrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:17:03.701Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_QOQZGnVJo1cl5UiAcJrs
Description:catalog service description
Model UUID:fb9898f7-f2ea-4154-8c3f-cf956d177d3c
Model Version:NULL
Model InvariantUuid:f1502387-7e3f-468f-981a-d1af794cfd71
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-10-12T05:17:03.706Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: d195f907-8071-4b98-a279-367678bf4f01
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-10-12T05:17:03.709Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||INFO|500||pNF 93bc7a15-f879 0
2021-10-12T05:17:03.709Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d195f907-8071-4b98-a279-367678bf4f01
2021-10-12T05:17:03.709Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||No resources found for Service: fb9898f7-f2ea-4154-8c3f-cf956d177d3c
2021-10-12T05:17:03.709Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: fb9898f7-f2ea-4154-8c3f-cf956d177d3c
2021-10-12T05:17:03.709Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 93bc7a15-f879 0 d195f907-8071-4b98-a279-367678bf4f01 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-10-12T05:17:03.713Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@79a83a45, org.onap.sdc.toscaparser.api.parameters.Input@41f89a66, org.onap.sdc.toscaparser.api.parameters.Input@5b278870, org.onap.sdc.toscaparser.api.parameters.Input@25f20cc7, org.onap.sdc.toscaparser.api.parameters.Input@1d30602e]
2021-10-12T05:17:03.713Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:17:03.714Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_QOQZGnVJo1cl5UiAcJrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:17:03.714Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid fb9898f7-f2ea-4154-8c3f-cf956d177d3c: pNF 93bc7a15-f879
2021-10-12T05:17:03.714Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||INFO|500||Processing PNF resource: d195f907-8071-4b98-a279-367678bf4f01
2021-10-12T05:17:03.714Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:17:03.714Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_QOQZGnVJo1cl5UiAcJrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:17:03.714Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||INFO|500||Resource customization UUID: 2234defd-3baa-4dfc-8fdb-4cbcb747f745 is the same as notified resource customizationUUID: 2234defd-3baa-4dfc-8fdb-4cbcb747f745
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-10-12T05:17:03.744Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 93bc7a15-f879 d195f907-8071-4b98-a279-367678bf4f01 0 ASDC deployResourceStructure
2021-10-12T05:17:03.745Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/artifacts/service-DemoPnfQoqzgnvjo1cl5uiacjrs-csar.csar ASDC sendASDCNotification
2021-10-12T05:17:03.745Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/artifacts/service-DemoPnfQoqzgnvjo1cl5uiacjrs-csar.csar
2021-10-12T05:17:03.745Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-12T05:17:03.745Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:17:03.747Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:17:03.747Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015823745,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/artifacts/service-DemoPnfQoqzgnvjo1cl5uiacjrs-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-12T05:17:03.847Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:17:03.848Z||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-10-12T05:17:03.848Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:17:03.859Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:17:03.859Z||pool-128-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:17:04.748Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d444094c-891f-4578-90f7-dec0d3e8fcb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10-12T05:17:04.760Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d444094c-891f-4578-90f7-dec0d3e8fcb5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-12T05:17:04.762Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-12T05:17:04.762Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-12T05:17:04.762Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-12T05:17:04.762Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-12T05:17:04.763Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T05:17:04.763Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T05:17:04.763Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T05:17:04.763Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T05:17:04.763Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T05:17:04.763Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T05:17:04.763Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T05:17:04.763Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-12T05:17:04.767Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-12T05:17:24.355Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:17:24.355Z||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-10-12T05:17:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:17:24.385Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:17:24.386Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:17:24.386Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015724922,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-12T05:17:24.386Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:17:24.386Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:17:24.386Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015725926,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-12T05:17:24.386Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:17:24.386Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:17:24.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e03bd03-4255-414c-bb37-e8ef74757e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015757338,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-12T05:17:24.387Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:17:24.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:17:24.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015704163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:17:24.387Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:17:24.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:17:24.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015704163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-10-12T05:17:24.387Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:17:24.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:17:24.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015704163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-10-12T05:17:24.387Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:17:24.388Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:17:24.388Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015704163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-12T05:17:24.388Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:17:24.388Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:17:24.388Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015704163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-10-12T05:17:24.388Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:17:24.388Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:17:24.388Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015704163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:17:24.388Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:17:24.388Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:17:24.388Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015704163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-10-12T05:17:24.388Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:17:24.388Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:17:24.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015704163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:17:24.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:17:24.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:17:24.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015704163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:17:24.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:17:24.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:17:24.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015768729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:17:24.389Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:17:24.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:17:24.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015771024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:17:24.389Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:17:24.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:17:24.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015772143,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:17:24.389Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:17:24.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:17:24.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015773238,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:17:24.390Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:17:24.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:17:24.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015774326,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:17:24.390Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:17:24.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:17:24.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015775431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:17:24.390Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:17:24.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:17:24.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015776531,
  "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-10-12T05:17:24.390Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:17:24.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:17:24.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015777534,
  "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-10-12T05:17:24.390Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:17:24.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:17:24.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015778538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-12T05:17:24.390Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:17:24.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:17:24.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015779541,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-10-12T05:17:24.391Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:17:24.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:17:24.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015780546,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-10-12T05:17:24.391Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:17:24.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:17:24.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015781549,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-12T05:17:24.391Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:17:34.768Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d444094c-891f-4578-90f7-dec0d3e8fcb5 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-10-12T05:17:34.774Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d444094c-891f-4578-90f7-dec0d3e8fcb5 and serviceModelVersionId: fb9898f7-f2ea-4154-8c3f-cf956d177d3c
2021-10-12T05:17:34.774Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f1502387-7e3f-468f-981a-d1af794cfd71
2021-10-12T05:17:34.775Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f1502387-7e3f-468f-981a-d1af794cfd71/model-vers/model-ver/fb9898f7-f2ea-4154-8c3f-cf956d177d3c?depth=0
2021-10-12T05:17:34.781Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-10-12T05:17:34.816Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f1502387-7e3f-468f-981a-d1af794cfd71/model-vers/model-ver/fb9898f7-f2ea-4154-8c3f-cf956d177d3c?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-10-12T05:17:34.817Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f1502387-7e3f-468f-981a-d1af794cfd71/model-vers/model-ver/fb9898f7-f2ea-4154-8c3f-cf956d177d3c?depth=0|INFO|500||Invoke
2021-10-12T05:17:34.834Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f1502387-7e3f-468f-981a-d1af794cfd71/model-vers/model-ver/fb9898f7-f2ea-4154-8c3f-cf956d177d3c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-12T05:17:34.916Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f1502387-7e3f-468f-981a-d1af794cfd71/model-vers/model-ver/fb9898f7-f2ea-4154-8c3f-cf956d177d3c?depth=0|INFO|500||InvokeReturn
2021-10-12T05:17:34.917Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f1502387-7e3f-468f-981a-d1af794cfd71/model-vers/model-ver/fb9898f7-f2ea-4154-8c3f-cf956d177d3c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211012-05:17:34:842-22267], vertex-id=[385144], Content-Length=[0], Date=[Tue, 12 Oct 2021 05:17:34 GMT], Content-Type=[application/json]}
2021-10-12T05:17:34.917Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-10-12T05:17:34.917Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-12T05:17:34.917Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-12T05:17:34.921Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-12T05:17:34.922Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d444094c-891f-4578-90f7-dec0d3e8fcb5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-12T05:17:34.922Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-12T05:17:34.922Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:17:34.924Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:17:34.924Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015854922,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-12T05:17:35.024Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:17:35.025Z||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-10-12T05:17:35.025Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:17:35.036Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:17:35.036Z||pool-129-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-12T05:17:35.934Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:17:35.935Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|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-10-12T05:17:35.935Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|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 bA15VfQgJETDniaE) ...
2021-10-12T05:17:40.252Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:17:40.252Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-12T05:17:40.253Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"69230b68-4505-420e-98b9-5bc136adbeff","serviceName":"Demo_pNF_8VVFmkmeNSPOKAesKXRh","serviceVersion":"1.0","serviceUUID":"63aa24f6-2019-4ffe-99f7-21b2d50081f6","serviceDescription":"catalog service description","serviceInvariantUUID":"5c6c48a4-3ef9-4896-8e51-0244d3aeb233","resources":[{"resourceInstanceName":"pNF d88f505a-770f 0","resourceName":"pNF d88f505a-770f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"04f87b38-fac2-419d-b33f-c4e7c4f4567e","resourceInvariantUUID":"863a4227-af09-4a17-a2ac-969fc7b17682","resourceCustomizationUUID":"78876f6e-11f5-42d1-9f31-6b7bcbd65987","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/vf-license-model.xml","artifactChecksum":"OTExNDNhMWUyMTUyNGRkMGE3MTEyNGY2NTNjMmZkZGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4c0de51d-b4fd-45a4-aea6-1f8514ce543b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/pNF.csar","artifactChecksum":"MmY3MmJkNGQ3MGYzYmE3MDMwNjk2YjZkYzU5ZDY1NGM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"95976803-6efe-44ab-88ff-d33d28e2c1a3","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ce7cffc7-15f4-4783-828c-55314b21678e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/vendor-license-model.xml","artifactChecksum":"NDU0ZDEwNDM2MWYxZjVkY2M3NTNiMDZlOTk1OTk0Yjk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7d9a83de-88b3-449f-9dc2-ad1e0840f2eb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"51cf4b90-eb5c-4739-b5b9-bcbbe136cc42","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5cf5bdfd-a96c-4c51-92a4-6190cf7fad97","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf8vvfmkmenspokaeskxrh-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/artifacts/service-DemoPnf8vvfmkmenspokaeskxrh-template.yml","artifactChecksum":"NTdjODc2NDM4ODQxNTFlODBjNGUyMzc3M2RkMWJkMGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7f60ae4d-bb19-4726-bfbd-0728973936eb","artifactVersion":"1"},{"artifactName":"service-DemoPnf8vvfmkmenspokaeskxrh-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/artifacts/service-DemoPnf8vvfmkmenspokaeskxrh-csar.csar","artifactChecksum":"YTI1MzQ0MGFiYjhhNzcwZGY2MThiNDEwNTlhMWJjNTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"507a9b50-831c-4d50-869a-f72c3e9a48b8","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-12T05:17:40.254Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:17:40.254Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:17:40.256Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:17:40.256Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015855934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:17:40.356Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:17:40.357Z||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-10-12T05:17:40.357Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:17:40.370Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:17:40.370Z||pool-130-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:17:41.257Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:17:41.258Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:17:41.260Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:17:41.260Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015855934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:17:41.360Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:17:41.361Z||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-10-12T05:17:41.361Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:17:41.372Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:17:41.372Z||pool-131-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:17:42.261Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:17:42.261Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:17:42.263Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:17:42.263Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015855934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:17:42.364Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-12T05:17:42.364Z||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-10-12T05:17:42.364Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:17:42.375Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:17:42.376Z||pool-132-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:17:43.263Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:17:43.264Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:17:43.266Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:17:43.267Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015855934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:17:43.367Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:17:43.367Z||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-10-12T05:17:43.368Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:17:43.380Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:17:43.380Z||pool-133-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:17:44.267Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:17:44.268Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:17:44.270Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:17:44.271Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015855934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:17:44.371Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:17:44.371Z||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-10-12T05:17:44.372Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:17:44.384Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:17:44.384Z||pool-134-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-12T05:17:45.271Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:17:45.272Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:17:45.274Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:17:45.274Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015855934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:17:45.375Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:17:45.376Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-12T05:17:45.376Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:17:45.390Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:17:45.391Z||pool-135-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:17:46.274Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:17:46.276Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:17:46.278Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:17:46.278Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015855934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/artifacts/service-DemoPnf8vvfmkmenspokaeskxrh-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:17:46.378Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:17:46.379Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-12T05:17:46.379Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:17:46.391Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:17:46.391Z||pool-136-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-12T05:17:47.279Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:17:47.280Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:17:47.283Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:17:47.283Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015855934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/artifacts/service-DemoPnf8vvfmkmenspokaeskxrh-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:17:47.384Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:17:47.385Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-12T05:17:47.385Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:17:47.396Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:17:47.396Z||pool-137-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:17:48.285Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "serviceName": "Demo_pNF_8VVFmkmeNSPOKAesKXRh",
  "serviceVersion": "1.0",
  "serviceUUID": "63aa24f6-2019-4ffe-99f7-21b2d50081f6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "5c6c48a4-3ef9-4896-8e51-0244d3aeb233",
  "resources": [
    {
      "resourceInstanceName": "pNF d88f505a-770f 0",
      "resourceCustomizationUUID": "78876f6e-11f5-42d1-9f31-6b7bcbd65987",
      "resourceName": "pNF d88f505a-770f",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "04f87b38-fac2-419d-b33f-c4e7c4f4567e",
      "resourceInvariantUUID": "863a4227-af09-4a17-a2ac-969fc7b17682",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf8vvfmkmenspokaeskxrh-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/artifacts/service-DemoPnf8vvfmkmenspokaeskxrh-csar.csar",
      "artifactChecksum": "YTI1MzQ0MGFiYjhhNzcwZGY2MThiNDEwNTlhMWJjNTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "507a9b50-831c-4d50-869a-f72c3e9a48b8"
    }
  ],
  "workloadContext": "Production"
}
2021-10-12T05:17:48.285Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-12T05:17:48.285Z|d444094c-891f-4578-90f7-dec0d3e8fcb5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 63aa24f6-2019-4ffe-99f7-21b2d50081f6 ASDC
2021-10-12T05:17:48.286Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:69230b68-4505-420e-98b9-5bc136adbeff
ServiceName:Demo_pNF_8VVFmkmeNSPOKAesKXRh
ServiceVersion:1.0
ServiceUUID:63aa24f6-2019-4ffe-99f7-21b2d50081f6
ServiceInvariantUUID:5c6c48a4-3ef9-4896-8e51-0244d3aeb233
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf8vvfmkmenspokaeskxrh-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/artifacts/service-DemoPnf8vvfmkmenspokaeskxrh-csar.csar
ArtifactUUID:507a9b50-831c-4d50-869a-f72c3e9a48b8
ArtifactChecksum:YTI1MzQ0MGFiYjhhNzcwZGY2MThiNDEwNTlhMWJjNTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d88f505a-770f 0
ResourceCustomizationUUID:78876f6e-11f5-42d1-9f31-6b7bcbd65987
ResourceInvariantUUID:863a4227-af09-4a17-a2ac-969fc7b17682
ResourceName:pNF d88f505a-770f
ResourceType:PNF
ResourceUUID:04f87b38-fac2-419d-b33f-c4e7c4f4567e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-10-12T05:17:48.286Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 63aa24f6-2019-4ffe-99f7-21b2d50081f6 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-10-12T05:17:48.311Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-12T05:17:48.311Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-12T05:17:48.311Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-12T05:17:48.312Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 507a9b50-831c-4d50-869a-f72c3e9a48b8 from URL: /sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/artifacts/service-DemoPnf8vvfmkmenspokaeskxrh-csar.csar
2021-10-12T05:17:48.312Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-12T05:17:48.312Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/artifacts/service-DemoPnf8vvfmkmenspokaeskxrh-csar.csar
2021-10-12T05:17:48.510Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-12T05:17:48.516Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/artifacts/service-DemoPnf8vvfmkmenspokaeskxrh-csar.csar 507a9b50-831c-4d50-869a-f72c3e9a48b8 82548
2021-10-12T05:17:48.516Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/artifacts/service-DemoPnf8vvfmkmenspokaeskxrh-csar.csar ASDC sendASDCNotification
2021-10-12T05:17:48.516Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/artifacts/service-DemoPnf8vvfmkmenspokaeskxrh-csar.csar
2021-10-12T05:17:48.516Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-12T05:17:48.517Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:17:48.518Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:17:48.518Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015868516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/artifacts/service-DemoPnf8vvfmkmenspokaeskxrh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:17:48.618Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:17:48.619Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-12T05:17:48.619Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:17:48.631Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:17:48.632Z||pool-138-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:17:49.519Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-12T05:17:49.520Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-12T05:17:49.520Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 507a9b50-831c-4d50-869a-f72c3e9a48b8, URL: /sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/artifacts/service-DemoPnf8vvfmkmenspokaeskxrh-csar.csar to file: /app/ASDC/1/service-DemoPnf8vvfmkmenspokaeskxrh-csar.csar
2021-10-12T05:17:49.520Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf8vvfmkmenspokaeskxrh-csar.csar
2021-10-12T05:17:49.520Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf8vvfmkmenspokaeskxrh-csar.csar
2021-10-12T05:17:49.520Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf8vvfmkmenspokaeskxrh-csar.csar
2021-10-12T05:17:49.605Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11510967271580389121/Definitions/service-DemoPnf8vvfmkmenspokaeskxrh-template.yml
2021-10-12T05:17:50.222Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-12T05:17:50.223Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-10-12T05:17:50.223Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf8vvfmkmenspokaeskxrh-csar.csar
2021-10-12T05:17:50.223Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-10-12T05:17:50.223Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||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-DemoPnf8vvfmkmenspokaeskxrh-csar.csar
2021-10-12T05:17:50.223Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf8vvfmkmenspokaeskxrh-csar.csar
2021-10-12T05:17:50.223Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||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-DemoPnf8vvfmkmenspokaeskxrh-csar.csar
2021-10-12T05:17:50.223Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf8vvfmkmenspokaeskxrh-csar.csar
2021-10-12T05:17:50.223Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf8vvfmkmenspokaeskxrh-csar.csar
2021-10-12T05:17:50.223Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d88f505a-770f 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-DemoPnf8vvfmkmenspokaeskxrh-csar.csar
2021-10-12T05:17:50.223Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf8vvfmkmenspokaeskxrh-csar.csar
2021-10-12T05:17:50.223Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-10-12T05:17:50.223Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:17:50.223Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_8VVFmkmeNSPOKAesKXRh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:17:50.224Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||Node template pNF d88f505a-770f 0 is matching search criteria
2021-10-12T05:17:50.224Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-10-12T05:17:50.224Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF d88f505a-770f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-12T05:17:50.224Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:17:50.224Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_8VVFmkmeNSPOKAesKXRh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:17:50.224Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||Node template pNF d88f505a-770f 0 is matching search criteria
2021-10-12T05:17:50.224Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-10-12T05:17:50.224Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF d88f505a-770f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-12T05:17:50.224Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:17:50.224Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_8VVFmkmeNSPOKAesKXRh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:17:50.225Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:17:50.225Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_8VVFmkmeNSPOKAesKXRh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:17:50.225Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:17:50.225Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_8VVFmkmeNSPOKAesKXRh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:17:50.225Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:17:50.225Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_8VVFmkmeNSPOKAesKXRh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:17:50.225Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:17:50.225Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_8VVFmkmeNSPOKAesKXRh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:17:50.225Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_8VVFmkmeNSPOKAesKXRh
Description:catalog service description
Model UUID:63aa24f6-2019-4ffe-99f7-21b2d50081f6
Model Version:NULL
Model InvariantUuid:5c6c48a4-3ef9-4896-8e51-0244d3aeb233
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-10-12T05:17:50.233Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 04f87b38-fac2-419d-b33f-c4e7c4f4567e
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-10-12T05:17:50.238Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||INFO|500||pNF d88f505a-770f 0
2021-10-12T05:17:50.238Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 04f87b38-fac2-419d-b33f-c4e7c4f4567e
2021-10-12T05:17:50.238Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 63aa24f6-2019-4ffe-99f7-21b2d50081f6
2021-10-12T05:17:50.238Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 63aa24f6-2019-4ffe-99f7-21b2d50081f6
2021-10-12T05:17:50.238Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF d88f505a-770f 0 04f87b38-fac2-419d-b33f-c4e7c4f4567e 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-10-12T05:17:50.256Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@a0c636c, org.onap.sdc.toscaparser.api.parameters.Input@53c9c3f, org.onap.sdc.toscaparser.api.parameters.Input@297873f5, org.onap.sdc.toscaparser.api.parameters.Input@276885a0, org.onap.sdc.toscaparser.api.parameters.Input@4e168522]
2021-10-12T05:17:50.256Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:17:50.257Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_8VVFmkmeNSPOKAesKXRh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:17:50.257Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 63aa24f6-2019-4ffe-99f7-21b2d50081f6: pNF d88f505a-770f
2021-10-12T05:17:50.257Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||INFO|500||Processing PNF resource: 04f87b38-fac2-419d-b33f-c4e7c4f4567e
2021-10-12T05:17:50.257Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-12T05:17:50.257Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_8VVFmkmeNSPOKAesKXRh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:17:50.257Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||INFO|500||Resource customization UUID: 78876f6e-11f5-42d1-9f31-6b7bcbd65987 is the same as notified resource customizationUUID: 78876f6e-11f5-42d1-9f31-6b7bcbd65987
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-10-12T05:17:50.290Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF d88f505a-770f 04f87b38-fac2-419d-b33f-c4e7c4f4567e 0 ASDC deployResourceStructure
2021-10-12T05:17:50.290Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/artifacts/service-DemoPnf8vvfmkmenspokaeskxrh-csar.csar ASDC sendASDCNotification
2021-10-12T05:17:50.290Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/artifacts/service-DemoPnf8vvfmkmenspokaeskxrh-csar.csar
2021-10-12T05:17:50.290Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-12T05:17:50.290Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:17:50.292Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:17:50.292Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015870290,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/artifacts/service-DemoPnf8vvfmkmenspokaeskxrh-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-12T05:17:50.392Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:17:50.393Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-12T05:17:50.393Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:17:50.403Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:17:50.403Z||pool-139-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-10-12T05:17:51.292Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 69230b68-4505-420e-98b9-5bc136adbeff
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10-12T05:17:51.303Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 69230b68-4505-420e-98b9-5bc136adbeff
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-12T05:17:51.306Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-12T05:17:51.306Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-12T05:17:51.306Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-12T05:18:21.307Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 69230b68-4505-420e-98b9-5bc136adbeff
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10-12T05:18:21.317Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 69230b68-4505-420e-98b9-5bc136adbeff
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-12T05:18:21.319Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-12T05:18:21.320Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-12T05:18:21.320Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-12T05:18:24.355Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:18:24.355Z||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-10-12T05:18:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:18:24.386Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:18:24.388Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.388Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88147afc-3b8d-4664-b4f9-39b4995e32b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015812854,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-12T05:18:24.389Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:18:24.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015704163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:18:24.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015704163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:18:24.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015704163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:18:24.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015704163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:18:24.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015807823,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:18:24.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "cds",
  "timestamp": 1634015809962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:18:24.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "aai-ml",
  "timestamp": 1634015816263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:18:24.390Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015810723,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:18:24.390Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "dcae-sch",
  "timestamp": 1634015813945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:18:24.390Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015704163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:18:24.390Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015807823,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:18:24.390Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "cds",
  "timestamp": 1634015809962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:18:24.390Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015810723,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:18:24.391Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "aai-ml",
  "timestamp": 1634015816263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:18:24.391Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "dcae-sch",
  "timestamp": 1634015813945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:18:24.391Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "clamp",
  "timestamp": 1634015818224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:18:24.391Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015704163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/resourceInstances/pnf93bc7a15f8790/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:18:24.391Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "cds",
  "timestamp": 1634015809962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:18:24.392Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015807823,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:18:24.392Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "aai-ml",
  "timestamp": 1634015816263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:18:24.392Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015810723,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:18:24.392Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "dcae-sch",
  "timestamp": 1634015813945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:18:24.392Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "clamp",
  "timestamp": 1634015818224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:18:24.392Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015704163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/artifacts/service-DemoPnfQoqzgnvjo1cl5uiacjrs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:18:24.392Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "cds",
  "timestamp": 1634015809962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:18:24.393Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015807823,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:18:24.393Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "aai-ml",
  "timestamp": 1634015816263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:18:24.393Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015810723,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:18:24.393Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015819956,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:18:24.393Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "dcae-sch",
  "timestamp": 1634015813945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:18:24.393Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "clamp",
  "timestamp": 1634015818224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:18:24.394Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015704163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/artifacts/service-DemoPnfQoqzgnvjo1cl5uiacjrs-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:18:24.394Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "cds",
  "timestamp": 1634015809962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:18:24.394Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015807823,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:18:24.394Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "aai-ml",
  "timestamp": 1634015816263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:18:24.395Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015810723,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:18:24.395Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015819956,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:18:24.395Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "dcae-sch",
  "timestamp": 1634015813945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:18:24.396Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "clamp",
  "timestamp": 1634015818224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:18:24.396Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015821999,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/artifacts/service-DemoPnfQoqzgnvjo1cl5uiacjrs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:18:24.396Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:18:24.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "cds",
  "timestamp": 1634015809962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:18:24.396Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015807823,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:18:24.396Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "aai-ml",
  "timestamp": 1634015816263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:18:24.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015810723,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:18:24.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015819956,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:18:24.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "dcae-sch",
  "timestamp": 1634015813945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:18:24.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "clamp",
  "timestamp": 1634015818224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:18:24.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015807823,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/artifacts/service-DemoPnf8vvfmkmenspokaeskxrh-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:18:24.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "cds",
  "timestamp": 1634015809962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/artifacts/service-DemoPnf8vvfmkmenspokaeskxrh-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:18:24.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "aai-ml",
  "timestamp": 1634015816263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/artifacts/service-DemoPnf8vvfmkmenspokaeskxrh-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:18:24.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015810723,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/artifacts/service-DemoPnf8vvfmkmenspokaeskxrh-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:18:24.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015819956,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:18:24.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "dcae-sch",
  "timestamp": 1634015813945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/artifacts/service-DemoPnf8vvfmkmenspokaeskxrh-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:18:24.399Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015823745,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQoqzgnvjo1cl5uiacjrs/1.0/artifacts/service-DemoPnfQoqzgnvjo1cl5uiacjrs-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-12T05:18:24.399Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:18:24.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "clamp",
  "timestamp": 1634015818224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:18:24.399Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "policy-id",
  "timestamp": 1634015823447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:18:24.399Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "cds",
  "timestamp": 1634015809962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/artifacts/service-DemoPnf8vvfmkmenspokaeskxrh-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:18:24.400Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015807823,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/artifacts/service-DemoPnf8vvfmkmenspokaeskxrh-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:18:24.400Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "aai-ml",
  "timestamp": 1634015816263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/artifacts/service-DemoPnf8vvfmkmenspokaeskxrh-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:18:24.400Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634015810723,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/artifacts/service-DemoPnf8vvfmkmenspokaeskxrh-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:18:24.400Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015819956,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:18:24.400Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "dcae-sch",
  "timestamp": 1634015813945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/artifacts/service-DemoPnf8vvfmkmenspokaeskxrh-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:18:24.401Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "clamp",
  "timestamp": 1634015818224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/artifacts/service-DemoPnf8vvfmkmenspokaeskxrh-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:18:24.401Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "policy-id",
  "timestamp": 1634015823447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:18:24.401Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015819956,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-10-12T05:18:24.401Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "clamp",
  "timestamp": 1634015818224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/artifacts/service-DemoPnf8vvfmkmenspokaeskxrh-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:18:24.402Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015826022,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/artifacts/service-DemoPnf8vvfmkmenspokaeskxrh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:18:24.402Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:18:24.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "cds",
  "timestamp": 1634015826026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/artifacts/service-DemoPnf8vvfmkmenspokaeskxrh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:18:24.402Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:18:24.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "policy-id",
  "timestamp": 1634015823447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:18:24.402Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "aai-ml",
  "timestamp": 1634015826123,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/artifacts/service-DemoPnf8vvfmkmenspokaeskxrh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:18:24.402Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:18:24.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015819956,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/artifacts/service-DemoPnf8vvfmkmenspokaeskxrh-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:18:24.402Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "cds",
  "timestamp": 1634015827030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/artifacts/service-DemoPnf8vvfmkmenspokaeskxrh-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-10-12T05:18:24.410Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 69230b68-4505-420e-98b9-5bc136adbeff
2021-10-12T05:18:24.410Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69230b68-4505-420e-98b9-5bc136adbeff 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-10-12T05:18:24.418Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.418Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "policy-id",
  "timestamp": 1634015823447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:18:24.418Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.418Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.419Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015819956,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/artifacts/service-DemoPnf8vvfmkmenspokaeskxrh-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:18:24.419Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.419Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.419Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015827740,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/artifacts/service-DemoPnf8vvfmkmenspokaeskxrh-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-12T05:18:24.419Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:18:24.419Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.419Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "policy-id",
  "timestamp": 1634015823447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:18:24.419Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.419Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.419Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634015828743,
  "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-10-12T05:18:24.423Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 69230b68-4505-420e-98b9-5bc136adbeff
2021-10-12T05:18:24.423Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69230b68-4505-420e-98b9-5bc136adbeff 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-10-12T05:18:24.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.431Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015828906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:18:24.431Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:18:24.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.432Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "policy-id",
  "timestamp": 1634015823447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:18:24.432Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.432Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015829931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-10-12T05:18:24.432Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:18:24.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.432Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "policy-id",
  "timestamp": 1634015823447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/artifacts/service-DemoPnf8vvfmkmenspokaeskxrh-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:18:24.432Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.432Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "aai-ml",
  "timestamp": 1634015830710,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/artifacts/service-DemoPnf8vvfmkmenspokaeskxrh-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-12T05:18:24.432Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:18:24.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.432Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634015830941,
  "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-10-12T05:18:24.438Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 69230b68-4505-420e-98b9-5bc136adbeff
2021-10-12T05:18:24.438Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69230b68-4505-420e-98b9-5bc136adbeff 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-10-12T05:18:24.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "clamp",
  "timestamp": 1634015830982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/artifacts/service-DemoPnf8vvfmkmenspokaeskxrh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:18:24.446Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:18:24.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "policy-id",
  "timestamp": 1634015823447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/artifacts/service-DemoPnf8vvfmkmenspokaeskxrh-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:18:24.446Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:18:24.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "aai-ml",
  "timestamp": 1634015831712,
  "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-10-12T05:18:24.450Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 69230b68-4505-420e-98b9-5bc136adbeff
2021-10-12T05:18:24.450Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69230b68-4505-420e-98b9-5bc136adbeff 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-10-12T05:18:24.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.458Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "policy-id",
  "timestamp": 1634015832237,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/artifacts/service-DemoPnf8vvfmkmenspokaeskxrh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:18:24.458Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:18:24.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.458Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "clamp",
  "timestamp": 1634015832990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/artifacts/service-DemoPnf8vvfmkmenspokaeskxrh-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-12T05:18:24.459Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:18:24.459Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.459Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "policy-id",
  "timestamp": 1634015833242,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/artifacts/service-DemoPnf8vvfmkmenspokaeskxrh-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-12T05:18:24.460Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:18:24.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.460Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "clamp",
  "timestamp": 1634015833993,
  "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-10-12T05:18:24.467Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 69230b68-4505-420e-98b9-5bc136adbeff
2021-10-12T05:18:24.467Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69230b68-4505-420e-98b9-5bc136adbeff 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-10-12T05:18:24.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:18:24.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "policy-id",
  "timestamp": 1634015834244,
  "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-10-12T05:18:24.480Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 69230b68-4505-420e-98b9-5bc136adbeff
2021-10-12T05:18:24.481Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69230b68-4505-420e-98b9-5bc136adbeff 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-10-12T05:18:51.320Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 69230b68-4505-420e-98b9-5bc136adbeff
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10-12T05:18:51.332Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 69230b68-4505-420e-98b9-5bc136adbeff
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-12T05:18:51.335Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-12T05:18:51.335Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-12T05:18:51.336Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-12T05:18:51.336Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-12T05:18:51.336Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T05:18:51.336Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T05:18:51.336Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T05:18:51.336Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T05:18:51.336Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T05:18:51.337Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T05:18:51.337Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-12T05:18:51.337Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-12T05:18:51.342Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-12T05:19:21.342Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 69230b68-4505-420e-98b9-5bc136adbeff 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-10-12T05:19:21.349Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 69230b68-4505-420e-98b9-5bc136adbeff and serviceModelVersionId: 63aa24f6-2019-4ffe-99f7-21b2d50081f6
2021-10-12T05:19:21.349Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5c6c48a4-3ef9-4896-8e51-0244d3aeb233
2021-10-12T05:19:21.350Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5c6c48a4-3ef9-4896-8e51-0244d3aeb233/model-vers/model-ver/63aa24f6-2019-4ffe-99f7-21b2d50081f6?depth=0
2021-10-12T05:19:21.354Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-10-12T05:19:21.379Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5c6c48a4-3ef9-4896-8e51-0244d3aeb233/model-vers/model-ver/63aa24f6-2019-4ffe-99f7-21b2d50081f6?depth=0|INFO|500||Invoke
2021-10-12T05:19:21.379Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5c6c48a4-3ef9-4896-8e51-0244d3aeb233/model-vers/model-ver/63aa24f6-2019-4ffe-99f7-21b2d50081f6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5c6c48a4-3ef9-4896-8e51-0244d3aeb233/model-vers/model-ver/63aa24f6-2019-4ffe-99f7-21b2d50081f6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[69230b68-4505-420e-98b9-5bc136adbeff], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[56d7e4ba-0ab2-4973-9629-81ba28be6664], X-ECOMP-RequestID=[69230b68-4505-420e-98b9-5bc136adbeff], X-TransactionId=[], X-ONAP-RequestID=[69230b68-4505-420e-98b9-5bc136adbeff], Content-Type=[application/merge-patch+json]}
2021-10-12T05:19:21.402Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5c6c48a4-3ef9-4896-8e51-0244d3aeb233/model-vers/model-ver/63aa24f6-2019-4ffe-99f7-21b2d50081f6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-12T05:19:21.869Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5c6c48a4-3ef9-4896-8e51-0244d3aeb233/model-vers/model-ver/63aa24f6-2019-4ffe-99f7-21b2d50081f6?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/5c6c48a4-3ef9-4896-8e51-0244d3aeb233/model-vers/model-ver/63aa24f6-2019-4ffe-99f7-21b2d50081f6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211012-05:19:21:414-67337], vertex-id=[286872], Content-Length=[0], Date=[Tue, 12 Oct 2021 05:19:21 GMT], Content-Type=[application/json]}
2021-10-12T05:19:21.870Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5c6c48a4-3ef9-4896-8e51-0244d3aeb233/model-vers/model-ver/63aa24f6-2019-4ffe-99f7-21b2d50081f6?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-12T05:19:21.871Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5c6c48a4-3ef9-4896-8e51-0244d3aeb233/model-vers/model-ver/63aa24f6-2019-4ffe-99f7-21b2d50081f6?depth=0|INFO|500||InvokeReturn
2021-10-12T05:19:21.871Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-12T05:19:21.871Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-12T05:19:21.876Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-12T05:19:21.876Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 69230b68-4505-420e-98b9-5bc136adbeff and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-12T05:19:21.877Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-12T05:19:21.877Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:19:21.879Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:19:21.879Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015961876,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-12T05:19:21.979Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:19:21.980Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-12T05:19:21.980Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:19:22.002Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:19:22.002Z||pool-140-thread-1|||||INFO|500||cambria reply ok (22 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-10-12T05:19:22.896Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:19:22.896Z|69230b68-4505-420e-98b9-5bc136adbeff|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-10-12T05:19:22.897Z|69230b68-4505-420e-98b9-5bc136adbeff|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 bA15VfQgJETDniaE) ...
2021-10-12T05:19:24.355Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:19:24.356Z||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-10-12T05:19:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:19:24.379Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:19:24.380Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:19:24.380Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d444094c-891f-4578-90f7-dec0d3e8fcb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015854922,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-12T05:19:24.380Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:19:24.380Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:19:24.380Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015855934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:19:24.381Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:19:24.381Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:19:24.381Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015855934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:19:24.381Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:19:24.381Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:19:24.381Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015855934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:19:24.381Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:19:24.381Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:19:24.381Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015855934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:19:24.381Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:19:24.381Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:19:24.381Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015855934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:19:24.381Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:19:24.382Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:19:24.382Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015855934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/resourceInstances/pnfd88f505a770f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:19:24.382Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:19:24.382Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:19:24.382Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015855934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/artifacts/service-DemoPnf8vvfmkmenspokaeskxrh-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-12T05:19:24.382Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:19:24.382Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:19:24.382Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015855934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/artifacts/service-DemoPnf8vvfmkmenspokaeskxrh-csar.csar",
  "status": "NOTIFIED"
}
2021-10-12T05:19:24.382Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-12T05:19:24.382Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:19:24.382Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015868516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/artifacts/service-DemoPnf8vvfmkmenspokaeskxrh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-12T05:19:24.382Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:19:24.382Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:19:24.382Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015870290,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8vvfmkmenspokaeskxrh/1.0/artifacts/service-DemoPnf8vvfmkmenspokaeskxrh-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-12T05:19:24.382Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:19:32.451Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:19:32.452Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:19:32.452Z||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-10-12T05:19:32.452Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:19:41.994Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:19:41.995Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:19:41.995Z||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-10-12T05:19:41.996Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:19:51.539Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:19:51.540Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:19:51.540Z||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-10-12T05:19:51.540Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:20:01.081Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:20:01.082Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:20:01.083Z||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-10-12T05:20:01.083Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:20:10.624Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:20:10.625Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:20:10.626Z||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-10-12T05:20:10.626Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:20:20.169Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:20:20.169Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:20:20.170Z||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-10-12T05:20:20.170Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:20:24.355Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:20:24.355Z||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-10-12T05:20:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:20:24.883Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:20:24.884Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-12T05:20:24.884Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69230b68-4505-420e-98b9-5bc136adbeff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634015961876,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-12T05:20:24.885Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:20:29.710Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:20:29.710Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:20:29.710Z||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-10-12T05:20:29.711Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:20:39.257Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:20:39.257Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:20:39.258Z||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-10-12T05:20:39.258Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:20:48.799Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:20:48.800Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:20:48.800Z||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-10-12T05:20:48.800Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:20:58.341Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:20:58.342Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:20:58.342Z||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-10-12T05:20:58.342Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:21:07.889Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:21:24.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:21:24.354Z||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-10-12T05:21:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:21:24.355Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:21:24.355Z|69230b68-4505-420e-98b9-5bc136adbeff|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-10-12T05:21:24.355Z|69230b68-4505-420e-98b9-5bc136adbeff|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 bA15VfQgJETDniaE) ...
2021-10-12T05:21:33.895Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:21:33.906Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:22:24.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:22:24.354Z||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-10-12T05:22:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:22:24.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:22:24.356Z||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-10-12T05:22:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:22:33.907Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:22:33.909Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:23:24.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:23:24.354Z||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-10-12T05:23:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:23:24.355Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:23:24.355Z||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-10-12T05:23:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:23:33.901Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:23:33.902Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:24:24.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:24:24.354Z||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-10-12T05:24:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:24:24.355Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:24:24.355Z||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-10-12T05:24:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:24:33.906Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:24:33.906Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:25:24.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:25:24.353Z||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-10-12T05:25:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:25:24.355Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:25:24.356Z||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-10-12T05:25:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:25:33.899Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:25:33.907Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:26:24.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:26:24.354Z||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-10-12T05:26:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:26:24.355Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:26:24.355Z||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-10-12T05:26:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:26:33.901Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:26:33.901Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:27:24.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:27:24.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:27:24.356Z||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-10-12T05:27:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:27:24.355Z||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-10-12T05:27:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:27:33.903Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:27:33.906Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:28:24.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:28:24.354Z||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-10-12T05:28:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:28:24.355Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:28:24.355Z|69230b68-4505-420e-98b9-5bc136adbeff|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-10-12T05:28:24.355Z|69230b68-4505-420e-98b9-5bc136adbeff|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 bA15VfQgJETDniaE) ...
2021-10-12T05:28:33.905Z|69230b68-4505-420e-98b9-5bc136adbeff|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:28:33.905Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:29:24.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:29:24.354Z||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-10-12T05:29:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:29:24.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:29:24.355Z||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-10-12T05:29:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:29:33.899Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:29:33.913Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:30:24.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:30:24.354Z||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-10-12T05:30:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:30:24.355Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:30:24.355Z||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-10-12T05:30:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:30:33.902Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:30:33.902Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:31:24.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:31:24.353Z||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-10-12T05:31:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:31:24.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:31:24.355Z||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-10-12T05:31:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:31:33.905Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:31:33.905Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:32:24.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:32:24.354Z||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-10-12T05:32:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:32:24.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:32:24.355Z||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-10-12T05:32:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:32:33.902Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:32:33.904Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:33:24.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:33:24.354Z||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-10-12T05:33:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:33:24.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:33:24.355Z||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-10-12T05:33:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:33:33.901Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:33:33.901Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:34:24.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:34:24.354Z||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-10-12T05:34:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:34:24.355Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:34:24.355Z||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-10-12T05:34:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:34:33.901Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:34:33.904Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:35:24.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:35:24.354Z||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-10-12T05:35:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:35:24.355Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:35:24.355Z||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-10-12T05:35:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:35:33.903Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:35:33.903Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:36:24.353Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:36:24.354Z||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-10-12T05:36:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:36:24.356Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:36:24.356Z||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-10-12T05:36:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:36:33.916Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:36:33.919Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:37:24.353Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:37:24.354Z||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-10-12T05:37:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:37:24.355Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:37:24.355Z||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-10-12T05:37:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:37:33.901Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:37:33.901Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:38:24.353Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:38:24.354Z||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-10-12T05:38:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:38:24.355Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:38:24.356Z||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-10-12T05:38:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:38:33.905Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:38:33.905Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:39:24.353Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:39:24.354Z||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-10-12T05:39:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:39:24.355Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:39:24.355Z||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-10-12T05:39:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:39:33.903Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:39:33.903Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:40:24.353Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:40:24.353Z||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-10-12T05:40:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:40:24.355Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:40:24.355Z||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-10-12T05:40:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:40:33.902Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:40:33.905Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:41:24.353Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:41:24.354Z||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-10-12T05:41:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:41:24.355Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:41:24.355Z||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-10-12T05:41:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:41:33.903Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:41:33.904Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:42:24.353Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:42:24.353Z||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-10-12T05:42:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:42:24.355Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:42:24.355Z||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-10-12T05:42:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:42:33.898Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:42:33.899Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:43:24.353Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:43:24.354Z||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-10-12T05:43:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:43:24.355Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:43:24.355Z||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-10-12T05:43:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:43:33.901Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:43:33.902Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:44:24.353Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:44:24.354Z||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-10-12T05:44:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:44:24.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:44:24.355Z||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-10-12T05:44:24.356Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:44:33.900Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:44:33.904Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:45:24.353Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:45:24.353Z||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-10-12T05:45:24.353Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:45:24.355Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:45:24.355Z||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-10-12T05:45:24.355Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:45:33.902Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:45:33.902Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-12T05:46:24.353Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:46:24.354Z||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-10-12T05:46:24.354Z||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 bA15VfQgJETDniaE) ...
2021-10-12T05:46:24.355Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:46:24.355Z||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-10-12T05:46:24.356Z||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 bA15VfQgJETDniaE) ...