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-10T02:06:45.228Z||main|||||INFO|500||The following profiles are active: basic
2021-10-10T02:06:55.636Z||main|||||INFO|500||Starting service [Tomcat]
2021-10-10T02:06:55.637Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-10-10T02:06:55.731Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-10-10T02:06:58.364Z||main|||||INFO|500||catdb-pool - Starting...
2021-10-10T02:06:58.556Z||main|||||INFO|500||catdb-pool - Start completed.
2021-10-10T02:06:58.962Z||main|||||INFO|500||reqdb-pool - Starting...
2021-10-10T02:06:58.970Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-10-10T02:06:59.073Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-10-10T02:06:59.209Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-10-10T02:06:59.586Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-10-10T02:07:00.378Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-10T02:07:02.293Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-10T02:07:02.372Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-10-10T02:07:02.840Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-10T02:07:03.849Z||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-10T02:07:04.969Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-10T02:07:05.895Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-10-10T02:07:05.910Z||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$$49510b5f.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-10T02:07:05.911Z||main|||||WARN|500||The sdc end point is not alive
2021-10-10T02:07:08.824Z||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-10T02:07:11.542Z||main|||||WARN|500||---
2021-10-10T02:07:11.542Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-10-10T02:07:11.542Z||main|||||WARN|500||---
2021-10-10T02:07:12.001Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-10-10T02:07:16.269Z||main|||||INFO|500||Started Application in 35.767 seconds (JVM running for 36.927)
2021-10-10T02:07:16.277Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-10T02:07:16.278Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-10T02:07:16.287Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-10T02:07:16.346Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-10T02:07:16.439Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 360db4ac-f025-4aa0-906d-db4c01f56874 url= /sdc/v1/artifactTypes
2021-10-10T02:07:16.439Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-10T02:07:16.687Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-10T02:07:16.703Z||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-10T02:07:16.723Z||scheduling-1|||||DEBUG|500||create keys
2021-10-10T02:07:16.730Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-10-10T02:07:16.758Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:07:16.774Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 5871545a-458d-4a8c-b3d3-3cfac0a79aad url= /sdc/v1/registerForDistribution
2021-10-10T02:07:16.867Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 5871545a-458d-4a8c-b3d3-3cfac0a79aad url= /sdc/v1/registerForDistribution
2021-10-10T02:07:16.867Z||scheduling-1|||||INFO|500||start DistributionClient
2021-10-10T02:07:16.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:07:16.877Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:07:16.881Z||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-10T02:07:16.881Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:07:16.881Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-10-10T02:07:16.883Z||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-10T02:07:16.884Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:07:27.127Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:07:27.128Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:08:16.875Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:08:16.877Z||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-10T02:08:16.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:08:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:08:16.878Z||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-10T02:08:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:08:26.431Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:08:26.453Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:09:16.875Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:09:16.876Z||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-10T02:09:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:09:16.877Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:09:16.879Z||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-10T02:09:16.879Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:09:26.431Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:09:26.443Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:10:16.875Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:10:16.877Z||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-10T02:10:16.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:10:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:10:16.877Z||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-10T02:10:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:10:26.428Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:10:26.430Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:11:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:11:16.876Z||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-10T02:11:16.877Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:11:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:11:16.878Z||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-10T02:11:16.879Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:11:26.427Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:11:26.428Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:12:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:12:16.876Z||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-10T02:12:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:12:16.877Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:12:16.878Z||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-10T02:12:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:12:26.431Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:12:26.435Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:13:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:13:16.877Z||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-10T02:13:16.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:13:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:13:16.878Z||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-10T02:13:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:13:26.425Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:13:26.428Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:14:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:14:16.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:14:16.877Z||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-10T02:14:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:14:16.878Z||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-10T02:14:16.879Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:14:26.429Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:14:26.431Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:15:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:15:16.876Z||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-10T02:15:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:15:16.877Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:15:16.877Z||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-10T02:15:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:15:26.425Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:15:26.426Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:16:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:16:16.876Z||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-10T02:16:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:16:16.877Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:16:16.878Z||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-10T02:16:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:16:26.427Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:16:26.429Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:16:42.130Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-10-10T02:17:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:17:16.876Z||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-10T02:17:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:17:16.877Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:17:16.877Z||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-10T02:17:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:17:26.423Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:17:26.425Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:18:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:18:16.876Z||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-10T02:18:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:18:16.877Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:18:16.878Z||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-10T02:18:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:18:26.421Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:18:26.422Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:19:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:19:16.877Z||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-10T02:19:16.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:19:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:19:16.878Z||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-10T02:19:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:19:26.428Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:19:26.429Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:20:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:20:16.876Z||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-10T02:20:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:20:16.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:20:16.878Z||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-10T02:20:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:20:26.423Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:20:26.426Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:21:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:21:16.876Z||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-10T02:21:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:21:16.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:21:16.878Z||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-10T02:21:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:21:26.429Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:21:26.433Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:22:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:22:16.876Z||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-10T02:22:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:22:16.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:22:16.878Z||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-10T02:22:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:22:26.424Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:22:26.428Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:23:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:23:16.876Z||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-10T02:23:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:23:16.877Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:23:16.877Z||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-10T02:23:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:23:26.437Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:23:26.440Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:24:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:24:16.876Z||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-10T02:24:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:24:16.877Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:24:16.877Z||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-10T02:24:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:24:26.427Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:24:26.429Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:25:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:25:16.876Z||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-10T02:25:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:25:16.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:25:16.878Z||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-10T02:25:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:25:26.426Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:25:26.429Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:26:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:26:16.876Z||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-10T02:26:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:26:16.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:26:16.878Z||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-10T02:26:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:26:26.424Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:26:26.425Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:27:16.876Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:27:16.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:27:16.877Z||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-10T02:27:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:27:16.878Z||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-10T02:27:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:27:26.430Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:27:26.433Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:28:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:28:16.876Z||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-10T02:28:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:28:16.877Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:28:16.878Z||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-10T02:28:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:28:26.444Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:28:26.455Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:29:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:29:16.876Z||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-10T02:29:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:29:16.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:29:16.877Z||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-10T02:29:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:29:26.423Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:29:26.425Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:30:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:30:16.876Z||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-10T02:30:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:30:16.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:30:16.877Z||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-10T02:30:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:30:26.424Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:30:26.426Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:31:16.876Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:31:16.876Z||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-10T02:31:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:31:16.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:31:16.877Z||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-10T02:31:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:31:26.426Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:31:26.428Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:32:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:32:16.876Z||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-10T02:32:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:32:16.877Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:32:16.878Z||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-10T02:32:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:32:26.424Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:32:26.425Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:33:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:33:16.876Z||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-10T02:33:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:33:16.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:33:16.877Z||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-10T02:33:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:33:26.423Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:33:26.424Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:34:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:34:16.876Z||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-10T02:34:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:34:16.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:34:16.877Z||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-10T02:34:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:34:26.428Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:34:26.429Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:35:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:35:16.876Z||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-10T02:35:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:35:16.877Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:35:16.877Z||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-10T02:35:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:35:26.423Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:35:26.427Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:36:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:36:16.876Z||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-10T02:36:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:36:16.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:36:16.877Z||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-10T02:36:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:36:26.443Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:36:26.443Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:37:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:37:16.876Z||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-10T02:37:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:37:16.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:37:16.877Z||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-10T02:37:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:37:26.427Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:37:26.447Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:38:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:38:16.876Z||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-10T02:38:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:38:16.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:38:16.877Z||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-10T02:38:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:38:26.430Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:38:26.431Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:39:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:39:16.876Z||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-10T02:39:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:39:16.877Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:39:16.877Z||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-10T02:39:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:39:26.422Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:39:26.424Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:40:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:40:16.876Z||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-10T02:40:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:40:16.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:40:16.878Z||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-10T02:40:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:40:26.426Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:40:26.426Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:41:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:41:16.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:41:16.877Z||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-10T02:41:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:41:16.877Z||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-10T02:41:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:41:26.424Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:41:26.425Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:42:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:42:16.876Z||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-10T02:42:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:42:16.877Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:42:16.877Z||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-10T02:42:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:42:26.432Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:42:26.434Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:43:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:43:16.876Z||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-10T02:43:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:43:16.877Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:43:16.877Z||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-10T02:43:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:43:26.426Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:43:26.427Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:44:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:44:16.876Z||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-10T02:44:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:44:16.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:44:16.877Z||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-10T02:44:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:44:26.425Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:44:26.431Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:45:16.875Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:45:16.876Z||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-10T02:45:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:45:16.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:45:16.879Z||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-10T02:45:16.879Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:45:26.424Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:45:26.429Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:46:16.875Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:46:16.876Z||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-10T02:46:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:46:16.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:46:16.878Z||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-10T02:46:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:46:26.428Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:46:26.428Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:47:16.875Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:47:16.876Z||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-10T02:47:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:47:16.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:47:16.877Z||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-10T02:47:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:47:26.422Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:47:26.423Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:48:16.875Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:48:16.877Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:48:16.878Z||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-10T02:48:16.878Z||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-10T02:48:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:48:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:48:26.425Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:48:26.427Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:49:16.875Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:49:16.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:49:16.877Z||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-10T02:49:16.877Z||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-10T02:49:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:49:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:49:26.424Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:49:26.425Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:50:16.875Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:50:16.876Z||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-10T02:50:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:50:16.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:50:16.877Z||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-10T02:50:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:50:26.425Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:50:26.455Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:51:16.875Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:51:16.876Z||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-10T02:51:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:51:16.877Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:51:16.878Z||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-10T02:51:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:51:26.422Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:51:26.430Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:52:16.875Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:52:16.876Z||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-10T02:52:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:52:16.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:52:16.877Z||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-10T02:52:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:52:26.425Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:52:26.425Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:53:16.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:53:16.876Z||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-10T02:53:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:53:16.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:53:16.877Z||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-10T02:53:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:53:26.426Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:53:26.436Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:54:16.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:54:16.876Z||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-10T02:54:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:54:16.877Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:54:16.877Z||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-10T02:54:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:54:26.424Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:54:26.431Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:55:16.876Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:55:16.877Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:55:16.877Z||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-10T02:55:16.877Z||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-10T02:55:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:55:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:55:26.424Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:55:26.425Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:56:16.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:56:16.877Z||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-10T02:56:16.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:56:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:56:16.877Z||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-10T02:56:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:56:26.448Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:56:26.449Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:57:16.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:57:16.876Z||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-10T02:57:16.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:57:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:57:16.877Z||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-10T02:57:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:57:26.425Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:57:26.429Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:58:16.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:58:16.876Z||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-10T02:58:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:58:16.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:58:16.877Z||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-10T02:58:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:58:26.426Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:58:26.425Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:59:16.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:59:16.876Z||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-10T02:59:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:59:16.877Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:59:16.877Z||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-10T02:59:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:59:26.425Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T02:59:26.425Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:00:16.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:00:16.876Z||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-10T03:00:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:00:16.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:00:16.878Z||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-10T03:00:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:00:26.419Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:00:26.419Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:01:16.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:01:16.876Z||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-10T03:01:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:01:16.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:01:16.878Z||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-10T03:01:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:01:26.419Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:01:26.423Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:02:16.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:02:16.876Z||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-10T03:02:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:02:16.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:02:16.878Z||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-10T03:02:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:02:26.422Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:02:26.427Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:03:16.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:03:16.876Z||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-10T03:03:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:03:16.877Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:03:16.878Z||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-10T03:03:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:03:26.417Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:03:26.425Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:04:16.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:04:16.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:04:16.877Z||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-10T03:04:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:04:16.877Z||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-10T03:04:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:04:26.419Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:04:26.426Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:05:16.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:05:16.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:05:16.876Z||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-10T03:05:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:05:16.877Z||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-10T03:05:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:05:26.423Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:05:26.424Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:06:16.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:06:16.876Z||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-10T03:06:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:06:16.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:06:16.877Z||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-10T03:06:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:06:26.426Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:06:26.427Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:07:16.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:07:16.876Z||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-10T03:07:16.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:07:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:07:16.877Z||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-10T03:07:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:07:26.423Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:07:26.423Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:08:16.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:08:16.876Z||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-10T03:08:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:08:16.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:08:16.878Z||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-10T03:08:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:08:26.421Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:08:26.429Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:09:16.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:09:16.877Z||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-10T03:09:16.877Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:09:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:09:16.877Z||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-10T03:09:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:09:26.424Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:09:26.427Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:10:16.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:10:16.876Z||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-10T03:10:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:10:16.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:10:16.878Z||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-10T03:10:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:10:26.423Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:10:26.440Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:11:16.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:11:16.876Z||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-10T03:11:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:11:16.877Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:11:16.878Z||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-10T03:11:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:11:26.421Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:11:26.425Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:12:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:12:16.876Z||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-10T03:12:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:12:16.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:12:16.877Z||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-10T03:12:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:12:26.424Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:12:26.433Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:13:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:13:16.876Z||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-10T03:13:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:13:16.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:13:16.877Z||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-10T03:13:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:13:26.423Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:13:26.425Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:14:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:14:16.876Z||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-10T03:14:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:14:16.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:14:16.877Z||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-10T03:14:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:14:26.429Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:14:26.429Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:15:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:15:16.876Z||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-10T03:15:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:15:16.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:15:16.877Z||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-10T03:15:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:15:26.426Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:15:26.428Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:16:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:16:16.876Z||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-10T03:16:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:16:16.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:16:16.877Z||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-10T03:16:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:16:26.435Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:16:26.436Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:17:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:17:16.876Z||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-10T03:17:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:17:16.877Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:17:16.877Z||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-10T03:17:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:17:26.424Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:17:26.425Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:18:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:18:16.876Z||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-10T03:18:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:18:16.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:18:16.877Z||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-10T03:18:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:18:26.413Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:18:26.424Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:19:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:19:16.876Z||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-10T03:19:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:19:16.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:19:16.877Z||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-10T03:19:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:19:26.423Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:19:26.424Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:20:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:20:16.876Z||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-10T03:20:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:20:16.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:20:16.877Z||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-10T03:20:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:20:26.441Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:20:26.441Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:21:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:21:16.876Z||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-10T03:21:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:21:16.877Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:21:16.877Z||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-10T03:21:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:21:26.422Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:21:26.424Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:22:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:22:16.876Z||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-10T03:22:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:22:16.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:22:16.877Z||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-10T03:22:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:22:26.421Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:22:26.423Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:23:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:23:16.876Z||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-10T03:23:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:23:16.877Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:23:16.877Z||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-10T03:23:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:23:26.427Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:23:26.427Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:24:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:24:16.876Z||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-10T03:24:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:24:16.877Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:24:16.877Z||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-10T03:24:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:24:26.425Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:24:26.426Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:25:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:25:16.877Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:25:16.877Z||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-10T03:25:16.877Z||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-10T03:25:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:25:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:25:26.425Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:25:26.425Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:26:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:26:16.876Z||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-10T03:26:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:26:16.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:26:16.877Z||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-10T03:26:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:26:26.421Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:26:26.423Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:27:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:27:16.876Z||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-10T03:27:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:27:16.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:27:16.877Z||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-10T03:27:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:27:26.424Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:27:26.437Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:28:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:28:16.876Z||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-10T03:28:16.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:28:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:28:16.878Z||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-10T03:28:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:28:26.423Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:28:26.434Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:29:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:29:16.876Z||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-10T03:29:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:29:16.877Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:29:16.877Z||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-10T03:29:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:29:26.423Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:29:26.425Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:30:16.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:30:16.876Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:30:16.876Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lfI4diXR2ioIK4WW) ...
2021-10-10T03:30:16.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:30:16.878Z||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-10T03:30:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:30:26.425Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:30:26.426Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:31:16.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:31:16.876Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:31:16.876Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lfI4diXR2ioIK4WW) ...
2021-10-10T03:31:16.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:31:16.877Z||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-10T03:31:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:31:26.424Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:31:26.426Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:32:16.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:32:16.876Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:32:16.876Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lfI4diXR2ioIK4WW) ...
2021-10-10T03:32:16.877Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:32:16.877Z||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-10T03:32:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:32:26.421Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:32:26.424Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:33:16.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:33:16.876Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:33:16.876Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lfI4diXR2ioIK4WW) ...
2021-10-10T03:33:16.877Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:33:16.877Z||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-10T03:33:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:33:26.420Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:33:26.423Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:34:16.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:34:16.876Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:34:16.876Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lfI4diXR2ioIK4WW) ...
2021-10-10T03:34:16.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:34:16.877Z||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-10T03:34:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:34:26.422Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:34:26.425Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:35:16.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:35:16.876Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:35:16.876Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lfI4diXR2ioIK4WW) ...
2021-10-10T03:35:16.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:35:16.877Z||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-10T03:35:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:35:26.423Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:35:26.425Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:36:16.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:36:16.876Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:36:16.876Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lfI4diXR2ioIK4WW) ...
2021-10-10T03:36:16.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:36:16.877Z||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-10T03:36:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:36:26.423Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:36:26.426Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:37:16.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:37:16.876Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:37:16.876Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lfI4diXR2ioIK4WW) ...
2021-10-10T03:37:16.877Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:37:16.877Z||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-10T03:37:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:37:26.438Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:37:26.440Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:38:16.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:38:16.876Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:38:16.876Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lfI4diXR2ioIK4WW) ...
2021-10-10T03:38:16.877Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:38:16.877Z||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-10T03:38:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:38:26.426Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:38:26.427Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:39:16.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:39:16.876Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:39:16.876Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lfI4diXR2ioIK4WW) ...
2021-10-10T03:39:16.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:39:16.878Z||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-10T03:39:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:39:26.422Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:39:26.423Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:40:16.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:40:16.876Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:40:16.876Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lfI4diXR2ioIK4WW) ...
2021-10-10T03:40:16.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:40:16.877Z||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-10T03:40:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:40:26.427Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:40:26.430Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:41:16.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:41:16.876Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:41:16.876Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lfI4diXR2ioIK4WW) ...
2021-10-10T03:41:16.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:41:16.878Z||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-10T03:41:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:41:26.425Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:41:26.437Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:42:16.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:42:16.876Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:42:16.876Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lfI4diXR2ioIK4WW) ...
2021-10-10T03:42:16.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:42:16.877Z||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-10T03:42:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:42:26.426Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:42:26.427Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:43:16.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:43:16.876Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:43:16.876Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lfI4diXR2ioIK4WW) ...
2021-10-10T03:43:16.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:43:16.877Z||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-10T03:43:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:43:26.422Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:43:26.425Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:44:16.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:44:16.876Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:44:16.876Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lfI4diXR2ioIK4WW) ...
2021-10-10T03:44:16.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:44:16.877Z||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-10T03:44:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:44:26.420Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:44:26.424Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:45:16.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:45:16.876Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:45:16.876Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lfI4diXR2ioIK4WW) ...
2021-10-10T03:45:16.877Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:45:16.877Z||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-10T03:45:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:45:26.428Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:45:26.430Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:46:16.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:46:16.876Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:46:16.876Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lfI4diXR2ioIK4WW) ...
2021-10-10T03:46:16.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:46:16.877Z||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-10T03:46:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:46:26.425Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:46:26.426Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:47:16.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:47:16.876Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:47:16.876Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lfI4diXR2ioIK4WW) ...
2021-10-10T03:47:16.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:47:16.877Z||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-10T03:47:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:47:26.421Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:47:26.424Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:48:16.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:48:16.876Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:48:16.876Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lfI4diXR2ioIK4WW) ...
2021-10-10T03:48:16.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:48:16.878Z||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-10T03:48:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:48:26.421Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:48:26.424Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:49:16.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:49:16.876Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:49:16.876Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lfI4diXR2ioIK4WW) ...
2021-10-10T03:49:16.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:49:16.877Z||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-10T03:49:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:49:26.424Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:49:26.425Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:50:16.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:50:16.876Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:50:16.876Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lfI4diXR2ioIK4WW) ...
2021-10-10T03:50:16.877Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:50:16.877Z||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-10T03:50:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:50:26.418Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:50:26.437Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:51:16.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:51:16.876Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:51:16.876Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lfI4diXR2ioIK4WW) ...
2021-10-10T03:51:16.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:51:16.877Z||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-10T03:51:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:51:26.422Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:51:26.423Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:52:16.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:52:16.876Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:52:16.876Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lfI4diXR2ioIK4WW) ...
2021-10-10T03:52:16.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:52:16.877Z||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-10T03:52:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:52:26.424Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:52:26.425Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:53:16.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:53:16.876Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:53:16.876Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lfI4diXR2ioIK4WW) ...
2021-10-10T03:53:16.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:53:16.877Z||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-10T03:53:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:53:26.424Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:53:26.433Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:54:16.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:54:16.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:54:16.877Z||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-10T03:54:16.877Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:54:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:54:16.877Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lfI4diXR2ioIK4WW) ...
2021-10-10T03:54:26.425Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:54:26.430Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:55:16.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:55:16.876Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:55:16.877Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lfI4diXR2ioIK4WW) ...
2021-10-10T03:55:16.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:55:16.877Z||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-10T03:55:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:55:26.422Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:55:26.423Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:56:16.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:56:16.876Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:56:16.876Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lfI4diXR2ioIK4WW) ...
2021-10-10T03:56:16.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:56:16.877Z||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-10T03:56:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:56:26.452Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:56:26.460Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:57:16.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:57:16.876Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:57:16.876Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lfI4diXR2ioIK4WW) ...
2021-10-10T03:57:16.877Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:57:16.877Z||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-10T03:57:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:57:26.424Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:57:26.424Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:58:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:58:16.876Z||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-10T03:58:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:58:16.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:58:16.878Z||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-10T03:58:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:58:26.425Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:58:26.426Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:59:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:59:16.876Z||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-10T03:59:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:59:16.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:59:16.877Z||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-10T03:59:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:59:26.427Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T03:59:26.432Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:00:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:00:16.876Z||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-10T04:00:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:00:16.877Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:00:16.877Z||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-10T04:00:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:00:26.420Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:00:26.421Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:01:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:01:16.876Z||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-10T04:01:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:01:16.877Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:01:16.877Z||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-10T04:01:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:01:26.421Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:01:26.424Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:02:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:02:16.876Z||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-10T04:02:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:02:16.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:02:16.877Z||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-10T04:02:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:02:26.426Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:02:26.426Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:03:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:03:16.876Z||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-10T04:03:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:03:16.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:03:16.877Z||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-10T04:03:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:03:26.423Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:03:26.426Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:04:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:04:16.876Z||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-10T04:04:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:04:16.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:04:16.877Z||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-10T04:04:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:04:26.422Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:04:26.422Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:05:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:05:16.876Z||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-10T04:05:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:05:16.877Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:05:16.878Z||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-10T04:05:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:05:26.424Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:05:26.430Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:06:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:06:16.876Z||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-10T04:06:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:06:16.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:06:16.877Z||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-10T04:06:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:06:26.420Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:06:26.425Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:07:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:07:16.876Z||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-10T04:07:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:07:16.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:07:16.877Z||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-10T04:07:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:07:26.427Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:07:26.430Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:08:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:08:16.876Z||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-10T04:08:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:08:16.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:08:16.877Z||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-10T04:08:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:08:26.420Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:08:26.428Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:09:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:09:16.876Z||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-10T04:09:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:09:16.877Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:09:16.878Z||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-10T04:09:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:09:26.427Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:09:26.427Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:10:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:10:16.876Z||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-10T04:10:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:10:16.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:10:16.877Z||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-10T04:10:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:10:26.418Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:10:26.420Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:11:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:11:16.876Z||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-10T04:11:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:11:16.877Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:11:16.877Z||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-10T04:11:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:11:26.423Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:11:26.426Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:12:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:12:16.876Z||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-10T04:12:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:12:16.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:12:16.877Z||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-10T04:12:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:12:26.419Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:12:26.430Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:13:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:13:16.876Z||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-10T04:13:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:13:16.877Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:13:16.877Z||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-10T04:13:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:13:26.435Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:13:26.438Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:14:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:14:16.876Z||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-10T04:14:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:14:16.877Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:14:16.877Z||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-10T04:14:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:14:26.418Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:14:26.423Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:15:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:15:16.876Z||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-10T04:15:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:15:16.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:15:16.877Z||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-10T04:15:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:15:26.421Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:15:26.421Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:16:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:16:16.876Z||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-10T04:16:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:16:16.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:16:16.877Z||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-10T04:16:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:16:26.421Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:16:26.425Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:17:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:17:16.876Z||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-10T04:17:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:17:16.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:17:16.877Z||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-10T04:17:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:17:26.426Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:17:26.426Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:18:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:18:16.876Z||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-10T04:18:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:18:16.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:18:16.877Z||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-10T04:18:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:18:26.420Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:18:26.425Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:19:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:19:16.876Z||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-10T04:19:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:19:16.877Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:19:16.877Z||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-10T04:19:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:19:26.424Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:19:26.426Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:20:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:20:16.876Z||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-10T04:20:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:20:16.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:20:16.877Z||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-10T04:20:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:20:26.428Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:20:26.435Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:21:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:21:16.876Z||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-10T04:21:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:21:16.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:21:16.877Z||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-10T04:21:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:21:26.422Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:21:26.425Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:22:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:22:16.876Z||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-10T04:22:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:22:16.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:22:16.877Z||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-10T04:22:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:22:26.426Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:22:26.429Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:23:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:23:16.876Z||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-10T04:23:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:23:16.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:23:16.877Z||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-10T04:23:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:23:26.425Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:23:26.426Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:24:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:24:16.876Z||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-10T04:24:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:24:16.877Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:24:16.877Z||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-10T04:24:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:24:26.422Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:24:26.427Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:25:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:25:16.876Z||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-10T04:25:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:25:16.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:25:16.877Z||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-10T04:25:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:25:26.424Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:25:26.451Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:26:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:26:16.876Z||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-10T04:26:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:26:16.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:26:16.877Z||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-10T04:26:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:26:26.429Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:26:26.431Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:27:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:27:16.876Z||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-10T04:27:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:27:16.877Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:27:16.877Z||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-10T04:27:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:27:26.430Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:27:26.433Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:28:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:28:16.876Z||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-10T04:28:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:28:16.877Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:28:16.877Z||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-10T04:28:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:28:26.418Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:28:26.421Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:29:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:29:16.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:29:16.877Z||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-10T04:29:16.877Z||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-10T04:29:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:29:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:29:26.423Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:29:26.424Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:30:16.876Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:30:16.876Z||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-10T04:30:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:30:16.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:30:16.877Z||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-10T04:30:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:30:26.421Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:30:26.433Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:31:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:31:16.876Z||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-10T04:31:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:31:16.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:31:16.877Z||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-10T04:31:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:31:26.423Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:31:26.425Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:32:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:32:16.876Z||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-10T04:32:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:32:16.877Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:32:16.877Z||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-10T04:32:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:32:26.427Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:32:26.429Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:33:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:33:16.876Z||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-10T04:33:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:33:16.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:33:16.877Z||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-10T04:33:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:33:26.424Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:33:26.425Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:34:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:34:16.876Z||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-10T04:34:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:34:16.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:34:16.877Z||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-10T04:34:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:34:26.421Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:34:26.423Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:35:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:35:16.876Z||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-10T04:35:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:35:16.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:35:16.877Z||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-10T04:35:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:35:26.423Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:35:26.427Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:36:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:36:16.876Z||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-10T04:36:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:36:16.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:36:16.877Z||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-10T04:36:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:36:26.413Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:36:26.423Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:37:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:37:16.876Z||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-10T04:37:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:37:16.877Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:37:16.877Z||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-10T04:37:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:37:26.418Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:37:26.419Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:38:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:38:16.876Z||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-10T04:38:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:38:16.877Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:38:16.877Z||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-10T04:38:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:38:26.420Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:38:26.424Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:39:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:39:16.876Z||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-10T04:39:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:39:16.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:39:16.877Z||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-10T04:39:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:39:26.424Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:39:26.427Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:40:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:40:16.876Z||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-10T04:40:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:40:16.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:40:16.877Z||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-10T04:40:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:40:17.502Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:40:17.504Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"056e7d1d-0755-4c85-b5e8-f1283b7a36e3","serviceName":"vFW 2021-10-10 04-36-40","serviceVersion":"1.0","serviceUUID":"cdde7356-9323-4fd9-af05-99540975f595","serviceDescription":"catalog service description","serviceInvariantUUID":"c8fd99dc-ca3d-4bd3-98b4-e2cff9f685ec","resources":[{"resourceInstanceName":"vFW 461c9b23-9942 0","resourceName":"vFW 461c9b23-9942","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"92841d5f-202d-4ca0-b8c3-45c4294d83c1","resourceInvariantUUID":"89eae2de-b9ed-4474-9c07-6a9f466f8f31","resourceCustomizationUUID":"d7cd27e4-aeef-499b-97e2-ba704f3b33c7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vf-license-model.xml","artifactChecksum":"OTI1YWMzNzg4Yzg4MzYzNjViMDhjOTczOWI1NDFjMzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8e424fdc-5348-4b49-9a92-4ed888d97788","artifactVersion":"1"},{"artifactName":"vfw461c9b2399420_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vfw461c9b2399420_modules.json","artifactChecksum":"MjU5MTdhMTViYjEyODBiODA4MGQ4MzQ5OWFhYjAxMDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f9ba2e6d-981f-409e-aaa4-d9f060804339","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7f794396-a1bf-49e6-a652-8f7b8f673cda","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vendor-license-model.xml","artifactChecksum":"MzljYzI0Mzk0YjM3ZTNiMDMwNjRiOTNiOTllOGY1ZTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ebdb0e6d-4e1a-470a-afaa-29ecfd2a9788","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"34f35b7c-f3b7-4291-9f3f-9318f53817b1","artifactVersion":"2","generatedFromUUID":"7f794396-a1bf-49e6-a652-8f7b8f673cda"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211010043640-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-template.yml","artifactChecksum":"YmNhNzY1MGE4NmNjNWVkZWRmMjk0YTNmYjg0OTk1OTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5487af47-2b60-4132-9d94-fe770503deef","artifactVersion":"1"},{"artifactName":"service-Vfw20211010043640-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar","artifactChecksum":"Y2Q4NjE1NzM5ZmMwMTViMThmMGRmOWYxNmU2OGQyMjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8d508368-8d71-4794-be7a-c72d1717366f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-10T04:40:17.511Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:40:17.511Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T04:40:17.517Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:40:17.518Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "cds",
  "timestamp": 1633840770402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.526Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:40:17.526Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633840816875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.530Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:40:17.530Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.530Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "dcae-sch",
  "timestamp": 1633840769805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.530Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:40:17.530Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.530Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633840773574,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.531Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:40:17.531Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.531Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "cds",
  "timestamp": 1633840770402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vfw461c9b2399420_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.531Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:40:17.531Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.531Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633840773574,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vfw461c9b2399420_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.531Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:40:17.531Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.531Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "dcae-sch",
  "timestamp": 1633840769805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vfw461c9b2399420_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.531Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:40:17.531Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.532Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "clamp",
  "timestamp": 1633840775609,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.532Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:40:17.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.532Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "cds",
  "timestamp": 1633840770402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.532Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:40:17.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.532Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "dcae-sch",
  "timestamp": 1633840769805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.532Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:40:17.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.532Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633840773574,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.532Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:40:17.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.532Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "policy-id",
  "timestamp": 1633840776445,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.532Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:40:17.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "clamp",
  "timestamp": 1633840775609,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vfw461c9b2399420_modules.json",
  "status": "NOTIFIED"
}
2021-10-10T04:40:17.533Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:40:17.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633840776991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.533Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:40:17.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "cds",
  "timestamp": 1633840770402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.533Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:40:17.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "dcae-sch",
  "timestamp": 1633840769805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.533Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:40:17.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633840773574,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.534Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:40:17.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.534Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "policy-id",
  "timestamp": 1633840776445,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vfw461c9b2399420_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.535Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:40:17.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "clamp",
  "timestamp": 1633840775609,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.535Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:40:17.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633840776991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vfw461c9b2399420_modules.json",
  "status": "NOTIFIED"
}
2021-10-10T04:40:17.535Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:40:17.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "cds",
  "timestamp": 1633840770402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.535Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:40:17.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "dcae-sch",
  "timestamp": 1633840769805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.535Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:40:17.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633840773574,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.536Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:40:17.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "policy-id",
  "timestamp": 1633840776445,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-10-10T04:40:17.536Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:40:17.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "clamp",
  "timestamp": 1633840775609,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.536Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:40:17.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633840776991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-10-10T04:40:17.536Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:40:17.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "cds",
  "timestamp": 1633840770402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.536Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:40:17.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633840773574,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.536Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:40:17.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "dcae-sch",
  "timestamp": 1633840769805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.537Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:40:17.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.537Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "policy-id",
  "timestamp": 1633840776445,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.537Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:40:17.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.537Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "clamp",
  "timestamp": 1633840775609,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.537Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:40:17.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.537Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633840776991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.537Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:40:17.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.537Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "cds",
  "timestamp": 1633840770402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T04:40:17.537Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:40:17.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.537Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "dcae-sch",
  "timestamp": 1633840769805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.538Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:40:17.538Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.538Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633840773574,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T04:40:17.538Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:40:17.538Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.538Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "policy-id",
  "timestamp": 1633840776445,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.538Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:40:17.538Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.538Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "clamp",
  "timestamp": 1633840775609,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.538Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:40:17.538Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.538Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "aai-ml",
  "timestamp": 1633840780643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.538Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:40:17.538Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.538Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633840776991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-10-10T04:40:17.539Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:40:17.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.539Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633840781103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.539Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:40:17.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.539Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "policy-id",
  "timestamp": 1633840776445,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.539Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:40:17.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.539Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "clamp",
  "timestamp": 1633840775609,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T04:40:17.539Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:40:17.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.539Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "aai-ml",
  "timestamp": 1633840780643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vfw461c9b2399420_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.539Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:40:17.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.539Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633840776991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.539Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:40:17.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.539Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633840781103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vfw461c9b2399420_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.540Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:40:17.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.540Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "policy-id",
  "timestamp": 1633840776445,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T04:40:17.540Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:40:17.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.540Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "aai-ml",
  "timestamp": 1633840780643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.540Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:40:17.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.540Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633840783626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:40:17.540Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:40:17.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.540Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633840776991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T04:40:17.540Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:40:17.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.540Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "cds",
  "timestamp": 1633840783685,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:40:17.541Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:40:17.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.541Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633840781103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.541Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:40:17.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.541Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "aai-ml",
  "timestamp": 1633840780643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.541Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:40:17.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.541Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "policy-id",
  "timestamp": 1633840784593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:40:17.541Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:40:17.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.541Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "cds",
  "timestamp": 1633840784699,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-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=?
2021-10-10T04:40:17.628Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-10T04:40:17.632Z||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-10T04:40:17.633Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:40:17.644Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:40:17.644Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-10T04:40:17.667Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 056e7d1d-0755-4c85-b5e8-f1283b7a36e3
2021-10-10T04:40:17.679Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 056e7d1d-0755-4c85-b5e8-f1283b7a36e3 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-10T04:40:17.698Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.698Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633840781103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.698Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:40:17.698Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.698Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633840784845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vfw461c9b2399420_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:40:17.699Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:40:17.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "aai-ml",
  "timestamp": 1633840780643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.699Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:40:17.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "policy-id",
  "timestamp": 1633840785598,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-10T04:40:17.699Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:40:17.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633840781103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.699Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:40:17.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633840786026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:40:17.699Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:40:17.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "aai-ml",
  "timestamp": 1633840780643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.699Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:40:17.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "policy-id",
  "timestamp": 1633840786603,
  "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-10T04:40:17.712Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 056e7d1d-0755-4c85-b5e8-f1283b7a36e3
2021-10-10T04:40:17.712Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 056e7d1d-0755-4c85-b5e8-f1283b7a36e3 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-10T04:40:17.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.728Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633840781103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.729Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:40:17.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.729Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "aai-ml",
  "timestamp": 1633840780643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T04:40:17.729Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:40:17.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.729Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633840787499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:40:17.729Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:40:17.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.729Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633840781103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.730Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:40:17.730Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.730Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633840788963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-10T04:40:17.730Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:40:17.730Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.730Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633840789082,
  "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-10T04:40:17.735Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 056e7d1d-0755-4c85-b5e8-f1283b7a36e3
2021-10-10T04:40:17.736Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 056e7d1d-0755-4c85-b5e8-f1283b7a36e3 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-10T04:40:17.746Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.746Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "aai-ml",
  "timestamp": 1633840789262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:40:17.746Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:40:17.746Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.746Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633840789967,
  "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-10T04:40:17.751Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 056e7d1d-0755-4c85-b5e8-f1283b7a36e3
2021-10-10T04:40:17.752Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 056e7d1d-0755-4c85-b5e8-f1283b7a36e3 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-10T04:40:17.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.761Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633840790086,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vfw461c9b2399420_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-10T04:40:17.761Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:40:17.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.761Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "clamp",
  "timestamp": 1633840793330,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:40:17.761Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:40:17.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "clamp",
  "timestamp": 1633840795344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-10T04:40:17.762Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:40:17.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "clamp",
  "timestamp": 1633840796347,
  "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-10T04:40:17.767Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 056e7d1d-0755-4c85-b5e8-f1283b7a36e3
2021-10-10T04:40:17.768Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 056e7d1d-0755-4c85-b5e8-f1283b7a36e3 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-10T04:40:17.776Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.776Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "aai-ml",
  "timestamp": 1633840805410,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-10T04:40:17.776Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:40:17.777Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.777Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "aai-ml",
  "timestamp": 1633840806415,
  "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-10T04:40:17.782Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 056e7d1d-0755-4c85-b5e8-f1283b7a36e3
2021-10-10T04:40:17.782Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 056e7d1d-0755-4c85-b5e8-f1283b7a36e3 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-10T04:40:18.531Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T04:40:18.531Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:40:18.534Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:40:18.535Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633840816875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vfw461c9b2399420_modules.json",
  "status": "NOTIFIED"
}
2021-10-10T04:40:18.633Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-10-10T04:40:18.634Z||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-10T04:40:18.634Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:40:18.646Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:40:18.647Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:40:19.535Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T04:40:19.536Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:40:19.538Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:40:19.538Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633840816875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-10-10T04:40:19.638Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:40:19.639Z||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-10T04:40:19.639Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:40:19.651Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:40:19.651Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:40:20.539Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T04:40:20.539Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:40:20.542Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:40:20.542Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633840816875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:40:20.642Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:40:20.642Z||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-10T04:40:20.643Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:40:20.654Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:40:20.654Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:40:21.542Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T04:40:21.544Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:40:21.546Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:40:21.547Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633840816875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-10-10T04:40:21.647Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-10T04:40:21.647Z||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-10T04:40:21.648Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:40:21.659Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:40:21.660Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:40:22.547Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T04:40:22.548Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:40:22.550Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:40:22.550Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633840816875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:40:22.650Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:40:22.651Z||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-10T04:40:22.651Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:40:22.662Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:40:22.662Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:40:23.550Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T04:40:23.551Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:40:23.554Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:40:23.554Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633840816875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T04:40:23.654Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:40:23.655Z||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-10T04:40:23.655Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:40:23.666Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:40:23.667Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:40:24.556Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "serviceName": "vFW 2021-10-10 04-36-40",
  "serviceVersion": "1.0",
  "serviceUUID": "cdde7356-9323-4fd9-af05-99540975f595",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c8fd99dc-ca3d-4bd3-98b4-e2cff9f685ec",
  "resources": [
    {
      "resourceInstanceName": "vFW 461c9b23-9942 0",
      "resourceCustomizationUUID": "d7cd27e4-aeef-499b-97e2-ba704f3b33c7",
      "resourceName": "vFW 461c9b23-9942",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "92841d5f-202d-4ca0-b8c3-45c4294d83c1",
      "resourceInvariantUUID": "89eae2de-b9ed-4474-9c07-6a9f466f8f31",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw461c9b2399420_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vfw461c9b2399420_modules.json",
          "artifactChecksum": "MjU5MTdhMTViYjEyODBiODA4MGQ4MzQ5OWFhYjAxMDM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f9ba2e6d-981f-409e-aaa4-d9f060804339",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "7f794396-a1bf-49e6-a652-8f7b8f673cda",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "34f35b7c-f3b7-4291-9f3f-9318f53817b1",
            "generatedFromUUID": "7f794396-a1bf-49e6-a652-8f7b8f673cda"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "34f35b7c-f3b7-4291-9f3f-9318f53817b1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20211010043640-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar",
      "artifactChecksum": "Y2Q4NjE1NzM5ZmMwMTViMThmMGRmOWYxNmU2OGQyMjk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8d508368-8d71-4794-be7a-c72d1717366f"
    }
  ],
  "workloadContext": "Production"
}
2021-10-10T04:40:24.557Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-10T04:40:24.557Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cdde7356-9323-4fd9-af05-99540975f595 ASDC
2021-10-10T04:40:24.634Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:056e7d1d-0755-4c85-b5e8-f1283b7a36e3
ServiceName:vFW 2021-10-10 04-36-40
ServiceVersion:1.0
ServiceUUID:cdde7356-9323-4fd9-af05-99540975f595
ServiceInvariantUUID:c8fd99dc-ca3d-4bd3-98b4-e2cff9f685ec
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211010043640-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar
ArtifactUUID:8d508368-8d71-4794-be7a-c72d1717366f
ArtifactChecksum:Y2Q4NjE1NzM5ZmMwMTViMThmMGRmOWYxNmU2OGQyMjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 461c9b23-9942 0
ResourceCustomizationUUID:d7cd27e4-aeef-499b-97e2-ba704f3b33c7
ResourceInvariantUUID:89eae2de-b9ed-4474-9c07-6a9f466f8f31
ResourceName:vFW 461c9b23-9942
ResourceType:VF
ResourceUUID:92841d5f-202d-4ca0-b8c3-45c4294d83c1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw461c9b2399420_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vfw461c9b2399420_modules.json
ArtifactUUID:f9ba2e6d-981f-409e-aaa4-d9f060804339
ArtifactChecksum:MjU5MTdhMTViYjEyODBiODA4MGQ4MzQ5OWFhYjAxMDM=
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/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.yaml
ArtifactUUID:7f794396-a1bf-49e6-a652-8f7b8f673cda
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/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.env
ArtifactUUID:34f35b7c-f3b7-4291-9f3f-9318f53817b1
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/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.env
ArtifactUUID:34f35b7c-f3b7-4291-9f3f-9318f53817b1
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-10T04:40:24.634Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cdde7356-9323-4fd9-af05-99540975f595 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-10T04:40:24.671Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-10T04:40:24.672Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-10-10T04:40:24.673Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-10-10T04:40:24.673Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8d508368-8d71-4794-be7a-c72d1717366f from URL: /sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar
2021-10-10T04:40:24.673Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-10-10T04:40:24.674Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar
2021-10-10T04:40:25.044Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-10-10T04:40:25.062Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar 8d508368-8d71-4794-be7a-c72d1717366f 98717
2021-10-10T04:40:25.063Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar ASDC sendASDCNotification
2021-10-10T04:40:25.063Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar
2021-10-10T04:40:25.064Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-10T04:40:25.064Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:40:25.065Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:40:25.066Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633840825062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:40:25.166Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:40:25.167Z||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-10T04:40:25.167Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:40:25.179Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:40:25.180Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:40:26.066Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-10T04:40:26.067Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-10-10T04:40:26.067Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 8d508368-8d71-4794-be7a-c72d1717366f, URL: /sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar to file: /app/ASDC/1/service-Vfw20211010043640-csar.csar
2021-10-10T04:40:26.068Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211010043640-csar.csar
2021-10-10T04:40:26.119Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211010043640-csar.csar
2021-10-10T04:40:26.120Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211010043640-csar.csar
2021-10-10T04:40:26.761Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2655362860734008210/Definitions/service-Vfw20211010043640-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-10-10T04:40:29.002Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-10T04:40:29.007Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-10-10T04:40:29.007Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211010043640-csar.csar
2021-10-10T04:40:29.007Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-10-10T04:40:29.007Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||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-Vfw20211010043640-csar.csar
2021-10-10T04:40:29.008Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||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-Vfw20211010043640-csar.csar
2021-10-10T04:40:29.008Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||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-Vfw20211010043640-csar.csar
2021-10-10T04:40:29.008Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211010043640-csar.csar
2021-10-10T04:40:29.008Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211010043640-csar.csar
2021-10-10T04:40:29.008Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||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-Vfw20211010043640-csar.csar
2021-10-10T04:40:29.008Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||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-Vfw20211010043640-csar.csar
2021-10-10T04:40:29.008Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||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-Vfw20211010043640-csar.csar
2021-10-10T04:40:29.008Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 461c9b23-9942 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-Vfw20211010043640-csar.csar
2021-10-10T04:40:29.008Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211010043640-csar.csar
2021-10-10T04:40:29.008Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||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-Vfw20211010043640-csar.csar
2021-10-10T04:40:29.008Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211010043640-csar.csar
2021-10-10T04:40:29.009Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||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-Vfw20211010043640-csar.csar
2021-10-10T04:40:29.009Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-10-10T04:40:29.015Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:40:29.017Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-10-10 04-36-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:40:29.020Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vFW 461c9b23-9942 0 is matching search criteria
2021-10-10T04:40:29.020Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-10-10T04:40:29.023Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 461c9b23-9942 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-10T04:40:29.024Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:40:29.024Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-10-10 04-36-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:40:29.024Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vFW 461c9b23-9942 0 is matching search criteria
2021-10-10T04:40:29.024Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-10-10T04:40:29.025Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 461c9b23-9942 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-10T04:40:29.025Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:40:29.025Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-10-10 04-36-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:40:29.028Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:40:29.028Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vFW 461c9b23-9942 0 is not matching search criteria
2021-10-10T04:40:29.029Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-10T04:40:29.029Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-10T04:40:29.029Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-10T04:40:29.029Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-10T04:40:29.029Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-10T04:40:29.029Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-10T04:40:29.030Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-10T04:40:29.030Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-10T04:40:29.030Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-10T04:40:29.030Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-10T04:40:29.030Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-10T04:40:29.030Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-10T04:40:29.030Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-10T04:40:29.030Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-10T04:40:29.031Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-10T04:40:29.031Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-10T04:40:29.031Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:40:29.031Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-10-10 04-36-40 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-10T04:40:29.032Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:40:29.032Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vFW 461c9b23-9942 0 is matching search criteria
2021-10-10T04:40:29.032Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 461c9b23-9942 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-10T04:40:29.033Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:40:29.033Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vFW 461c9b23-9942 0 is matching search criteria
2021-10-10T04:40:29.033Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 461c9b23-9942 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-10T04:40:29.033Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:40:29.033Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vFW 461c9b23-9942 0 is matching search criteria
2021-10-10T04:40:29.034Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 461c9b23-9942 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-10T04:40:29.034Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:40:29.034Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vFW 461c9b23-9942 0 is not matching search criteria
2021-10-10T04:40:29.034Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-10T04:40:29.034Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-10T04:40:29.034Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-10T04:40:29.034Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-10T04:40:29.035Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-10T04:40:29.035Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-10T04:40:29.035Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-10T04:40:29.035Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-10T04:40:29.035Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-10T04:40:29.035Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-10T04:40:29.035Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-10T04:40:29.035Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0b031c6e-145b-4ea3-b098-bcb98c53acc1
2021-10-10T04:40:29.036Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:40:29.036Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vFW 461c9b23-9942 0 is not matching search criteria
2021-10-10T04:40:29.036Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-10T04:40:29.036Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-10T04:40:29.036Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-10T04:40:29.036Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-10T04:40:29.036Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-10T04:40:29.037Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-10T04:40:29.037Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-10T04:40:29.037Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-10T04:40:29.037Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-10T04:40:29.037Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-10T04:40:29.037Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-10T04:40:29.037Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-10T04:40:29.037Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fdd34aa7-b3ce-4362-b8b1-7fb8fef610ac
2021-10-10T04:40:29.038Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:40:29.038Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vFW 461c9b23-9942 0 is not matching search criteria
2021-10-10T04:40:29.038Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-10T04:40:29.038Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-10T04:40:29.038Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-10T04:40:29.038Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-10T04:40:29.038Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-10T04:40:29.039Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-10T04:40:29.039Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-10T04:40:29.039Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-10T04:40:29.039Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-10T04:40:29.039Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-10T04:40:29.039Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-10T04:40:29.039Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-10T04:40:29.039Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e1e7a599-1f3c-44eb-926f-43a7457897d1
2021-10-10T04:40:29.040Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:40:29.040Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-10-10 04-36-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:40:29.040Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:40:29.040Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-10-10 04-36-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:40:29.040Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:40:29.040Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-10-10 04-36-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:40:29.040Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:40:29.040Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-10-10 04-36-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:40:29.041Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-10-10 04-36-40
Description:catalog service description
Model UUID:cdde7356-9323-4fd9-af05-99540975f595
Model Version:NULL
Model InvariantUuid:c8fd99dc-ca3d-4bd3-98b4-e2cff9f685ec
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 461c9b23-9942
Model UUID:bcb348f0-0fa0-4cdb-b7c0-0f290328c373
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:89eae2de-b9ed-4474-9c07-6a9f466f8f31
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d7cd27e4-aeef-499b-97e2-ba704f3b33c7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0b125aee-4ed5-4f70-a345-bf4e228ccd38
ModelName:Vfw461c9b239942..base_vfw..module-0
ModelUuid:8475abbb-4a42-4e3b-97ae-445b2ac116e7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0b031c6e-145b-4ea3-b098-bcb98c53acc1
ModelInvariantUuid:62706fd7-8276-497d-910f-5c1533451aaa
ModelName:vFW 461c9b23-9942-nodes.vfwCvfc
ModelUuid:83fab4fe-cfed-4422-b8c6-6f995bd75417
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:9f7d0793-f742-4422-b4f7-f19f3c95ffdf
ModelInvariantUuid:0219f91e-c13a-4ccb-aba8-3922d9543ae2
ModelName:Vfw461c9b239942.compute.nodes.heat.vfw
ModelUuid:c8d1ec32-3c42-4c11-8e6c-f7d81c1579a1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:fdd34aa7-b3ce-4362-b8b1-7fb8fef610ac
ModelInvariantUuid:a987d150-37b3-42ee-82d9-8c1e7aaa878b
ModelName:vFW 461c9b23-9942-nodes.vsnCvfc
ModelUuid:c9ec560d-0446-4f94-a61d-7feb8b543782
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:e6afe8b1-c293-4fff-9a27-8faf0b07ecc3
ModelInvariantUuid:b2a78dc0-21c6-444a-9df0-e9ba99b4e7d5
ModelName:Vfw461c9b239942.compute.nodes.heat.vsn
ModelUuid:8c48983e-8cb7-4b13-b43b-56edd45e92cd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:e1e7a599-1f3c-44eb-926f-43a7457897d1
ModelInvariantUuid:dbea2df3-188a-4b56-b6d9-81e7cc3b59f2
ModelName:vFW 461c9b23-9942-nodes.vpgCvfc
ModelUuid:ec1cd96c-0e52-4032-a9f9-d967c880b464
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:0c9ae0d0-9dc5-4353-9096-b073b2ca6544
ModelInvariantUuid:0eba1f69-7a2e-4730-ad7f-664469e337dd
ModelName:Vfw461c9b239942.compute.nodes.heat.vpg
ModelUuid:623417b9-808d-453a-b001-5ad3282b5135
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-10T04:40:29.051Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 92841d5f-202d-4ca0-b8c3-45c4294d83c1
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-10T04:40:29.120Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||vFW 461c9b23-9942 0
2021-10-10T04:40:29.126Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 92841d5f-202d-4ca0-b8c3-45c4294d83c1
2021-10-10T04:40:29.127Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f9ba2e6d-981f-409e-aaa4-d9f060804339 from URL: /sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vfw461c9b2399420_modules.json
2021-10-10T04:40:29.127Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-10-10T04:40:29.127Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vfw461c9b2399420_modules.json
2021-10-10T04:40:29.705Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-10-10T04:40:29.706Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vfw461c9b2399420_modules.json f9ba2e6d-981f-409e-aaa4-d9f060804339 785
2021-10-10T04:40:29.706Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vfw461c9b2399420_modules.json ASDC sendASDCNotification
2021-10-10T04:40:29.707Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vfw461c9b2399420_modules.json
2021-10-10T04:40:29.707Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-10T04:40:29.707Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:40:29.710Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:40:29.710Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633840829706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vfw461c9b2399420_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:40:29.810Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:40:29.811Z||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-10T04:40:29.811Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:40:29.821Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:40:29.822Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:40:30.711Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw461c9b239942..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "0b125aee-4ed5-4f70-a345-bf4e228ccd38",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8475abbb-4a42-4e3b-97ae-445b2ac116e7",
    "vfModuleModelCustomizationUUID": "f1b4e697-bdcb-410c-a1f2-2ccecdf47767",
    "isBase": true,
    "artifacts": [
      "7f794396-a1bf-49e6-a652-8f7b8f673cda",
      "34f35b7c-f3b7-4291-9f3f-9318f53817b1"
    ],
    "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-10T04:40:30.725Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw461c9b239942..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8475abbb-4a42-4e3b-97ae-445b2ac116e7
VfModuleModelInvariantUUID:0b125aee-4ed5-4f70-a345-bf4e228ccd38
VfModuleModelDescription:NULL
Artifacts UUID List:{
7f794396-a1bf-49e6-a652-8f7b8f673cda
,
34f35b7c-f3b7-4291-9f3f-9318f53817b1

}
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-10T04:40:30.727Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw461c9b239942..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "0b125aee-4ed5-4f70-a345-bf4e228ccd38",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8475abbb-4a42-4e3b-97ae-445b2ac116e7",
    "vfModuleModelCustomizationUUID": "f1b4e697-bdcb-410c-a1f2-2ccecdf47767",
    "isBase": true,
    "artifacts": [
      "7f794396-a1bf-49e6-a652-8f7b8f673cda",
      "34f35b7c-f3b7-4291-9f3f-9318f53817b1"
    ],
    "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-10T04:40:30.727Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw461c9b239942..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8475abbb-4a42-4e3b-97ae-445b2ac116e7
VfModuleModelInvariantUUID:0b125aee-4ed5-4f70-a345-bf4e228ccd38
VfModuleModelDescription:NULL
Artifacts UUID List:{
7f794396-a1bf-49e6-a652-8f7b8f673cda
,
34f35b7c-f3b7-4291-9f3f-9318f53817b1

}
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-10T04:40:30.727Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 7f794396-a1bf-49e6-a652-8f7b8f673cda from URL: /sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.yaml
2021-10-10T04:40:30.727Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-10-10T04:40:30.727Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.yaml
2021-10-10T04:40:32.356Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-10-10T04:40:32.357Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.yaml 7f794396-a1bf-49e6-a652-8f7b8f673cda 20368
2021-10-10T04:40:32.358Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-10T04:40:32.358Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.yaml
2021-10-10T04:40:32.358Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-10T04:40:32.358Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:40:32.360Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:40:32.361Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633840832358,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:40:32.461Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:40:32.461Z||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-10T04:40:32.461Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:40:32.473Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:40:32.474Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:40:33.361Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 34f35b7c-f3b7-4291-9f3f-9318f53817b1 from URL: /sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.env
2021-10-10T04:40:33.362Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-10-10T04:40:33.362Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.env
2021-10-10T04:40:34.955Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-10-10T04:40:34.955Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.env 34f35b7c-f3b7-4291-9f3f-9318f53817b1 2098
2021-10-10T04:40:34.955Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-10T04:40:34.955Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.env
2021-10-10T04:40:34.956Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-10T04:40:34.956Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:40:34.958Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:40:34.958Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633840834955,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:40:35.058Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:40:35.059Z||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-10T04:40:35.059Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:40:35.071Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:40:35.071Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:40:35.959Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: cdde7356-9323-4fd9-af05-99540975f595
2021-10-10T04:40:35.960Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 461c9b23-9942 0 92841d5f-202d-4ca0-b8c3-45c4294d83c1 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-10T04:40:35.997Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6513119e, org.onap.sdc.toscaparser.api.parameters.Input@48406436, org.onap.sdc.toscaparser.api.parameters.Input@6727ae5b, org.onap.sdc.toscaparser.api.parameters.Input@22193de2, org.onap.sdc.toscaparser.api.parameters.Input@5ffb57de]
2021-10-10T04:40:36.000Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:40:36.001Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-10-10 04-36-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:40:36.001Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2021-10-10T04:40:36.001Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= d7cd27e4-aeef-499b-97e2-ba704f3b33c7
2021-10-10T04:40:36.001Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d7cd27e4-aeef-499b-97e2-ba704f3b33c7 matches Tosca VF Customization UUID: d7cd27e4-aeef-499b-97e2-ba704f3b33c7
2021-10-10T04:40:36.001Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: d7cd27e4-aeef-499b-97e2-ba704f3b33c7  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-10T04:40:36.007Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:40:36.008Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-10-10 04-36-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:40:36.009Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id d7cd27e4-aeef-499b-97e2-ba704f3b33c7: {\"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-10T04:40:36.010Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5db50c39
2021-10-10T04:40:36.010Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:40:36.010Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-10-10 04-36-40 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-10T04:40:36.011Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f1b4e697-bdcb-410c-a1f2-2ccecdf47767
2021-10-10T04:40:36.012Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f1b4e697-bdcb-410c-a1f2-2ccecdf47767
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-10T04:40:36.018Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:40:36.018Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vFW 461c9b23-9942 0 is matching search criteria
2021-10-10T04:40:36.018Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 461c9b23-9942 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-10T04:40:36.019Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:40:36.019Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vFW 461c9b23-9942 0 is matching search criteria
2021-10-10T04:40:36.019Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 461c9b23-9942 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-10T04:40:36.019Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:40:36.019Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vFW 461c9b23-9942 0 is not matching search criteria
2021-10-10T04:40:36.019Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-10T04:40:36.020Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-10T04:40:36.020Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-10T04:40:36.020Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-10T04:40:36.020Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-10T04:40:36.020Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-10T04:40:36.020Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-10T04:40:36.020Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-10T04:40:36.020Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-10T04:40:36.020Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-10T04:40:36.021Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-10T04:40:36.021Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0b031c6e-145b-4ea3-b098-bcb98c53acc1
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-10T04:40:36.027Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:40:36.027Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vFW 461c9b23-9942 0 is matching search criteria
2021-10-10T04:40:36.027Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 461c9b23-9942 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-10T04:40:36.028Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:40:36.028Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vFW 461c9b23-9942 0 is not matching search criteria
2021-10-10T04:40:36.028Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-10T04:40:36.028Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-10T04:40:36.028Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-10T04:40:36.028Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-10T04:40:36.028Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-10T04:40:36.028Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-10T04:40:36.028Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-10T04:40:36.029Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-10T04:40:36.029Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-10T04:40:36.029Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-10T04:40:36.029Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-10T04:40:36.029Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-10T04:40:36.029Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fdd34aa7-b3ce-4362-b8b1-7fb8fef610ac
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-10T04:40:36.031Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:40:36.031Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vFW 461c9b23-9942 0 is matching search criteria
2021-10-10T04:40:36.031Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 461c9b23-9942 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-10T04:40:36.033Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:40:36.033Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vFW 461c9b23-9942 0 is not matching search criteria
2021-10-10T04:40:36.033Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-10T04:40:36.033Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-10T04:40:36.034Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-10T04:40:36.034Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-10T04:40:36.034Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-10T04:40:36.034Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-10T04:40:36.034Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-10T04:40:36.034Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-10T04:40:36.034Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-10T04:40:36.034Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-10T04:40:36.034Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-10T04:40:36.034Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-10T04:40:36.035Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e1e7a599-1f3c-44eb-926f-43a7457897d1
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-10T04:40:36.037Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:40:36.037Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vFW 461c9b23-9942 0 is matching search criteria
2021-10-10T04:40:36.037Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 461c9b23-9942 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-10T04:40:36.037Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:40:36.038Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vFW 461c9b23-9942 0 is matching search criteria
2021-10-10T04:40:36.038Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 461c9b23-9942 0] matching following query criteria: sdcType=VF, customizationUUID=d7cd27e4-aeef-499b-97e2-ba704f3b33c7
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-10T04:40:36.039Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:40:36.040Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-10-10 04-36-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:40:36.040Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid cdde7356-9323-4fd9-af05-99540975f595: vFW 461c9b23-9942
2021-10-10T04:40:36.040Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:40:36.040Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-10-10 04-36-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:40:36.040Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:40:36.040Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-10-10 04-36-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:40:36.040Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:40:36.041Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-10-10 04-36-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:40:36.041Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:40:36.041Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-10-10 04-36-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:40:36.041Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:40:36.041Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-10-10 04-36-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:40:36.041Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2021-10-10 04-36-40 
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-10T04:40:36.293Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 461c9b23-9942 92841d5f-202d-4ca0-b8c3-45c4294d83c1 1 ASDC deployResourceStructure
2021-10-10T04:40:36.294Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vfw461c9b2399420_modules.json ASDC sendASDCNotification
2021-10-10T04:40:36.294Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vfw461c9b2399420_modules.json
2021-10-10T04:40:36.294Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-10T04:40:36.294Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:40:36.295Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:40:36.295Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633840836294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vfw461c9b2399420_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-10T04:40:36.396Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-10T04:40:36.397Z||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-10T04:40:36.397Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:40:36.409Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:40:36.410Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-10T04:40:37.296Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-10T04:40:37.297Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.yaml
2021-10-10T04:40:37.297Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-10T04:40:37.297Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:40:37.299Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:40:37.299Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633840837296,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-10-10T04:40:37.399Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:40:37.400Z||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-10T04:40:37.401Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:40:37.414Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:40:37.414Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:40:38.300Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-10T04:40:38.300Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.env
2021-10-10T04:40:38.301Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-10T04:40:38.301Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:40:38.303Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:40:38.303Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633840838300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-10-10T04:40:38.403Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:40:38.403Z||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-10T04:40:38.404Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:40:38.416Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:40:38.416Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-10T04:40:39.304Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar ASDC sendASDCNotification
2021-10-10T04:40:39.304Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar
2021-10-10T04:40:39.304Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-10T04:40:39.305Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:40:39.307Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:40:39.307Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633840839304,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-10T04:40:39.407Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:40:39.408Z||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-10T04:40:39.408Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:40:39.419Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:40:39.419Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:40:40.308Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 056e7d1d-0755-4c85-b5e8-f1283b7a36e3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T04:40:40.329Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 056e7d1d-0755-4c85-b5e8-f1283b7a36e3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:40:40.333Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-10T04:40:40.333Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-10T04:40:40.333Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-10T04:40:40.333Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-10T04:40:40.333Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-10T04:40:40.333Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-10T04:40:40.333Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-10T04:40:40.333Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-10T04:40:40.334Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-10T04:40:40.334Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-10T04:40:40.334Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||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-10T04:40:40.340Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-10T04:41:10.340Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 056e7d1d-0755-4c85-b5e8-f1283b7a36e3 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-10T04:41:10.352Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 056e7d1d-0755-4c85-b5e8-f1283b7a36e3 and serviceModelVersionId: cdde7356-9323-4fd9-af05-99540975f595
2021-10-10T04:41:10.352Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c8fd99dc-ca3d-4bd3-98b4-e2cff9f685ec
2021-10-10T04:41:16.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:41:16.877Z||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-10T04:41:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:41:17.003Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:41:17.004Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:41:17.004Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633840816875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:41:17.006Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:41:22.041Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c8fd99dc-ca3d-4bd3-98b4-e2cff9f685ec/model-vers/model-ver/cdde7356-9323-4fd9-af05-99540975f595?depth=0
2021-10-10T04:41:22.141Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-10-10T04:41:22.649Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c8fd99dc-ca3d-4bd3-98b4-e2cff9f685ec/model-vers/model-ver/cdde7356-9323-4fd9-af05-99540975f595?depth=0|INFO|500||Invoke
2021-10-10T04:41:22.655Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c8fd99dc-ca3d-4bd3-98b4-e2cff9f685ec/model-vers/model-ver/cdde7356-9323-4fd9-af05-99540975f595?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c8fd99dc-ca3d-4bd3-98b4-e2cff9f685ec/model-vers/model-ver/cdde7356-9323-4fd9-af05-99540975f595?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[056e7d1d-0755-4c85-b5e8-f1283b7a36e3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[97112ab5-aa66-4f32-b91e-695fd7977e79], X-ECOMP-RequestID=[056e7d1d-0755-4c85-b5e8-f1283b7a36e3], X-TransactionId=[], X-ONAP-RequestID=[056e7d1d-0755-4c85-b5e8-f1283b7a36e3], Content-Type=[application/merge-patch+json]}
2021-10-10T04:41:22.936Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c8fd99dc-ca3d-4bd3-98b4-e2cff9f685ec/model-vers/model-ver/cdde7356-9323-4fd9-af05-99540975f595?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-10T04:41:23.366Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c8fd99dc-ca3d-4bd3-98b4-e2cff9f685ec/model-vers/model-ver/cdde7356-9323-4fd9-af05-99540975f595?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/c8fd99dc-ca3d-4bd3-98b4-e2cff9f685ec/model-vers/model-ver/cdde7356-9323-4fd9-af05-99540975f595?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211010-04:41:22:944-21324], vertex-id=[221256], Content-Length=[0], Date=[Sun, 10 Oct 2021 04:41:22 GMT], Content-Type=[application/json]}
2021-10-10T04:41:23.367Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c8fd99dc-ca3d-4bd3-98b4-e2cff9f685ec/model-vers/model-ver/cdde7356-9323-4fd9-af05-99540975f595?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-10T04:41:23.368Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c8fd99dc-ca3d-4bd3-98b4-e2cff9f685ec/model-vers/model-ver/cdde7356-9323-4fd9-af05-99540975f595?depth=0|INFO|500||InvokeReturn
2021-10-10T04:41:23.371Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-10T04:41:23.371Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||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-10T04:41:23.375Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||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-10T04:41:23.381Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 056e7d1d-0755-4c85-b5e8-f1283b7a36e3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-10T04:41:23.382Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-10T04:41:23.382Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:41:23.384Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:41:23.384Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633840883381,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-10T04:41:23.485Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-10T04:41:23.485Z||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-10T04:41:23.486Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:41:23.496Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:41:23.497Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 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-10T04:41:24.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:41:24.405Z||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-10T04:41:24.405Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:41:25.026Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:41:25.027Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-10T04:41:25.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"2e0090de-3e98-4a0c-a654-9ec84ef802a8","serviceName":"basic_onboard_hjQiiS","serviceVersion":"1.0","serviceUUID":"049108f1-dd40-4bbd-bd47-11574aa78956","serviceDescription":"service","serviceInvariantUUID":"cfb8694f-f6ae-4a64-822a-3ae0bb1dfa62","resources":[{"resourceInstanceName":"basic_onboard_hjQiiS 0","resourceName":"basic_onboard_hjQiiS","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"411eb17b-92d9-4638-8feb-885b266f0ba1","resourceInvariantUUID":"e3eb42e1-b1b9-4eb1-9607-dbedb1d3552e","resourceCustomizationUUID":"41d7c56d-77bf-4ff6-9ea7-090d51fd0d65","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/vf-license-model.xml","artifactChecksum":"MzBiNjkxOTM0YTVmNzc2YTJjMjIzMmZjNGY4Mzc0ZDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"547426fc-a861-444f-90ab-02605579ec1a","artifactVersion":"1"},{"artifactName":"basic_onboard_hjqiis0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/basic_onboard_hjqiis0_modules.json","artifactChecksum":"NGU4NDRiZDUzYWZhNDU5ZjNkNDE5NTA4Y2FiOWE5NTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8052983c-1fd9-4789-9699-f3d1cbfd9059","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"387104d6-b9e0-445a-a944-1f2f1d7a8da9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fd217cc4-21f1-40a7-8407-32a49e22fda6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b4631211-cb6b-407d-ba80-cbcafb757223","artifactVersion":"2","generatedFromUUID":"387104d6-b9e0-445a-a944-1f2f1d7a8da9"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardHjqiis-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-template.yml","artifactChecksum":"NDZiOGRiMjQ1MDk1MDcxNTkwYmZiODBiZjI4MDQ5NjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7926db9c-48b6-4bfa-800b-987c6d987cf1","artifactVersion":"1"},{"artifactName":"service-BasicOnboardHjqiis-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar","artifactChecksum":"ZjNkNjU4YTNkMTE1MjFlODA0YzU1NjQzZjMzZTYxMTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1e621bbf-9443-4032-8231-2971f8404168","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-10T04:41:25.031Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T04:41:25.031Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:41:25.033Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:41:25.033Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633840884404,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:41:25.133Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:41:25.134Z||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-10T04:41:25.134Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:41:25.145Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:41:25.146Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-10T04:41:26.033Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T04:41:26.034Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:41:26.037Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:41:26.037Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633840884404,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/basic_onboard_hjqiis0_modules.json",
  "status": "NOTIFIED"
}
2021-10-10T04:41:26.137Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:41:26.137Z||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-10T04:41:26.137Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:41:26.149Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:41:26.149Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:41:27.037Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T04:41:27.038Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:41:27.040Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:41:27.041Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633840884404,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-10T04:41:27.141Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:41:27.142Z||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-10T04:41:27.142Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:41:27.154Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:41:27.155Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:41:28.041Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T04:41:28.042Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:41:28.044Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:41:28.044Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633840884404,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:41:28.145Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-10T04:41:28.145Z||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-10T04:41:28.146Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:41:28.157Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:41:28.158Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:41:29.045Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T04:41:29.047Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:41:29.049Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:41:29.049Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633840884404,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-10T04:41:29.149Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:41:29.150Z||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-10T04:41:29.150Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:41:29.162Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:41:29.163Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:41:30.050Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T04:41:30.050Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:41:30.052Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:41:30.052Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633840884404,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:41:30.153Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-10T04:41:30.154Z||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-10T04:41:30.154Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:41:30.165Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:41:30.165Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:41:31.053Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T04:41:31.055Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:41:31.057Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:41:31.057Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633840884404,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T04:41:31.157Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:41:31.158Z||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-10T04:41:31.158Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:41:31.171Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:41:31.172Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:41:32.060Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "serviceName": "basic_onboard_hjQiiS",
  "serviceVersion": "1.0",
  "serviceUUID": "049108f1-dd40-4bbd-bd47-11574aa78956",
  "serviceDescription": "service",
  "serviceInvariantUUID": "cfb8694f-f6ae-4a64-822a-3ae0bb1dfa62",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_hjQiiS 0",
      "resourceCustomizationUUID": "41d7c56d-77bf-4ff6-9ea7-090d51fd0d65",
      "resourceName": "basic_onboard_hjQiiS",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "411eb17b-92d9-4638-8feb-885b266f0ba1",
      "resourceInvariantUUID": "e3eb42e1-b1b9-4eb1-9607-dbedb1d3552e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_hjqiis0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/basic_onboard_hjqiis0_modules.json",
          "artifactChecksum": "NGU4NDRiZDUzYWZhNDU5ZjNkNDE5NTA4Y2FiOWE5NTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8052983c-1fd9-4789-9699-f3d1cbfd9059",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "387104d6-b9e0-445a-a944-1f2f1d7a8da9",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b4631211-cb6b-407d-ba80-cbcafb757223",
            "generatedFromUUID": "387104d6-b9e0-445a-a944-1f2f1d7a8da9"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b4631211-cb6b-407d-ba80-cbcafb757223",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardHjqiis-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar",
      "artifactChecksum": "ZjNkNjU4YTNkMTE1MjFlODA0YzU1NjQzZjMzZTYxMTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1e621bbf-9443-4032-8231-2971f8404168"
    }
  ],
  "workloadContext": "Production"
}
2021-10-10T04:41:32.061Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-10T04:41:32.061Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 049108f1-dd40-4bbd-bd47-11574aa78956 ASDC
2021-10-10T04:41:32.061Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:2e0090de-3e98-4a0c-a654-9ec84ef802a8
ServiceName:basic_onboard_hjQiiS
ServiceVersion:1.0
ServiceUUID:049108f1-dd40-4bbd-bd47-11574aa78956
ServiceInvariantUUID:cfb8694f-f6ae-4a64-822a-3ae0bb1dfa62
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardHjqiis-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar
ArtifactUUID:1e621bbf-9443-4032-8231-2971f8404168
ArtifactChecksum:ZjNkNjU4YTNkMTE1MjFlODA0YzU1NjQzZjMzZTYxMTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_hjQiiS 0
ResourceCustomizationUUID:41d7c56d-77bf-4ff6-9ea7-090d51fd0d65
ResourceInvariantUUID:e3eb42e1-b1b9-4eb1-9607-dbedb1d3552e
ResourceName:basic_onboard_hjQiiS
ResourceType:VF
ResourceUUID:411eb17b-92d9-4638-8feb-885b266f0ba1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_hjqiis0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/basic_onboard_hjqiis0_modules.json
ArtifactUUID:8052983c-1fd9-4789-9699-f3d1cbfd9059
ArtifactChecksum:NGU4NDRiZDUzYWZhNDU5ZjNkNDE5NTA4Y2FiOWE5NTg=
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/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.yaml
ArtifactUUID:387104d6-b9e0-445a-a944-1f2f1d7a8da9
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/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.env
ArtifactUUID:b4631211-cb6b-407d-ba80-cbcafb757223
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/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.env
ArtifactUUID:b4631211-cb6b-407d-ba80-cbcafb757223
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-10T04:41:32.061Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 049108f1-dd40-4bbd-bd47-11574aa78956 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-10T04:41:32.098Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-10T04:41:32.098Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-10T04:41:32.098Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-10T04:41:32.099Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1e621bbf-9443-4032-8231-2971f8404168 from URL: /sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar
2021-10-10T04:41:32.099Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-10T04:41:32.099Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar
2021-10-10T04:41:33.376Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-10T04:41:33.382Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar 1e621bbf-9443-4032-8231-2971f8404168 71386
2021-10-10T04:41:33.382Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar ASDC sendASDCNotification
2021-10-10T04:41:33.382Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar
2021-10-10T04:41:33.382Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-10T04:41:33.383Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:41:33.385Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:41:33.385Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633840893382,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:41:33.485Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:41:33.486Z||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-10T04:41:33.486Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:41:33.496Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:41:33.496Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:41:34.385Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-10T04:41:34.387Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-10T04:41:34.387Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 1e621bbf-9443-4032-8231-2971f8404168, URL: /sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar to file: /app/ASDC/1/service-BasicOnboardHjqiis-csar.csar
2021-10-10T04:41:34.387Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardHjqiis-csar.csar
2021-10-10T04:41:34.388Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardHjqiis-csar.csar
2021-10-10T04:41:34.388Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardHjqiis-csar.csar
2021-10-10T04:41:34.507Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18416951534495208924/Definitions/service-BasicOnboardHjqiis-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-10T04:41:35.862Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-10T04:41:35.862Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-10T04:41:35.862Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardHjqiis-csar.csar
2021-10-10T04:41:35.862Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-10T04:41:35.863Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_hjQiiS 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-BasicOnboardHjqiis-csar.csar
2021-10-10T04:41:35.863Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||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-BasicOnboardHjqiis-csar.csar
2021-10-10T04:41:35.863Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHjqiis-csar.csar
2021-10-10T04:41:35.863Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHjqiis-csar.csar
2021-10-10T04:41:35.863Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHjqiis-csar.csar
2021-10-10T04:41:35.863Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardHjqiis-csar.csar
2021-10-10T04:41:35.863Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardHjqiis-csar.csar
2021-10-10T04:41:35.863Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHjqiis-csar.csar
2021-10-10T04:41:35.863Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardHjqiis-csar.csar
2021-10-10T04:41:35.863Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-10T04:41:35.863Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:41:35.863Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hjQiiS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:41:35.863Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_hjQiiS 0 is matching search criteria
2021-10-10T04:41:35.863Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-10T04:41:35.864Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_hjQiiS 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-10T04:41:35.864Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:41:35.864Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hjQiiS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:41:35.864Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_hjQiiS 0 is matching search criteria
2021-10-10T04:41:35.864Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-10T04:41:35.864Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_hjQiiS 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-10T04:41:35.864Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:41:35.864Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hjQiiS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:41:35.864Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:41:35.864Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_hjQiiS 0 is not matching search criteria
2021-10-10T04:41:35.865Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-10-10T04:41:35.865Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-10-10T04:41:35.865Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-10-10T04:41:35.865Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-10T04:41:35.865Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-10T04:41:35.865Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:41:35.865Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hjQiiS is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-10T04:41:35.865Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:41:35.865Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_hjQiiS 0 is matching search criteria
2021-10-10T04:41:35.865Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_hjQiiS 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-10T04:41:35.865Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:41:35.866Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_hjQiiS 0 is matching search criteria
2021-10-10T04:41:35.866Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_hjQiiS 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-10T04:41:35.866Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:41:35.866Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_hjQiiS 0 is matching search criteria
2021-10-10T04:41:35.866Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_hjQiiS 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-10T04:41:35.866Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:41:35.866Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_hjQiiS 0 is not matching search criteria
2021-10-10T04:41:35.866Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-10T04:41:35.866Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-10T04:41:35.866Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b0da4c52-199b-4103-86e4-6f76fd1ca7e5
2021-10-10T04:41:35.866Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:41:35.866Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hjQiiS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:41:35.867Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:41:35.867Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hjQiiS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:41:35.867Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:41:35.867Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hjQiiS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:41:35.867Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:41:35.867Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hjQiiS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:41:35.867Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_hjQiiS
Description:service
Model UUID:049108f1-dd40-4bbd-bd47-11574aa78956
Model Version:NULL
Model InvariantUuid:cfb8694f-f6ae-4a64-822a-3ae0bb1dfa62
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_hjQiiS
Model UUID:66fd07b6-f21b-4d50-9dc1-c3fae95e0602
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e3eb42e1-b1b9-4eb1-9607-dbedb1d3552e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:41d7c56d-77bf-4ff6-9ea7-090d51fd0d65
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:74057c80-8f16-4131-9201-1b4459033f03
ModelName:BasicOnboardHjqiis..base_ubuntu18..module-0
ModelUuid:63c92cfe-4fa7-47d3-9253-8bc4817d0c63
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b0da4c52-199b-4103-86e4-6f76fd1ca7e5
ModelInvariantUuid:2ee67d7b-f9d2-4199-b588-b187085443f8
ModelName:basic_onboard_hjQiiS-nodes.ubuntu18Cvfc
ModelUuid:eec323a7-5f6a-45be-8335-00596ae35364
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:78c61769-ab17-4a8e-a388-7cb5fa7c2885
ModelInvariantUuid:7d517cf7-7237-4652-b946-82cf528ee45e
ModelName:BasicOnboardHjqiis.compute.nodes.heat.ubuntu18
ModelUuid:e717b39c-04a1-4162-93ef-2b180c5f03c5
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-10T04:41:35.873Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 411eb17b-92d9-4638-8feb-885b266f0ba1
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-10T04:41:35.876Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||basic_onboard_hjQiiS 0
2021-10-10T04:41:35.876Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 411eb17b-92d9-4638-8feb-885b266f0ba1
2021-10-10T04:41:35.876Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8052983c-1fd9-4789-9699-f3d1cbfd9059 from URL: /sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/basic_onboard_hjqiis0_modules.json
2021-10-10T04:41:35.876Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-10T04:41:35.876Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/basic_onboard_hjqiis0_modules.json
2021-10-10T04:41:36.398Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-10T04:41:36.399Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/basic_onboard_hjqiis0_modules.json 8052983c-1fd9-4789-9699-f3d1cbfd9059 798
2021-10-10T04:41:36.399Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/basic_onboard_hjqiis0_modules.json ASDC sendASDCNotification
2021-10-10T04:41:36.399Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/basic_onboard_hjqiis0_modules.json
2021-10-10T04:41:36.399Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-10T04:41:36.400Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:41:36.402Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:41:36.402Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633840896399,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/basic_onboard_hjqiis0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:41:36.502Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:41:36.502Z||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-10T04:41:36.502Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:41:36.513Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:41:36.513Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:41:37.402Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardHjqiis..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "74057c80-8f16-4131-9201-1b4459033f03",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "63c92cfe-4fa7-47d3-9253-8bc4817d0c63",
    "vfModuleModelCustomizationUUID": "031be32b-6f78-4d2e-9b14-58fe188bbcc9",
    "isBase": true,
    "artifacts": [
      "387104d6-b9e0-445a-a944-1f2f1d7a8da9",
      "b4631211-cb6b-407d-ba80-cbcafb757223"
    ],
    "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-10T04:41:37.407Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardHjqiis..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:63c92cfe-4fa7-47d3-9253-8bc4817d0c63
VfModuleModelInvariantUUID:74057c80-8f16-4131-9201-1b4459033f03
VfModuleModelDescription:NULL
Artifacts UUID List:{
387104d6-b9e0-445a-a944-1f2f1d7a8da9
,
b4631211-cb6b-407d-ba80-cbcafb757223

}
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-10T04:41:37.409Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardHjqiis..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "74057c80-8f16-4131-9201-1b4459033f03",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "63c92cfe-4fa7-47d3-9253-8bc4817d0c63",
    "vfModuleModelCustomizationUUID": "031be32b-6f78-4d2e-9b14-58fe188bbcc9",
    "isBase": true,
    "artifacts": [
      "387104d6-b9e0-445a-a944-1f2f1d7a8da9",
      "b4631211-cb6b-407d-ba80-cbcafb757223"
    ],
    "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-10T04:41:37.409Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardHjqiis..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:63c92cfe-4fa7-47d3-9253-8bc4817d0c63
VfModuleModelInvariantUUID:74057c80-8f16-4131-9201-1b4459033f03
VfModuleModelDescription:NULL
Artifacts UUID List:{
387104d6-b9e0-445a-a944-1f2f1d7a8da9
,
b4631211-cb6b-407d-ba80-cbcafb757223

}
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-10T04:41:37.409Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 387104d6-b9e0-445a-a944-1f2f1d7a8da9 from URL: /sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.yaml
2021-10-10T04:41:37.409Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-10T04:41:37.409Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.yaml
2021-10-10T04:41:37.997Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-10T04:41:37.997Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.yaml 387104d6-b9e0-445a-a944-1f2f1d7a8da9 5033
2021-10-10T04:41:37.997Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-10T04:41:37.998Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.yaml
2021-10-10T04:41:37.998Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-10T04:41:37.998Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:41:38.000Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:41:38.000Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633840897997,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:41:38.100Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-10T04:41:38.101Z||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-10T04:41:38.101Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:41:38.112Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:41:38.113Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:41:39.001Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b4631211-cb6b-407d-ba80-cbcafb757223 from URL: /sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.env
2021-10-10T04:41:39.002Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-10T04:41:39.002Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.env
2021-10-10T04:41:39.152Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-10T04:41:39.152Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.env b4631211-cb6b-407d-ba80-cbcafb757223 909
2021-10-10T04:41:39.152Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-10T04:41:39.153Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.env
2021-10-10T04:41:39.153Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-10T04:41:39.153Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:41:39.155Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:41:39.155Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633840899152,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:41:39.255Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:41:39.256Z||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-10T04:41:39.256Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:41:39.269Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:41:39.269Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:41:40.156Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 049108f1-dd40-4bbd-bd47-11574aa78956
2021-10-10T04:41:40.157Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_hjQiiS 0 411eb17b-92d9-4638-8feb-885b266f0ba1 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-10T04:41:40.171Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@21a0325d, org.onap.sdc.toscaparser.api.parameters.Input@6c70ed7d, org.onap.sdc.toscaparser.api.parameters.Input@41c49e8e, org.onap.sdc.toscaparser.api.parameters.Input@1e6a1c79, org.onap.sdc.toscaparser.api.parameters.Input@3ef8f733]
2021-10-10T04:41:40.173Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:41:40.173Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hjQiiS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:41:40.173Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2021-10-10T04:41:40.173Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 41d7c56d-77bf-4ff6-9ea7-090d51fd0d65
2021-10-10T04:41:40.173Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 41d7c56d-77bf-4ff6-9ea7-090d51fd0d65 matches Tosca VF Customization UUID: 41d7c56d-77bf-4ff6-9ea7-090d51fd0d65
2021-10-10T04:41:40.174Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 41d7c56d-77bf-4ff6-9ea7-090d51fd0d65  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-10T04:41:40.176Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:41:40.177Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hjQiiS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:41:40.178Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 41d7c56d-77bf-4ff6-9ea7-090d51fd0d65: {\"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-10T04:41:40.178Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@15cce252
2021-10-10T04:41:40.178Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:41:40.179Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hjQiiS is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-10T04:41:40.179Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 031be32b-6f78-4d2e-9b14-58fe188bbcc9
2021-10-10T04:41:40.179Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 031be32b-6f78-4d2e-9b14-58fe188bbcc9
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-10T04:41:40.182Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:41:40.183Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_hjQiiS 0 is matching search criteria
2021-10-10T04:41:40.183Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_hjQiiS 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-10T04:41:40.183Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:41:40.183Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_hjQiiS 0 is matching search criteria
2021-10-10T04:41:40.183Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_hjQiiS 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-10T04:41:40.184Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:41:40.184Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_hjQiiS 0 is not matching search criteria
2021-10-10T04:41:40.184Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-10T04:41:40.184Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-10T04:41:40.184Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b0da4c52-199b-4103-86e4-6f76fd1ca7e5
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-10T04:41:40.186Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:41:40.187Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_hjQiiS 0 is matching search criteria
2021-10-10T04:41:40.187Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_hjQiiS 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-10T04:41:40.187Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:41:40.188Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_hjQiiS 0 is matching search criteria
2021-10-10T04:41:40.188Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_hjQiiS 0] matching following query criteria: sdcType=VF, customizationUUID=41d7c56d-77bf-4ff6-9ea7-090d51fd0d65
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-10T04:41:40.190Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:41:40.190Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hjQiiS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:41:40.190Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 049108f1-dd40-4bbd-bd47-11574aa78956: basic_onboard_hjQiiS
2021-10-10T04:41:40.191Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:41:40.191Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hjQiiS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:41:40.191Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:41:40.191Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hjQiiS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:41:40.191Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:41:40.192Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hjQiiS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:41:40.192Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:41:40.192Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hjQiiS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:41:40.193Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:41:40.193Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hjQiiS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:41:40.193Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_hjQiiS 
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-10T04:41:40.269Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_hjQiiS 411eb17b-92d9-4638-8feb-885b266f0ba1 1 ASDC deployResourceStructure
2021-10-10T04:41:40.269Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/basic_onboard_hjqiis0_modules.json ASDC sendASDCNotification
2021-10-10T04:41:40.269Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/basic_onboard_hjqiis0_modules.json
2021-10-10T04:41:40.269Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-10T04:41:40.269Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:41:40.271Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:41:40.271Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633840900269,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/basic_onboard_hjqiis0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-10T04:41:40.371Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:41:40.372Z||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-10T04:41:40.373Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:41:40.385Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:41:40.385Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:41:41.272Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-10T04:41:41.272Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.yaml
2021-10-10T04:41:41.272Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-10T04:41:41.273Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:41:41.275Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:41:41.275Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633840901272,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-10T04:41:41.375Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:41:41.376Z||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-10T04:41:41.376Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:41:41.386Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:41:41.387Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:41:42.276Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-10T04:41:42.276Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.env
2021-10-10T04:41:42.277Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-10T04:41:42.277Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:41:42.279Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:41:42.279Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633840902276,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-10T04:41:42.380Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:41:42.381Z||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-10T04:41:42.381Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:41:42.393Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:41:42.394Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:41:43.280Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar ASDC sendASDCNotification
2021-10-10T04:41:43.281Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar
2021-10-10T04:41:43.281Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-10T04:41:43.281Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:41:43.283Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:41:43.283Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633840903280,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-10T04:41:43.383Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:41:43.384Z||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-10T04:41:43.384Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:41:43.396Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:41:43.397Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:41:44.284Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2e0090de-3e98-4a0c-a654-9ec84ef802a8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T04:41:44.295Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2e0090de-3e98-4a0c-a654-9ec84ef802a8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:41:44.298Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-10T04:41:44.298Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-10T04:41:44.298Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-10T04:42:14.298Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2e0090de-3e98-4a0c-a654-9ec84ef802a8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T04:42:14.308Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2e0090de-3e98-4a0c-a654-9ec84ef802a8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:42:14.310Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-10T04:42:14.310Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-10T04:42:14.310Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-10T04:42:16.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:42:16.877Z||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-10T04:42:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:42:16.903Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:42:16.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633840816875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vfw461c9b2399420_modules.json",
  "status": "NOTIFIED"
}
2021-10-10T04:42:16.910Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:42:16.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633840816875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-10-10T04:42:16.910Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:42:16.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633840816875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.911Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:42:16.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633840816875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-10-10T04:42:16.911Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:42:16.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633840816875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.912Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:42:16.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633840816875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T04:42:16.912Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:42:16.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633840825062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:42:16.913Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:42:16.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633840829706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vfw461c9b2399420_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:42:16.913Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:42:16.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633840832358,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:42:16.914Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:42:16.914Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633840834955,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:42:16.914Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:42:16.914Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633840836294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vfw461c9b2399420_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-10T04:42:16.915Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:42:16.915Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.915Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633840837296,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-10-10T04:42:16.915Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:42:16.915Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.915Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633840838300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-10-10T04:42:16.915Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:42:16.915Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.915Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633840839304,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-10T04:42:16.915Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:42:16.915Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.915Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "cds",
  "timestamp": 1633840845402,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.916Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:42:16.916Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.916Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "dcae-sch",
  "timestamp": 1633840849805,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.916Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:42:16.916Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.916Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "cds",
  "timestamp": 1633840845402,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/basic_onboard_hjqiis0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.916Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:42:16.916Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.916Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "dcae-sch",
  "timestamp": 1633840849805,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/basic_onboard_hjqiis0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.917Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:42:16.917Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.917Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "cds",
  "timestamp": 1633840845402,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.917Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:42:16.917Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.917Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "dcae-sch",
  "timestamp": 1633840849805,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.917Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:42:16.917Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.917Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "cds",
  "timestamp": 1633840845402,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.917Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:42:16.917Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.917Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "dcae-sch",
  "timestamp": 1633840849805,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.917Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:42:16.918Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.918Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "cds",
  "timestamp": 1633840845402,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.918Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:42:16.918Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.918Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "dcae-sch",
  "timestamp": 1633840849805,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.918Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:42:16.918Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.918Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "policy-id",
  "timestamp": 1633840856445,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.918Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:42:16.918Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.918Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "cds",
  "timestamp": 1633840845402,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.918Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:42:16.918Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.918Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "dcae-sch",
  "timestamp": 1633840849805,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.918Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:42:16.918Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.918Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633840856991,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.918Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:42:16.919Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.919Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "policy-id",
  "timestamp": 1633840856445,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/basic_onboard_hjqiis0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.919Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:42:16.919Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.919Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "cds",
  "timestamp": 1633840845402,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T04:42:16.919Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:42:16.919Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.919Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "dcae-sch",
  "timestamp": 1633840849805,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.919Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:42:16.919Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.919Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633840856991,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/basic_onboard_hjqiis0_modules.json",
  "status": "NOTIFIED"
}
2021-10-10T04:42:16.919Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:42:16.919Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.919Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "policy-id",
  "timestamp": 1633840856445,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-10T04:42:16.919Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:42:16.919Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.919Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "cds",
  "timestamp": 1633840859421,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:42:16.919Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:42:16.919Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.920Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633840856991,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-10T04:42:16.920Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:42:16.920Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.920Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "policy-id",
  "timestamp": 1633840856445,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.920Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:42:16.920Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.920Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "cds",
  "timestamp": 1633840860425,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-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-10T04:42:16.926Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2e0090de-3e98-4a0c-a654-9ec84ef802a8
2021-10-10T04:42:16.926Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e0090de-3e98-4a0c-a654-9ec84ef802a8 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-10T04:42:16.936Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.936Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633840856991,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.936Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:42:16.936Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.936Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "policy-id",
  "timestamp": 1633840856445,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.937Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:42:16.937Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.937Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633840856991,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-10T04:42:16.937Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:42:16.937Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.937Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633840861103,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.937Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:42:16.937Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.937Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "policy-id",
  "timestamp": 1633840856445,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.938Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:42:16.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.938Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633840856991,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.938Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:42:16.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.938Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633840861103,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/basic_onboard_hjqiis0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.938Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:42:16.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.938Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "policy-id",
  "timestamp": 1633840856445,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T04:42:16.938Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:42:16.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.938Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633840856991,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T04:42:16.939Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:42:16.939Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.939Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633840861103,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.939Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:42:16.939Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.939Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633840863574,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.939Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:42:16.939Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.939Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "policy-id",
  "timestamp": 1633840864274,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:42:16.939Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:42:16.939Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.940Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633840861103,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.940Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:42:16.940Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.940Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633840864815,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/basic_onboard_hjqiis0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:42:16.940Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:42:16.940Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.940Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633840863574,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/basic_onboard_hjqiis0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.940Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:42:16.940Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "policy-id",
  "timestamp": 1633840865278,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-10T04:42:16.941Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:42:16.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633840861103,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.941Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:42:16.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633840866040,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:42:16.942Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:42:16.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633840863574,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.942Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:42:16.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "clamp",
  "timestamp": 1633840865609,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.942Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:42:16.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "policy-id",
  "timestamp": 1633840866281,
  "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-10T04:42:16.948Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2e0090de-3e98-4a0c-a654-9ec84ef802a8
2021-10-10T04:42:16.948Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e0090de-3e98-4a0c-a654-9ec84ef802a8 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-10T04:42:16.957Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.957Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633840861103,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.958Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:42:16.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633840863574,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.958Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:42:16.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "clamp",
  "timestamp": 1633840865609,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/basic_onboard_hjqiis0_modules.json",
  "status": "NOTIFIED"
}
2021-10-10T04:42:16.958Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:42:16.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633840867607,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:42:16.958Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:42:16.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633840861103,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.958Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:42:16.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633840863574,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.958Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:42:16.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "clamp",
  "timestamp": 1633840865609,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.959Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:42:16.959Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.959Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633840868629,
  "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-10T04:42:16.965Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2e0090de-3e98-4a0c-a654-9ec84ef802a8
2021-10-10T04:42:16.965Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e0090de-3e98-4a0c-a654-9ec84ef802a8 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-10T04:42:16.973Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.973Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633840863574,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.973Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:42:16.973Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.974Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "clamp",
  "timestamp": 1633840865609,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.974Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:42:16.974Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.974Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633840869634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/basic_onboard_hjqiis0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-10T04:42:16.974Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:42:16.974Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.974Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633840863574,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T04:42:16.974Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:42:16.974Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.974Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "clamp",
  "timestamp": 1633840865609,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.975Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:42:16.975Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.975Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "clamp",
  "timestamp": 1633840865609,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.975Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:42:16.975Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.975Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "aai-ml",
  "timestamp": 1633840870643,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.975Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:42:16.975Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.975Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "clamp",
  "timestamp": 1633840865609,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T04:42:16.975Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:42:16.975Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.975Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "aai-ml",
  "timestamp": 1633840870643,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/basic_onboard_hjqiis0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.975Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:42:16.975Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.975Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633840872907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:42:16.975Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:42:16.976Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.976Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "aai-ml",
  "timestamp": 1633840870643,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.976Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:42:16.976Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.976Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "aai-ml",
  "timestamp": 1633840870643,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.976Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:42:16.976Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.976Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633840875182,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-10T04:42:16.976Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:42:16.976Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.976Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "aai-ml",
  "timestamp": 1633840870643,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.976Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:42:16.976Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.976Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633840876186,
  "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-10T04:42:16.982Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2e0090de-3e98-4a0c-a654-9ec84ef802a8
2021-10-10T04:42:16.982Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e0090de-3e98-4a0c-a654-9ec84ef802a8 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-10T04:42:16.991Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.991Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "aai-ml",
  "timestamp": 1633840870643,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.991Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:42:44.310Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2e0090de-3e98-4a0c-a654-9ec84ef802a8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T04:42:44.322Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2e0090de-3e98-4a0c-a654-9ec84ef802a8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:42:44.326Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-10T04:42:44.327Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-10T04:42:44.327Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-10T04:43:14.327Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2e0090de-3e98-4a0c-a654-9ec84ef802a8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T04:43:14.338Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2e0090de-3e98-4a0c-a654-9ec84ef802a8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:43:14.343Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-10T04:43:14.343Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-10T04:43:14.343Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-10T04:43:16.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:43:16.877Z||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-10T04:43:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:43:16.899Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:43:16.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:43:16.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "aai-ml",
  "timestamp": 1633840870643,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T04:43:16.901Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:43:44.343Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2e0090de-3e98-4a0c-a654-9ec84ef802a8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T04:43:44.352Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2e0090de-3e98-4a0c-a654-9ec84ef802a8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:43:44.355Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-10T04:43:44.356Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-10T04:43:44.356Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-10T04:44:14.356Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2e0090de-3e98-4a0c-a654-9ec84ef802a8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T04:44:14.369Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2e0090de-3e98-4a0c-a654-9ec84ef802a8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:44:14.372Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-10T04:44:14.373Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-10T04:44:14.373Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-10T04:44:16.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:44:16.878Z||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-10T04:44:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:44:17.433Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:44:17.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:44:17.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "aai-ml",
  "timestamp": 1633840878438,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:44:17.436Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:44:17.436Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:44:17.436Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "clamp",
  "timestamp": 1633840879334,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:44:17.437Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:44:17.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:44:17.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "clamp",
  "timestamp": 1633840881344,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-10T04:44:17.437Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:44:17.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:44:17.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "clamp",
  "timestamp": 1633840882349,
  "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-10T04:44:17.445Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2e0090de-3e98-4a0c-a654-9ec84ef802a8
2021-10-10T04:44:17.445Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e0090de-3e98-4a0c-a654-9ec84ef802a8 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-10T04:44:17.457Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:44:17.457Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633840883381,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-10T04:44:17.458Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:44:17.458Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:44:17.458Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "aai-ml",
  "timestamp": 1633840884743,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-10T04:44:17.458Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:44:17.458Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:44:17.458Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633840884404,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:44:17.458Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:44:17.458Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:44:17.458Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "aai-ml",
  "timestamp": 1633840885746,
  "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-10T04:44:17.464Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2e0090de-3e98-4a0c-a654-9ec84ef802a8
2021-10-10T04:44:17.464Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e0090de-3e98-4a0c-a654-9ec84ef802a8 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-10T04:44:17.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:44:17.473Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633840884404,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/basic_onboard_hjqiis0_modules.json",
  "status": "NOTIFIED"
}
2021-10-10T04:44:17.473Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:44:17.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:44:17.473Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633840884404,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-10T04:44:17.473Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:44:17.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:44:17.473Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633840884404,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:44:17.473Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:44:17.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:44:17.473Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633840884404,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-10T04:44:17.474Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:44:17.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:44:17.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633840884404,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:44:17.474Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:44:17.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:44:17.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633840884404,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T04:44:17.474Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:44:17.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:44:17.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633840893382,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:44:17.474Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:44:17.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:44:17.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633840896399,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/basic_onboard_hjqiis0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:44:17.474Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:44:17.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:44:17.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633840897997,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:44:17.474Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:44:17.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:44:17.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633840899152,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:44:17.475Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:44:17.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:44:17.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633840900269,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/basic_onboard_hjqiis0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-10T04:44:17.475Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:44:17.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:44:17.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633840901272,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-10T04:44:17.475Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:44:17.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:44:17.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633840902276,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-10T04:44:17.475Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:44:17.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:44:17.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633840903280,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-10T04:44:17.475Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:44:44.373Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2e0090de-3e98-4a0c-a654-9ec84ef802a8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T04:44:44.382Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2e0090de-3e98-4a0c-a654-9ec84ef802a8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:44:44.385Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-10T04:44:44.386Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-10T04:44:44.386Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-10T04:44:44.386Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-10T04:44:44.386Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-10T04:44:44.386Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-10T04:44:44.386Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-10T04:44:44.386Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-10T04:44:44.386Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-10T04:44:44.386Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-10T04:44:44.386Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-10T04:44:44.391Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-10T04:45:14.392Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2e0090de-3e98-4a0c-a654-9ec84ef802a8 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-10T04:45:14.400Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2e0090de-3e98-4a0c-a654-9ec84ef802a8 and serviceModelVersionId: 049108f1-dd40-4bbd-bd47-11574aa78956
2021-10-10T04:45:14.400Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cfb8694f-f6ae-4a64-822a-3ae0bb1dfa62
2021-10-10T04:45:14.401Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cfb8694f-f6ae-4a64-822a-3ae0bb1dfa62/model-vers/model-ver/049108f1-dd40-4bbd-bd47-11574aa78956?depth=0
2021-10-10T04:45:14.408Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-10-10T04:45:14.474Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cfb8694f-f6ae-4a64-822a-3ae0bb1dfa62/model-vers/model-ver/049108f1-dd40-4bbd-bd47-11574aa78956?depth=0|INFO|500||Invoke
2021-10-10T04:45:14.475Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cfb8694f-f6ae-4a64-822a-3ae0bb1dfa62/model-vers/model-ver/049108f1-dd40-4bbd-bd47-11574aa78956?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cfb8694f-f6ae-4a64-822a-3ae0bb1dfa62/model-vers/model-ver/049108f1-dd40-4bbd-bd47-11574aa78956?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2e0090de-3e98-4a0c-a654-9ec84ef802a8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[21d0a199-67dd-4c20-aa43-15d6a83f4f01], X-ECOMP-RequestID=[2e0090de-3e98-4a0c-a654-9ec84ef802a8], X-TransactionId=[], X-ONAP-RequestID=[2e0090de-3e98-4a0c-a654-9ec84ef802a8], Content-Type=[application/merge-patch+json]}
2021-10-10T04:45:14.522Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cfb8694f-f6ae-4a64-822a-3ae0bb1dfa62/model-vers/model-ver/049108f1-dd40-4bbd-bd47-11574aa78956?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-10T04:45:14.794Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cfb8694f-f6ae-4a64-822a-3ae0bb1dfa62/model-vers/model-ver/049108f1-dd40-4bbd-bd47-11574aa78956?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/cfb8694f-f6ae-4a64-822a-3ae0bb1dfa62/model-vers/model-ver/049108f1-dd40-4bbd-bd47-11574aa78956?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211010-04:45:14:532-86995], vertex-id=[172264], Content-Length=[0], Date=[Sun, 10 Oct 2021 04:45:14 GMT], Content-Type=[application/json]}
2021-10-10T04:45:14.795Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cfb8694f-f6ae-4a64-822a-3ae0bb1dfa62/model-vers/model-ver/049108f1-dd40-4bbd-bd47-11574aa78956?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-10T04:45:14.796Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cfb8694f-f6ae-4a64-822a-3ae0bb1dfa62/model-vers/model-ver/049108f1-dd40-4bbd-bd47-11574aa78956?depth=0|INFO|500||InvokeReturn
2021-10-10T04:45:14.796Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-10T04:45:14.796Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-10T04:45:14.800Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-10T04:45:14.801Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2e0090de-3e98-4a0c-a654-9ec84ef802a8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-10T04:45:14.801Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-10T04:45:14.801Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:45:14.804Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:45:14.804Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841114801,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-10T04:45:14.904Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:45:14.905Z||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-10T04:45:14.905Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:45:14.922Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:45:14.923Z||pool-34-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-10T04:45:15.819Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:45:15.819Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|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-10T04:45:15.819Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:45:16.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:45:16.877Z||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-10T04:45:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:45:17.501Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:45:17.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:45:17.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841114801,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-10T04:45:17.503Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:45:26.027Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:45:26.028Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:45:26.028Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|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-10T04:45:26.029Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:45:35.573Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:45:35.574Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:45:35.574Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|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-10T04:45:35.574Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:45:45.112Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:45:45.112Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:45:45.113Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|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-10T04:45:45.113Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:45:54.648Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:46:16.875Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:46:16.876Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|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-10T04:46:16.876Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:46:16.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:46:16.877Z||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-10T04:46:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:46:26.415Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:46:26.423Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:47:16.875Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:47:16.876Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|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-10T04:47:16.876Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:47:16.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:47:16.877Z||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-10T04:47:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:47:26.422Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:47:26.424Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:48:16.875Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:48:16.876Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|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-10T04:48:16.876Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:48:16.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:48:16.877Z||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-10T04:48:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:48:26.421Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:48:26.424Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:49:16.875Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:49:16.876Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|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-10T04:49:16.876Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:49:16.877Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:49:16.877Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|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-10T04:49:16.877Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:49:26.424Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:49:26.424Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:50:16.875Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:50:16.877Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|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-10T04:50:16.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:50:16.877Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:50:16.877Z||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-10T04:50:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:50:26.421Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:50:26.422Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:51:16.875Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:51:16.876Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|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-10T04:51:16.876Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:51:16.877Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:51:16.877Z||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-10T04:51:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:51:26.420Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:51:26.424Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:52:16.875Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:52:16.875Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|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-10T04:52:16.876Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:52:16.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:52:16.877Z||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-10T04:52:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:52:17.503Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:52:17.503Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-10T04:52:17.503Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"cc97bc27-edb5-4232-bd22-9a32eb026b6f","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"7847ec13-48dc-41e4-8a66-7a400b79ab1d","serviceDescription":"service","serviceInvariantUUID":"2cd470d9-6782-490d-9c96-a41ed8206d99","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"dbc06c19-94de-4bbf-94bb-6af09c894cb1","resourceInvariantUUID":"69e693c3-b83f-459a-bb45-0146bef95e18","resourceCustomizationUUID":"79a6994f-624a-4955-a4c8-bbabf5f31afb","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":"YzZkNzk1NDU4NGFlMWYzNGIzMjM5Y2ZkYTRkZWM3YzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"459690b9-1803-40b8-b94b-64b15aad34c2","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MGJlNjZmMDc4YmE0ODAwZjI3OTJjODVjYzUzNTY3ZjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"999d388a-f03a-4c02-837a-5b028235397a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-10T04:52:17.504Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:52:17.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:52:17.504Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
  "consumerID": "dcae-sch",
  "timestamp": 1633841509805,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:52:17.505Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:52:17.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:52:17.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633841516991,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:52:17.505Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:52:17.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:52:17.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
  "consumerID": "policy-id",
  "timestamp": 1633841516445,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:52:17.505Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:52:17.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:52:17.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633841516991,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T04:52:17.505Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T04:52:17.505Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:52:17.506Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:52:17.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
  "consumerID": "dcae-sch",
  "timestamp": 1633841509805,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:52:17.506Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:52:17.506Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:52:17.506Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:52:17.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
  "consumerID": "policy-id",
  "timestamp": 1633841516445,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T04:52:17.506Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:52:17.506Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:52:17.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
  "consumerID": "policy-id",
  "timestamp": 1633841520092,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:52:17.506Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:52:17.506Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:52:17.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
  "consumerID": "cds",
  "timestamp": 1633841520402,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:52:17.506Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:52:17.506Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:52:17.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
  "consumerID": "policy-id",
  "timestamp": 1633841521096,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-10T04:52:17.506Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:52:17.506Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:52:17.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633841521103,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:52:17.506Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:52:17.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:52:17.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
  "consumerID": "cds",
  "timestamp": 1633841520402,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T04:52:17.507Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:52:17.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:52:17.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
  "consumerID": "policy-id",
  "timestamp": 1633841522099,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2021-10-10T04:52:17.507Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:52:17.507Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841536875,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-10T04:52:17.521Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cc97bc27-edb5-4232-bd22-9a32eb026b6f
2021-10-10T04:52:17.521Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cc97bc27-edb5-4232-bd22-9a32eb026b6f 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-10T04:52:17.529Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:52:17.530Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633841521103,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:52:17.530Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:52:17.530Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:52:17.530Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633841523574,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:52:17.530Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:52:17.530Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:52:17.530Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
  "consumerID": "cds",
  "timestamp": 1633841524461,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:52:17.530Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:52:17.531Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:52:17.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633841523574,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T04:52:17.531Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:52:17.531Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:52:17.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
  "consumerID": "cds",
  "timestamp": 1633841525465,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-10T04:52:17.537Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cc97bc27-edb5-4232-bd22-9a32eb026b6f
2021-10-10T04:52:17.537Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cc97bc27-edb5-4232-bd22-9a32eb026b6f 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-10T04:52:17.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:52:17.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
  "consumerID": "clamp",
  "timestamp": 1633841525609,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:52:17.547Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:52:17.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:52:17.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633841526811,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:52:17.548Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:52:17.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:52:17.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
  "consumerID": "clamp",
  "timestamp": 1633841525609,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T04:52:17.548Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:52:17.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:52:17.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633841528305,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-10T04:52:17.548Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:52:17.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:52:17.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633841529308,
  "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-10T04:52:17.554Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cc97bc27-edb5-4232-bd22-9a32eb026b6f
2021-10-10T04:52:17.554Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cc97bc27-edb5-4232-bd22-9a32eb026b6f 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-10T04:52:17.563Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:52:17.563Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
  "consumerID": "aai-ml",
  "timestamp": 1633841530644,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:52:17.563Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:52:17.563Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:52:17.563Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
  "consumerID": "aai-ml",
  "timestamp": 1633841530644,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T04:52:17.563Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:52:17.563Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:52:17.564Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
  "consumerID": "aai-ml",
  "timestamp": 1633841534409,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:52:17.564Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:52:17.564Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:52:17.564Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
  "consumerID": "clamp",
  "timestamp": 1633841534445,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:52:17.564Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:52:17.564Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:52:17.564Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
  "consumerID": "clamp",
  "timestamp": 1633841536456,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-10T04:52:17.564Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:52:17.608Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:52:17.608Z||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-10T04:52:17.608Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:52:17.622Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:52:17.622Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:52:18.508Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T04:52:18.509Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:52:18.511Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:52:18.511Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841536875,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T04:52:18.611Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:52:18.612Z||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-10T04:52:18.612Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:52:18.624Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:52:18.624Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:52:19.512Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "7847ec13-48dc-41e4-8a66-7a400b79ab1d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2cd470d9-6782-490d-9c96-a41ed8206d99",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "79a6994f-624a-4955-a4c8-bbabf5f31afb",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "dbc06c19-94de-4bbf-94bb-6af09c894cb1",
      "resourceInvariantUUID": "69e693c3-b83f-459a-bb45-0146bef95e18",
      "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": "MGJlNjZmMDc4YmE0ODAwZjI3OTJjODVjYzUzNTY3ZjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "999d388a-f03a-4c02-837a-5b028235397a"
    }
  ],
  "workloadContext": "Production"
}
2021-10-10T04:52:19.512Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-10T04:52:19.512Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7847ec13-48dc-41e4-8a66-7a400b79ab1d ASDC
2021-10-10T04:52:19.513Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:cc97bc27-edb5-4232-bd22-9a32eb026b6f
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:7847ec13-48dc-41e4-8a66-7a400b79ab1d
ServiceInvariantUUID:2cd470d9-6782-490d-9c96-a41ed8206d99
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:999d388a-f03a-4c02-837a-5b028235397a
ArtifactChecksum:MGJlNjZmMDc4YmE0ODAwZjI3OTJjODVjYzUzNTY3ZjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:79a6994f-624a-4955-a4c8-bbabf5f31afb
ResourceInvariantUUID:69e693c3-b83f-459a-bb45-0146bef95e18
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:dbc06c19-94de-4bbf-94bb-6af09c894cb1
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-10-10T04:52:19.513Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7847ec13-48dc-41e4-8a66-7a400b79ab1d 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-10T04:52:19.535Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-10T04:52:19.536Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-10T04:52:19.536Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-10T04:52:19.536Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 999d388a-f03a-4c02-837a-5b028235397a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-10T04:52:19.536Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-10T04:52:19.536Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-10T04:52:19.883Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-10T04:52:19.886Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 999d388a-f03a-4c02-837a-5b028235397a 52179
2021-10-10T04:52:19.886Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-10-10T04:52:19.887Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-10T04:52:19.887Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-10T04:52:19.887Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:52:19.889Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:52:19.889Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841539886,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:52:19.989Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:52:19.990Z||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-10T04:52:19.990Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:52:20.003Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:52:20.003Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:52:20.889Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-10T04:52:20.890Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-10T04:52:20.891Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 999d388a-f03a-4c02-837a-5b028235397a, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-10T04:52:20.891Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-10-10T04:52:20.891Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-10T04:52:20.892Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-10T04:52:21.011Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14339789637633577294/Definitions/service-BasicNetwork-template.yml
2021-10-10T04:52:21.316Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-10T04:52:21.316Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-10T04:52:21.317Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-10T04:52:21.317Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-10-10T04:52:21.317Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-10T04:52:21.317Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-10T04:52:21.317Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-10T04:52:21.317Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-10T04:52:21.318Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-10T04:52:21.318Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-10T04:52:21.318Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-10T04:52:21.318Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-10T04:52:21.318Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-10T04:52:21.318Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:52:21.318Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:52:21.319Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-10-10T04:52:21.319Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-10T04:52:21.319Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-10T04:52:21.319Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:52:21.319Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:52:21.319Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-10-10T04:52:21.320Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-10T04:52:21.320Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-10T04:52:21.320Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:52:21.320Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:52:21.320Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:52:21.321Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:52:21.321Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:52:21.321Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:52:21.321Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:52:21.322Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:52:21.322Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:52:21.322Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:52:21.322Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:7847ec13-48dc-41e4-8a66-7a400b79ab1d
Model Version:NULL
Model InvariantUuid:2cd470d9-6782-490d-9c96-a41ed8206d99
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:69e693c3-b83f-459a-bb45-0146bef95e18
Model UUID:1216e44f-8a38-4358-9e89-57be8891dc7e
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:79a6994f-624a-4955-a4c8-bbabf5f31afb
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-10T04:52:21.331Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: dbc06c19-94de-4bbf-94bb-6af09c894cb1
2021-10-10T04:52:21.331Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||No resources found for Service: 7847ec13-48dc-41e4-8a66-7a400b79ab1d
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-10T04:52:21.334Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||
2021-10-10T04:52:21.334Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-10-10T04:52:21.335Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 7847ec13-48dc-41e4-8a66-7a400b79ab1d
2021-10-10T04:52:21.335Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 7847ec13-48dc-41e4-8a66-7a400b79ab1d
2021-10-10T04:52:21.335Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-10-10T04:52:21.335Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-10T04:52:21.340Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@81200f4, org.onap.sdc.toscaparser.api.parameters.Input@693facb4, org.onap.sdc.toscaparser.api.parameters.Input@6d4412e6, org.onap.sdc.toscaparser.api.parameters.Input@13d5bc34, org.onap.sdc.toscaparser.api.parameters.Input@bd81b1a]
2021-10-10T04:52:21.341Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:52:21.341Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:52:21.341Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:52:21.341Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:52:21.342Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 7847ec13-48dc-41e4-8a66-7a400b79ab1d: Generic NeutronNet
2021-10-10T04:52:21.342Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:52:21.342Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:52:21.342Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:52:21.342Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-10-10T04:52:21.380Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:52:21.380Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:52:21.380Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:52:21.380Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:52:21.381Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:52:21.381Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:52:21.381Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-10-10T04:52:21.429Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-10-10T04:52:21.430Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-10-10T04:52:21.430Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-10T04:52:21.430Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-10T04:52:21.430Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:52:21.432Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:52:21.432Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841541430,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-10T04:52:21.533Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:52:21.533Z||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-10T04:52:21.534Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:52:21.544Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:52:21.544Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:52:22.435Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cc97bc27-edb5-4232-bd22-9a32eb026b6f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T04:52:22.448Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cc97bc27-edb5-4232-bd22-9a32eb026b6f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:52:22.450Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-10T04:52:22.451Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-10T04:52:22.451Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-10T04:52:52.451Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cc97bc27-edb5-4232-bd22-9a32eb026b6f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T04:52:52.462Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cc97bc27-edb5-4232-bd22-9a32eb026b6f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:52:52.464Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-10T04:52:52.465Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-10T04:52:52.465Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-10T04:53:16.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:53:16.878Z||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-10T04:53:16.879Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:53:17.002Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:53:17.003Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:53:17.003Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
  "consumerID": "clamp",
  "timestamp": 1633841537459,
  "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-10T04:53:17.012Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cc97bc27-edb5-4232-bd22-9a32eb026b6f
2021-10-10T04:53:17.012Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cc97bc27-edb5-4232-bd22-9a32eb026b6f 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-10T04:53:22.465Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cc97bc27-edb5-4232-bd22-9a32eb026b6f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T04:53:22.480Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cc97bc27-edb5-4232-bd22-9a32eb026b6f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:53:22.487Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-10T04:53:22.487Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-10T04:53:22.487Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-10T04:53:52.487Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cc97bc27-edb5-4232-bd22-9a32eb026b6f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T04:53:52.500Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cc97bc27-edb5-4232-bd22-9a32eb026b6f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:53:52.502Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-10T04:53:52.502Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-10T04:53:52.503Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-10T04:54:16.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:54:16.879Z||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-10T04:54:16.879Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:54:16.905Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:54:16.907Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.908Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841536875,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.909Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:54:16.909Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.909Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
  "consumerID": "aai-ml",
  "timestamp": 1633841537896,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-10T04:54:16.909Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:54:16.909Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.910Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841536875,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T04:54:16.910Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:54:16.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.910Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
  "consumerID": "aai-ml",
  "timestamp": 1633841538900,
  "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-10T04:54:16.917Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cc97bc27-edb5-4232-bd22-9a32eb026b6f
2021-10-10T04:54:16.917Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cc97bc27-edb5-4232-bd22-9a32eb026b6f 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-10T04:54:16.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841539886,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:54:16.932Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:54:16.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841541430,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-10T04:54:16.932Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:54:16.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.933Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "cds",
  "timestamp": 1633841580402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.933Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:54:16.933Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.933Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633841583574,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.933Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:54:16.933Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.933Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633841581103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.933Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:54:16.933Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.933Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "clamp",
  "timestamp": 1633841585609,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.933Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:54:16.933Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.933Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "cds",
  "timestamp": 1633841580402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.934Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:54:16.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.934Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633841583574,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.934Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:54:16.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.934Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633841581103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.934Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:54:16.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.934Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "clamp",
  "timestamp": 1633841585609,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.934Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:54:16.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.934Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "dcae-sch",
  "timestamp": 1633841589805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.934Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:54:16.935Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.935Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "cds",
  "timestamp": 1633841580402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.935Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:54:16.935Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.935Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "clamp",
  "timestamp": 1633841585609,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.935Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:54:16.935Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.935Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633841581103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.935Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:54:16.935Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.935Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633841583574,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.935Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:54:16.935Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.936Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "aai-ml",
  "timestamp": 1633841590643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.936Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:54:16.936Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.936Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "dcae-sch",
  "timestamp": 1633841589805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.936Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:54:16.936Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.936Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "cds",
  "timestamp": 1633841580402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.936Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:54:16.936Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.936Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633841583574,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.936Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:54:16.937Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.937Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633841581103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.937Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:54:16.937Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.937Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "clamp",
  "timestamp": 1633841585609,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.937Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:54:16.937Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.937Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "aai-ml",
  "timestamp": 1633841590643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.937Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:54:16.937Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.937Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "dcae-sch",
  "timestamp": 1633841589805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.937Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:54:16.937Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.938Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "cds",
  "timestamp": 1633841580402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.938Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:54:16.938Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.938Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633841583574,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.938Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:54:16.938Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.938Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633841581103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.938Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:54:16.938Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.938Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "clamp",
  "timestamp": 1633841585609,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.938Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:54:16.938Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.938Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "aai-ml",
  "timestamp": 1633841590643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.939Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:54:16.939Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.939Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "dcae-sch",
  "timestamp": 1633841589805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.939Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:54:16.939Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.940Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "cds",
  "timestamp": 1633841580402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.940Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:54:16.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.940Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633841583574,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.940Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:54:16.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.940Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633841581103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-10-10T04:54:16.940Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:54:16.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.940Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "clamp",
  "timestamp": 1633841585609,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.940Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:54:16.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.940Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "aai-ml",
  "timestamp": 1633841590643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.941Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:54:16.941Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.941Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "dcae-sch",
  "timestamp": 1633841589805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.941Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:54:16.941Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.941Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "cds",
  "timestamp": 1633841580402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.941Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:54:16.941Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.941Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633841583574,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.942Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:54:16.942Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.942Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633841581103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.942Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:54:16.942Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.942Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "clamp",
  "timestamp": 1633841585609,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.943Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:54:16.943Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.943Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "aai-ml",
  "timestamp": 1633841590643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.943Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:54:16.943Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.943Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "dcae-sch",
  "timestamp": 1633841589805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.944Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:54:16.944Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.944Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "cds",
  "timestamp": 1633841580402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T04:54:16.944Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:54:16.944Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.944Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633841581103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.945Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:54:16.945Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.945Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633841583574,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T04:54:16.945Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:54:16.945Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.945Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "clamp",
  "timestamp": 1633841585609,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T04:54:16.946Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:54:16.946Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.946Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "aai-ml",
  "timestamp": 1633841590643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.946Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:54:16.946Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.946Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "dcae-sch",
  "timestamp": 1633841589805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.947Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:54:22.503Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cc97bc27-edb5-4232-bd22-9a32eb026b6f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T04:54:22.515Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cc97bc27-edb5-4232-bd22-9a32eb026b6f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:54:22.518Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-10T04:54:22.518Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-10T04:54:22.518Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-10T04:54:22.519Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-10T04:54:22.519Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-10T04:54:22.519Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-10T04:54:22.519Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-10T04:54:22.519Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-10T04:54:22.519Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-10T04:54:22.519Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-10T04:54:22.519Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-10T04:54:22.526Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-10T04:54:52.526Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cc97bc27-edb5-4232-bd22-9a32eb026b6f 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-10T04:54:52.531Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cc97bc27-edb5-4232-bd22-9a32eb026b6f and serviceModelVersionId: 7847ec13-48dc-41e4-8a66-7a400b79ab1d
2021-10-10T04:54:52.531Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2cd470d9-6782-490d-9c96-a41ed8206d99
2021-10-10T04:54:52.532Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2cd470d9-6782-490d-9c96-a41ed8206d99/model-vers/model-ver/7847ec13-48dc-41e4-8a66-7a400b79ab1d?depth=0
2021-10-10T04:54:52.537Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-10-10T04:54:52.585Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2cd470d9-6782-490d-9c96-a41ed8206d99/model-vers/model-ver/7847ec13-48dc-41e4-8a66-7a400b79ab1d?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-10T04:54:52.586Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2cd470d9-6782-490d-9c96-a41ed8206d99/model-vers/model-ver/7847ec13-48dc-41e4-8a66-7a400b79ab1d?depth=0|INFO|500||Invoke
2021-10-10T04:54:52.610Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2cd470d9-6782-490d-9c96-a41ed8206d99/model-vers/model-ver/7847ec13-48dc-41e4-8a66-7a400b79ab1d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-10T04:54:53.060Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2cd470d9-6782-490d-9c96-a41ed8206d99/model-vers/model-ver/7847ec13-48dc-41e4-8a66-7a400b79ab1d?depth=0|INFO|500||InvokeReturn
2021-10-10T04:54:53.060Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2cd470d9-6782-490d-9c96-a41ed8206d99/model-vers/model-ver/7847ec13-48dc-41e4-8a66-7a400b79ab1d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211010-04:54:52:618-805], vertex-id=[217152], Content-Length=[0], Date=[Sun, 10 Oct 2021 04:54:52 GMT], Content-Type=[application/json]}
2021-10-10T04:54:53.060Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2021-10-10T04:54:53.060Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-10T04:54:53.060Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-10T04:54:53.064Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-10T04:54:53.064Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cc97bc27-edb5-4232-bd22-9a32eb026b6f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-10T04:54:53.065Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-10T04:54:53.065Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:54:53.066Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:54:53.066Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841693065,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-10T04:54:53.167Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:54:53.167Z||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-10T04:54:53.167Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:54:53.183Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:54:53.183Z||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-10T04:54:54.079Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:54:54.079Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|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-10T04:54:54.079Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:54:58.366Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:54:58.366Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-10T04:54:58.366Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"8792bf49-d37e-4c77-99dc-b8c96b4aee8e","serviceName":"Demo_pNF_3rEH9Y7hiOWulFtAYHWH","serviceVersion":"1.0","serviceUUID":"3c6a7e02-7c9a-425d-9347-571765b9bb10","serviceDescription":"catalog service description","serviceInvariantUUID":"bd01d2e3-265c-470f-befc-f65f00f21f66","resources":[{"resourceInstanceName":"pNF e37a045f-8099 0","resourceName":"pNF e37a045f-8099","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"128f58ee-05ae-49bd-967a-a93c2133b89d","resourceInvariantUUID":"6c126051-2e43-4e95-97c2-6da409714d47","resourceCustomizationUUID":"71ea6415-e176-4d15-a720-235703b518ee","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/vf-license-model.xml","artifactChecksum":"NGYyMjU3MjUwYjdkYmEwNmE3NTRjNGQyZWNmMDdjNmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"401d9fe7-3eec-47cc-82b0-9debdadc155d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/pNF.csar","artifactChecksum":"Y2NjZTQzYjE2NTIwMjFkMTZjOWFiZWMxNzE5MzFkYmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b2581198-7665-47eb-962c-dcb4de809024","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8e11d64e-5326-4d18-9d14-0d7a35e2d619","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/vendor-license-model.xml","artifactChecksum":"MmIxOWU1MzFhZmI4MWEzNjZhMjU3OTY0YzgxODNlZGM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"83585013-f712-4f51-a38d-c4ae03703c94","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"013a8ef1-27e6-4bff-8636-42c16e9b2512","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3525c19d-1705-4d9f-a154-e26ef0ce5ff5","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf3reh9y7hiowulftayhwh-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-template.yml","artifactChecksum":"ZDM2ZDkwZTY3YjQ0MmM1YjE3OTE2YzNmMDRmM2UxOWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"01dcd9d0-87e6-4d67-b680-4f10bf0a261b","artifactVersion":"1"},{"artifactName":"service-DemoPnf3reh9y7hiowulftayhwh-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-csar.csar","artifactChecksum":"ZjA1OThjMmI2NTQ2MzcwYjAxOTk0NTc0MGMwYjE5NjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1ad82441-eb60-4cf8-8053-ed69dc752aed","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-10T04:54:58.369Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T04:54:58.369Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:54:58.371Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:54:58.371Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841694079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:54:58.471Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:54:58.472Z||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-10T04:54:58.472Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:54:58.483Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:54:58.483Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:54:59.371Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T04:54:59.372Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:54:59.375Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:54:59.375Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841694079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:54:59.475Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:54:59.475Z||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-10T04:54:59.475Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:54:59.486Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:54:59.487Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:55:00.375Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T04:55:00.376Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:55:00.378Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:55:00.378Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841694079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:55:00.478Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:55:00.479Z||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-10T04:55:00.479Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:55:00.492Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:55:00.493Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-10T04:55:01.378Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T04:55:01.379Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:55:01.382Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:55:01.382Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841694079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:55:01.482Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:55:01.482Z||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-10T04:55:01.483Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:55:01.494Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:55:01.494Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:55:02.382Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T04:55:02.383Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:55:02.385Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:55:02.385Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841694079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:55:02.485Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:55:02.486Z||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-10T04:55:02.486Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:55:02.498Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:55:02.498Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:55:03.386Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T04:55:03.387Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:55:03.388Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:55:03.389Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841694079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:55:03.489Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:55:03.489Z||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-10T04:55:03.490Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:55:03.500Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:55:03.501Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:55:04.389Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T04:55:04.390Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:55:04.392Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:55:04.392Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841694079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:55:04.492Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:55:04.493Z||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-10T04:55:04.494Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:55:04.505Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:55:04.505Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:55:05.393Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T04:55:05.393Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:55:05.396Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:55:05.396Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841694079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T04:55:05.496Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:55:05.497Z||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-10T04:55:05.497Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:55:05.510Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:55:05.511Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:55:06.396Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "serviceName": "Demo_pNF_3rEH9Y7hiOWulFtAYHWH",
  "serviceVersion": "1.0",
  "serviceUUID": "3c6a7e02-7c9a-425d-9347-571765b9bb10",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "bd01d2e3-265c-470f-befc-f65f00f21f66",
  "resources": [
    {
      "resourceInstanceName": "pNF e37a045f-8099 0",
      "resourceCustomizationUUID": "71ea6415-e176-4d15-a720-235703b518ee",
      "resourceName": "pNF e37a045f-8099",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "128f58ee-05ae-49bd-967a-a93c2133b89d",
      "resourceInvariantUUID": "6c126051-2e43-4e95-97c2-6da409714d47",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf3reh9y7hiowulftayhwh-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-csar.csar",
      "artifactChecksum": "ZjA1OThjMmI2NTQ2MzcwYjAxOTk0NTc0MGMwYjE5NjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1ad82441-eb60-4cf8-8053-ed69dc752aed"
    }
  ],
  "workloadContext": "Production"
}
2021-10-10T04:55:06.397Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-10T04:55:06.397Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3c6a7e02-7c9a-425d-9347-571765b9bb10 ASDC
2021-10-10T04:55:06.397Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:8792bf49-d37e-4c77-99dc-b8c96b4aee8e
ServiceName:Demo_pNF_3rEH9Y7hiOWulFtAYHWH
ServiceVersion:1.0
ServiceUUID:3c6a7e02-7c9a-425d-9347-571765b9bb10
ServiceInvariantUUID:bd01d2e3-265c-470f-befc-f65f00f21f66
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf3reh9y7hiowulftayhwh-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-csar.csar
ArtifactUUID:1ad82441-eb60-4cf8-8053-ed69dc752aed
ArtifactChecksum:ZjA1OThjMmI2NTQ2MzcwYjAxOTk0NTc0MGMwYjE5NjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF e37a045f-8099 0
ResourceCustomizationUUID:71ea6415-e176-4d15-a720-235703b518ee
ResourceInvariantUUID:6c126051-2e43-4e95-97c2-6da409714d47
ResourceName:pNF e37a045f-8099
ResourceType:PNF
ResourceUUID:128f58ee-05ae-49bd-967a-a93c2133b89d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-10-10T04:55:06.398Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3c6a7e02-7c9a-425d-9347-571765b9bb10 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-10T04:55:06.419Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-10T04:55:06.419Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-10T04:55:06.420Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-10T04:55:06.420Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1ad82441-eb60-4cf8-8053-ed69dc752aed from URL: /sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-csar.csar
2021-10-10T04:55:06.420Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-10T04:55:06.420Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-csar.csar
2021-10-10T04:55:07.003Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-10T04:55:07.006Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-csar.csar 1ad82441-eb60-4cf8-8053-ed69dc752aed 82550
2021-10-10T04:55:07.007Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-csar.csar ASDC sendASDCNotification
2021-10-10T04:55:07.007Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-csar.csar
2021-10-10T04:55:07.007Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-10T04:55:07.007Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:55:07.009Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:55:07.009Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841707007,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:55:07.109Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:55:07.110Z||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-10T04:55:07.110Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:55:07.122Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:55:07.123Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:55:08.009Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-10T04:55:08.010Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-10T04:55:08.010Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 1ad82441-eb60-4cf8-8053-ed69dc752aed, URL: /sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-csar.csar to file: /app/ASDC/1/service-DemoPnf3reh9y7hiowulftayhwh-csar.csar
2021-10-10T04:55:08.011Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf3reh9y7hiowulftayhwh-csar.csar
2021-10-10T04:55:08.011Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf3reh9y7hiowulftayhwh-csar.csar
2021-10-10T04:55:08.011Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf3reh9y7hiowulftayhwh-csar.csar
2021-10-10T04:55:08.093Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15528979216146053274/Definitions/service-DemoPnf3reh9y7hiowulftayhwh-template.yml
2021-10-10T04:55:08.675Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-10T04:55:08.675Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-10T04:55:08.676Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf3reh9y7hiowulftayhwh-csar.csar
2021-10-10T04:55:08.676Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-10-10T04:55:08.676Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||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-DemoPnf3reh9y7hiowulftayhwh-csar.csar
2021-10-10T04:55:08.676Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf3reh9y7hiowulftayhwh-csar.csar
2021-10-10T04:55:08.676Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||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-DemoPnf3reh9y7hiowulftayhwh-csar.csar
2021-10-10T04:55:08.676Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf3reh9y7hiowulftayhwh-csar.csar
2021-10-10T04:55:08.676Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf3reh9y7hiowulftayhwh-csar.csar
2021-10-10T04:55:08.676Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf3reh9y7hiowulftayhwh-csar.csar
2021-10-10T04:55:08.676Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e37a045f-8099 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-DemoPnf3reh9y7hiowulftayhwh-csar.csar
2021-10-10T04:55:08.676Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-10T04:55:08.676Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:55:08.677Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_3rEH9Y7hiOWulFtAYHWH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:55:08.677Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Node template pNF e37a045f-8099 0 is matching search criteria
2021-10-10T04:55:08.677Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-10T04:55:08.677Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF e37a045f-8099 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-10T04:55:08.677Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:55:08.677Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_3rEH9Y7hiOWulFtAYHWH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:55:08.677Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Node template pNF e37a045f-8099 0 is matching search criteria
2021-10-10T04:55:08.677Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-10T04:55:08.678Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF e37a045f-8099 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-10T04:55:08.678Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:55:08.678Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_3rEH9Y7hiOWulFtAYHWH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:55:08.678Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:55:08.678Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_3rEH9Y7hiOWulFtAYHWH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:55:08.678Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:55:08.678Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_3rEH9Y7hiOWulFtAYHWH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:55:08.678Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:55:08.678Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_3rEH9Y7hiOWulFtAYHWH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:55:08.679Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:55:08.679Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_3rEH9Y7hiOWulFtAYHWH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:55:08.679Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_3rEH9Y7hiOWulFtAYHWH
Description:catalog service description
Model UUID:3c6a7e02-7c9a-425d-9347-571765b9bb10
Model Version:NULL
Model InvariantUuid:bd01d2e3-265c-470f-befc-f65f00f21f66
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-10T04:55:08.685Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 128f58ee-05ae-49bd-967a-a93c2133b89d
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-10T04:55:08.687Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||pNF e37a045f-8099 0
2021-10-10T04:55:08.687Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 128f58ee-05ae-49bd-967a-a93c2133b89d
2021-10-10T04:55:08.688Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 3c6a7e02-7c9a-425d-9347-571765b9bb10
2021-10-10T04:55:08.688Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 3c6a7e02-7c9a-425d-9347-571765b9bb10
2021-10-10T04:55:08.688Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF e37a045f-8099 0 128f58ee-05ae-49bd-967a-a93c2133b89d 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-10T04:55:08.692Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@e49ead6, org.onap.sdc.toscaparser.api.parameters.Input@407a3406, org.onap.sdc.toscaparser.api.parameters.Input@40f6a959, org.onap.sdc.toscaparser.api.parameters.Input@2646e1a5, org.onap.sdc.toscaparser.api.parameters.Input@6798a0e1]
2021-10-10T04:55:08.692Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:55:08.692Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_3rEH9Y7hiOWulFtAYHWH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:55:08.693Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 3c6a7e02-7c9a-425d-9347-571765b9bb10: pNF e37a045f-8099
2021-10-10T04:55:08.693Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||Processing PNF resource: 128f58ee-05ae-49bd-967a-a93c2133b89d
2021-10-10T04:55:08.693Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:55:08.693Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_3rEH9Y7hiOWulFtAYHWH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:55:08.693Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||Resource customization UUID: 71ea6415-e176-4d15-a720-235703b518ee is the same as notified resource customizationUUID: 71ea6415-e176-4d15-a720-235703b518ee
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-10T04:55:08.745Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF e37a045f-8099 128f58ee-05ae-49bd-967a-a93c2133b89d 0 ASDC deployResourceStructure
2021-10-10T04:55:08.745Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-csar.csar ASDC sendASDCNotification
2021-10-10T04:55:08.746Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-csar.csar
2021-10-10T04:55:08.746Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-10T04:55:08.746Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:55:08.748Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:55:08.748Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841708745,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-10T04:55:08.848Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:55:08.849Z||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-10T04:55:08.849Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:55:08.861Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:55:08.861Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:55:09.748Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8792bf49-d37e-4c77-99dc-b8c96b4aee8e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T04:55:09.758Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8792bf49-d37e-4c77-99dc-b8c96b4aee8e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:55:09.759Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-10T04:55:09.760Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-10T04:55:09.760Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-10T04:55:16.877Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:55:16.878Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|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-10T04:55:16.878Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:55:16.901Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:55:16.902Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:55:16.902Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "policy-id",
  "timestamp": 1633841596445,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:55:16.902Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:55:39.760Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8792bf49-d37e-4c77-99dc-b8c96b4aee8e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T04:55:39.771Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8792bf49-d37e-4c77-99dc-b8c96b4aee8e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:55:39.773Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-10T04:55:39.773Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-10T04:55:39.773Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-10T04:56:09.774Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8792bf49-d37e-4c77-99dc-b8c96b4aee8e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T04:56:09.785Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8792bf49-d37e-4c77-99dc-b8c96b4aee8e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:56:09.787Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-10T04:56:09.788Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-10T04:56:09.788Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-10T04:56:16.877Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:56:16.877Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|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-10T04:56:16.878Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:56:16.902Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:56:16.904Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:56:16.904Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "aai-ml",
  "timestamp": 1633841590643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:56:16.905Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:56:16.905Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:56:16.905Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633841597317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:56:16.905Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:56:16.906Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:56:16.906Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "cds",
  "timestamp": 1633841597324,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:56:16.906Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:56:16.906Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:56:16.906Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633841597412,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:56:16.907Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:56:16.907Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:56:16.907Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "dcae-sch",
  "timestamp": 1633841589805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:56:16.907Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:56:16.907Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:56:16.908Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633841596991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:56:16.908Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:56:16.908Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:56:16.908Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "policy-id",
  "timestamp": 1633841596445,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:56:16.908Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:56:16.908Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:56:16.909Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "aai-ml",
  "timestamp": 1633841590643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T04:56:16.909Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:56:16.909Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:56:16.909Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "cds",
  "timestamp": 1633841598328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-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-10T04:56:16.920Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8792bf49-d37e-4c77-99dc-b8c96b4aee8e
2021-10-10T04:56:16.920Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8792bf49-d37e-4c77-99dc-b8c96b4aee8e 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-10T04:56:16.927Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:56:16.928Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633841596991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:56:16.928Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:56:16.928Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:56:16.928Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633841598633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-10-10T04:56:16.928Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:56:16.928Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:56:16.928Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633841599088,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-10T04:56:16.928Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:56:16.928Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:56:16.928Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "policy-id",
  "timestamp": 1633841596445,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:56:16.928Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:56:16.928Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:56:16.928Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "aai-ml",
  "timestamp": 1633841599464,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:56:16.929Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:56:16.929Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:56:16.929Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633841596991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:56:16.929Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:56:16.929Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:56:16.929Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633841599638,
  "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-10T04:56:16.933Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 8792bf49-d37e-4c77-99dc-b8c96b4aee8e
2021-10-10T04:56:16.934Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8792bf49-d37e-4c77-99dc-b8c96b4aee8e 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-10T04:56:16.941Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:56:16.941Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633841600092,
  "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-10T04:56:16.946Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8792bf49-d37e-4c77-99dc-b8c96b4aee8e
2021-10-10T04:56:16.946Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8792bf49-d37e-4c77-99dc-b8c96b4aee8e 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-10T04:56:16.959Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:56:16.959Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "policy-id",
  "timestamp": 1633841596445,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:56:16.959Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:56:16.959Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:56:16.959Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633841596991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:56:16.960Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:56:16.960Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:56:16.960Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "policy-id",
  "timestamp": 1633841596445,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:56:16.960Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:56:16.960Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:56:16.960Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633841596991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:56:16.960Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:56:16.960Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:56:16.960Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "policy-id",
  "timestamp": 1633841596445,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:56:16.960Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:56:16.960Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:56:16.960Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633841596991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:56:16.961Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:56:16.961Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:56:16.961Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "policy-id",
  "timestamp": 1633841596445,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:56:16.961Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:56:16.961Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:56:16.961Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633841596991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:56:16.961Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:56:16.961Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:56:16.961Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "policy-id",
  "timestamp": 1633841596445,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T04:56:16.961Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:56:16.961Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:56:16.961Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "aai-ml",
  "timestamp": 1633841604161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-10T04:56:16.961Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:56:16.961Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:56:16.962Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "clamp",
  "timestamp": 1633841604458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:56:16.962Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:56:16.962Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:56:16.962Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633841596991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T04:56:16.962Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:56:16.962Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:56:16.962Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "aai-ml",
  "timestamp": 1633841605165,
  "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-10T04:56:16.967Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8792bf49-d37e-4c77-99dc-b8c96b4aee8e
2021-10-10T04:56:16.968Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8792bf49-d37e-4c77-99dc-b8c96b4aee8e 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-10T04:56:16.975Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:56:16.976Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "policy-id",
  "timestamp": 1633841605415,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:56:16.976Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:56:16.976Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:56:16.976Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "policy-id",
  "timestamp": 1633841606419,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-10T04:56:16.976Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:56:16.976Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:56:16.976Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "clamp",
  "timestamp": 1633841606466,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-10T04:56:16.976Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:56:16.976Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:56:16.976Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "policy-id",
  "timestamp": 1633841607422,
  "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-10T04:56:16.982Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8792bf49-d37e-4c77-99dc-b8c96b4aee8e
2021-10-10T04:56:16.982Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8792bf49-d37e-4c77-99dc-b8c96b4aee8e 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-10T04:56:16.991Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:56:16.992Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "clamp",
  "timestamp": 1633841607469,
  "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-10T04:56:16.997Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8792bf49-d37e-4c77-99dc-b8c96b4aee8e
2021-10-10T04:56:16.997Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8792bf49-d37e-4c77-99dc-b8c96b4aee8e 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-10T04:56:39.788Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8792bf49-d37e-4c77-99dc-b8c96b4aee8e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T04:56:39.802Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8792bf49-d37e-4c77-99dc-b8c96b4aee8e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:56:39.805Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-10T04:56:39.805Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-10T04:56:39.805Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-10T04:56:39.805Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-10T04:56:39.805Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-10T04:56:39.806Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-10T04:56:39.806Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-10T04:56:39.806Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-10T04:56:39.806Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-10T04:56:39.806Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-10T04:56:39.806Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-10T04:56:39.806Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-10T04:56:39.811Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-10T04:57:09.812Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8792bf49-d37e-4c77-99dc-b8c96b4aee8e 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-10T04:57:09.817Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8792bf49-d37e-4c77-99dc-b8c96b4aee8e and serviceModelVersionId: 3c6a7e02-7c9a-425d-9347-571765b9bb10
2021-10-10T04:57:09.817Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bd01d2e3-265c-470f-befc-f65f00f21f66
2021-10-10T04:57:09.818Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bd01d2e3-265c-470f-befc-f65f00f21f66/model-vers/model-ver/3c6a7e02-7c9a-425d-9347-571765b9bb10?depth=0
2021-10-10T04:57:09.823Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-10-10T04:57:09.851Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bd01d2e3-265c-470f-befc-f65f00f21f66/model-vers/model-ver/3c6a7e02-7c9a-425d-9347-571765b9bb10?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-10T04:57:09.852Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bd01d2e3-265c-470f-befc-f65f00f21f66/model-vers/model-ver/3c6a7e02-7c9a-425d-9347-571765b9bb10?depth=0|INFO|500||Invoke
2021-10-10T04:57:09.869Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bd01d2e3-265c-470f-befc-f65f00f21f66/model-vers/model-ver/3c6a7e02-7c9a-425d-9347-571765b9bb10?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-10T04:57:10.114Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bd01d2e3-265c-470f-befc-f65f00f21f66/model-vers/model-ver/3c6a7e02-7c9a-425d-9347-571765b9bb10?depth=0|INFO|500||InvokeReturn
2021-10-10T04:57:10.115Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bd01d2e3-265c-470f-befc-f65f00f21f66/model-vers/model-ver/3c6a7e02-7c9a-425d-9347-571765b9bb10?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211010-04:57:09:877-2994], vertex-id=[155736], Content-Length=[0], Date=[Sun, 10 Oct 2021 04:57:09 GMT], Content-Type=[application/json]}
2021-10-10T04:57:10.115Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2021-10-10T04:57:10.116Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-10T04:57:10.116Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-10T04:57:10.120Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-10T04:57:10.120Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8792bf49-d37e-4c77-99dc-b8c96b4aee8e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-10T04:57:10.121Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-10T04:57:10.121Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:57:10.123Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:57:10.123Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841830120,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-10T04:57:10.223Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:57:10.225Z||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-10T04:57:10.225Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:57:10.243Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:57:10.244Z||pool-50-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-10T04:57:11.139Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:57:11.140Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|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-10T04:57:11.140Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:57:15.435Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:57:15.436Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-10T04:57:15.436Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"ad029230-707a-4093-821c-373613a48656","serviceDescription":"service","serviceInvariantUUID":"dd4230c4-4505-4af8-a86b-4059db4032e0","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"98d28b10-c186-4fe5-b52d-95ba6049d462","resourceInvariantUUID":"f9a625e5-d1b7-4265-ac94-4fb5c533b4ab","resourceCustomizationUUID":"d2c99e96-bc2c-466c-951a-9697b3273dfa","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":"21103bc4-42f3-4a02-8c2e-27616a6d1657","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":"ZTA3YzMxNGE1NjBmM2FjYjE1Y2ViMGQ2ZjZhZjBkZGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4995bc3f-447f-45f2-a8ef-ea4c4a652fd2","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":"NGNmNzQzYjUwZDY1MTcyZDhkOTk4Yjk2OWU3NWQ5NTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d4649c06-7cc9-4473-b4bf-8d635a6d3a4a","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":"d4ddd1cd-445c-4a40-a84f-379d51a9ee33","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":"509ae194-c747-4dfe-b1eb-209637b28ec6","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":"daef3d67-582a-4ff8-9a54-3d1339baab1a","artifactVersion":"2","generatedFromUUID":"d4ddd1cd-445c-4a40-a84f-379d51a9ee33"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MzFjYjVmZDk4ODg0YWJlZWI4MGYwMTFiZjRkZWE2NGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"57bfa274-0486-425d-83ba-3ad440503538","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"M2UzNjIzNTM5ZDI5MjYyZjI5NzI3NjIzZDQxM2YwNTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"51b1f8e8-de0f-4591-8f80-499b08784c81","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-10T04:57:15.437Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T04:57:15.438Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:57:15.440Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:57:15.440Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841831139,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:57:15.540Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:57:15.541Z||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-10T04:57:15.541Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:57:15.550Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:57:15.550Z||pool-51-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:57:16.441Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T04:57:16.442Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:57:16.444Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:57:16.444Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841831139,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:57:16.544Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:57:16.545Z||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-10T04:57:16.545Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:57:16.556Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:57:16.556Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:57:16.877Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:57:16.877Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|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-10T04:57:16.877Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:57:16.896Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:57:16.897Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:57:16.897Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841693065,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-10T04:57:16.898Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:57:16.898Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:57:16.898Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841694079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:57:16.898Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:57:16.898Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:57:16.898Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841694079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:57:16.898Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:57:16.898Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:57:16.899Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841694079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:57:16.899Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:57:16.899Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:57:16.899Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841694079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:57:16.899Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:57:16.899Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:57:16.899Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841694079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:57:16.899Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:57:16.899Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:57:16.899Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841694079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:57:16.899Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:57:16.899Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:57:16.900Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841694079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:57:16.900Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:57:16.900Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:57:16.900Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841694079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T04:57:16.900Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:57:16.900Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:57:16.900Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841707007,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:57:16.900Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:57:16.900Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:57:16.900Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841708745,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-10T04:57:16.901Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:57:17.445Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T04:57:17.445Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:57:17.447Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:57:17.447Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841831139,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-10T04:57:17.548Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-10T04:57:17.549Z||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-10T04:57:17.549Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:57:17.559Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:57:17.560Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:57:18.449Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T04:57:18.449Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:57:18.451Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:57:18.451Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841831139,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-10T04:57:18.551Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-10T04:57:18.552Z||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-10T04:57:18.552Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:57:18.564Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:57:18.564Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-10T04:57:19.452Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T04:57:19.453Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:57:19.455Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:57:19.455Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841831139,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:57:19.555Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:57:19.555Z||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-10T04:57:19.555Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:57:19.566Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:57:19.567Z||pool-55-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:57:20.455Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T04:57:20.456Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:57:20.458Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:57:20.458Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841831139,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-10T04:57:20.559Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-10T04:57:20.559Z||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-10T04:57:20.559Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:57:20.571Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:57:20.571Z||pool-56-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:57:21.459Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T04:57:21.460Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:57:21.464Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:57:21.464Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841831139,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:57:21.562Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-10-10T04:57:21.562Z||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-10T04:57:21.563Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:57:21.576Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:57:21.576Z||pool-57-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:57:22.465Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T04:57:22.466Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:57:22.468Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:57:22.468Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841831139,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T04:57:22.569Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-10T04:57:22.569Z||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-10T04:57:22.569Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:57:22.582Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:57:22.583Z||pool-58-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:57:23.470Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "ad029230-707a-4093-821c-373613a48656",
  "serviceDescription": "service",
  "serviceInvariantUUID": "dd4230c4-4505-4af8-a86b-4059db4032e0",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "d2c99e96-bc2c-466c-951a-9697b3273dfa",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "98d28b10-c186-4fe5-b52d-95ba6049d462",
      "resourceInvariantUUID": "f9a625e5-d1b7-4265-ac94-4fb5c533b4ab",
      "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": "NGNmNzQzYjUwZDY1MTcyZDhkOTk4Yjk2OWU3NWQ5NTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d4649c06-7cc9-4473-b4bf-8d635a6d3a4a",
          "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": "d4ddd1cd-445c-4a40-a84f-379d51a9ee33",
          "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": "daef3d67-582a-4ff8-9a54-3d1339baab1a",
            "generatedFromUUID": "d4ddd1cd-445c-4a40-a84f-379d51a9ee33"
          },
          "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": "daef3d67-582a-4ff8-9a54-3d1339baab1a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "M2UzNjIzNTM5ZDI5MjYyZjI5NzI3NjIzZDQxM2YwNTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "51b1f8e8-de0f-4591-8f80-499b08784c81"
    }
  ],
  "workloadContext": "Production"
}
2021-10-10T04:57:23.471Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-10T04:57:23.471Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ad029230-707a-4093-821c-373613a48656 ASDC
2021-10-10T04:57:23.471Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:ad029230-707a-4093-821c-373613a48656
ServiceInvariantUUID:dd4230c4-4505-4af8-a86b-4059db4032e0
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:51b1f8e8-de0f-4591-8f80-499b08784c81
ArtifactChecksum:M2UzNjIzNTM5ZDI5MjYyZjI5NzI3NjIzZDQxM2YwNTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:d2c99e96-bc2c-466c-951a-9697b3273dfa
ResourceInvariantUUID:f9a625e5-d1b7-4265-ac94-4fb5c533b4ab
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:98d28b10-c186-4fe5-b52d-95ba6049d462
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:d4649c06-7cc9-4473-b4bf-8d635a6d3a4a
ArtifactChecksum:NGNmNzQzYjUwZDY1MTcyZDhkOTk4Yjk2OWU3NWQ5NTQ=
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:d4ddd1cd-445c-4a40-a84f-379d51a9ee33
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:daef3d67-582a-4ff8-9a54-3d1339baab1a
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:daef3d67-582a-4ff8-9a54-3d1339baab1a
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-10T04:57:23.472Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ad029230-707a-4093-821c-373613a48656 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-10T04:57:23.505Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-10T04:57:23.506Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-10T04:57:23.506Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-10T04:57:23.506Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 51b1f8e8-de0f-4591-8f80-499b08784c81 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-10T04:57:23.506Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-10T04:57:23.506Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-10T04:57:23.788Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-10T04:57:23.794Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 51b1f8e8-de0f-4591-8f80-499b08784c81 73464
2021-10-10T04:57:23.794Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||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-10T04:57:23.794Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||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-10T04:57:23.794Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-10T04:57:23.795Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:57:23.796Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:57:23.796Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841843794,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:57:23.897Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:57:23.898Z||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-10T04:57:23.898Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:57:23.910Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:57:23.910Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:57:24.797Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-10T04:57:24.798Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-10T04:57:24.799Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 51b1f8e8-de0f-4591-8f80-499b08784c81, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-10T04:57:24.799Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-10-10T04:57:24.799Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-10T04:57:24.800Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-10T04:57:24.929Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3457128113526426710/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-10T04:57:25.779Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-10T04:57:25.780Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-10T04:57:25.780Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-10T04:57:25.780Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-10T04:57:25.780Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||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-10T04:57:25.780Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||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-10T04:57:25.780Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-10T04:57:25.780Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-10T04:57:25.780Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-10T04:57:25.780Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||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-10T04:57:25.780Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||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-10T04:57:25.780Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-10T04:57:25.780Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-10T04:57:25.781Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-10T04:57:25.781Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:57:25.781Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:57:25.781Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-10T04:57:25.781Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-10T04:57:25.781Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-10T04:57:25.781Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:57:25.782Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:57:25.782Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-10T04:57:25.782Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-10T04:57:25.782Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-10T04:57:25.782Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:57:25.782Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:57:25.782Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:57:25.782Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-10-10T04:57:25.782Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-10-10T04:57:25.782Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-10-10T04:57:25.783Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-10-10T04:57:25.783Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-10T04:57:25.783Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-10T04:57:25.783Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:57:25.783Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-10T04:57:25.783Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:57:25.784Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-10T04:57:25.784Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-10T04:57:25.784Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:57:25.784Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-10T04:57:25.784Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-10T04:57:25.784Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:57:25.784Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-10T04:57:25.784Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-10T04:57:25.784Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:57:25.784Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-10-10T04:57:25.785Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-10T04:57:25.785Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-10T04:57:25.785Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a02efa9f-a545-4ef9-a0fd-58b7848a8032
2021-10-10T04:57:25.785Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:57:25.785Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:57:25.785Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:57:25.785Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:57:25.785Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:57:25.785Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:57:25.785Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:57:25.786Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:57:25.786Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:ad029230-707a-4093-821c-373613a48656
Model Version:NULL
Model InvariantUuid:dd4230c4-4505-4af8-a86b-4059db4032e0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:d4239da5-5f32-443d-9142-168451ee50fe
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f9a625e5-d1b7-4265-ac94-4fb5c533b4ab
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d2c99e96-bc2c-466c-951a-9697b3273dfa
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:34d8e8bc-e3ed-4de0-be90-173bc663ed24
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:71dc5264-0010-429a-abd8-4d1a911cbc1f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a02efa9f-a545-4ef9-a0fd-58b7848a8032
ModelInvariantUuid:b666ece1-85ef-426a-860e-54281e05f800
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:b860a45d-4c3f-44c6-9a50-916037fdce89
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:4597d67c-49e8-4c99-a6f8-2204776e3daf
ModelInvariantUuid:f5a65492-c274-4734-9dd1-17134b35ed22
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:d11fd900-5ed1-4664-a0c8-0e8622b4a211
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-10T04:57:25.795Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 98d28b10-c186-4fe5-b52d-95ba6049d462
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-10T04:57:25.797Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||INFO|500||basicclamp 0
2021-10-10T04:57:25.797Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 98d28b10-c186-4fe5-b52d-95ba6049d462
2021-10-10T04:57:25.798Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d4649c06-7cc9-4473-b4bf-8d635a6d3a4a from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-10-10T04:57:25.798Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-10T04:57:25.798Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||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-10T04:57:25.948Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-10T04:57:25.948Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json d4649c06-7cc9-4473-b4bf-8d635a6d3a4a 790
2021-10-10T04:57:25.949Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||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-10T04:57:25.949Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||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-10T04:57:25.949Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-10T04:57:25.949Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:57:25.952Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:57:25.952Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841845949,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:57:26.052Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:57:26.053Z||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-10T04:57:26.053Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:57:26.065Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:57:26.066Z||pool-60-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:57:26.953Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "34d8e8bc-e3ed-4de0-be90-173bc663ed24",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "71dc5264-0010-429a-abd8-4d1a911cbc1f",
    "vfModuleModelCustomizationUUID": "0da095ba-f406-422b-b265-0be9dba14fcf",
    "isBase": true,
    "artifacts": [
      "d4ddd1cd-445c-4a40-a84f-379d51a9ee33",
      "daef3d67-582a-4ff8-9a54-3d1339baab1a"
    ],
    "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-10T04:57:26.956Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:71dc5264-0010-429a-abd8-4d1a911cbc1f
VfModuleModelInvariantUUID:34d8e8bc-e3ed-4de0-be90-173bc663ed24
VfModuleModelDescription:NULL
Artifacts UUID List:{
d4ddd1cd-445c-4a40-a84f-379d51a9ee33
,
daef3d67-582a-4ff8-9a54-3d1339baab1a

}
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-10T04:57:26.958Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "34d8e8bc-e3ed-4de0-be90-173bc663ed24",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "71dc5264-0010-429a-abd8-4d1a911cbc1f",
    "vfModuleModelCustomizationUUID": "0da095ba-f406-422b-b265-0be9dba14fcf",
    "isBase": true,
    "artifacts": [
      "d4ddd1cd-445c-4a40-a84f-379d51a9ee33",
      "daef3d67-582a-4ff8-9a54-3d1339baab1a"
    ],
    "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-10T04:57:26.958Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:71dc5264-0010-429a-abd8-4d1a911cbc1f
VfModuleModelInvariantUUID:34d8e8bc-e3ed-4de0-be90-173bc663ed24
VfModuleModelDescription:NULL
Artifacts UUID List:{
d4ddd1cd-445c-4a40-a84f-379d51a9ee33
,
daef3d67-582a-4ff8-9a54-3d1339baab1a

}
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-10T04:57:26.958Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d4ddd1cd-445c-4a40-a84f-379d51a9ee33 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-10-10T04:57:26.958Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-10T04:57:26.959Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||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-10T04:57:27.394Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-10T04:57:27.395Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml d4ddd1cd-445c-4a40-a84f-379d51a9ee33 5033
2021-10-10T04:57:27.395Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||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-10T04:57:27.395Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||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-10T04:57:27.395Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-10T04:57:27.395Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:57:27.397Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:57:27.398Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841847395,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:57:27.498Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:57:27.499Z||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-10T04:57:27.499Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:57:27.511Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:57:27.511Z||pool-61-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:57:28.398Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: daef3d67-582a-4ff8-9a54-3d1339baab1a from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-10-10T04:57:28.399Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-10T04:57:28.399Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||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-10T04:57:28.811Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-10T04:57:28.812Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env daef3d67-582a-4ff8-9a54-3d1339baab1a 909
2021-10-10T04:57:28.812Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||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-10T04:57:28.812Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||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-10T04:57:28.813Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-10T04:57:28.813Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:57:28.814Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:57:28.815Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841848812,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:57:28.915Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:57:28.915Z||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-10T04:57:28.915Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:57:28.927Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:57:28.928Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:57:29.815Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: ad029230-707a-4093-821c-373613a48656
2021-10-10T04:57:29.816Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 98d28b10-c186-4fe5-b52d-95ba6049d462 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-10T04:57:29.831Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@56ec74d9, org.onap.sdc.toscaparser.api.parameters.Input@451bf421, org.onap.sdc.toscaparser.api.parameters.Input@718ed273, org.onap.sdc.toscaparser.api.parameters.Input@7bec0635, org.onap.sdc.toscaparser.api.parameters.Input@4e93ff2d]
2021-10-10T04:57:29.832Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:57:29.832Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:57:29.832Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2021-10-10T04:57:29.833Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= d2c99e96-bc2c-466c-951a-9697b3273dfa
2021-10-10T04:57:29.833Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d2c99e96-bc2c-466c-951a-9697b3273dfa matches Tosca VF Customization UUID: d2c99e96-bc2c-466c-951a-9697b3273dfa
2021-10-10T04:57:29.833Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: d2c99e96-bc2c-466c-951a-9697b3273dfa  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-10T04:57:29.835Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:57:29.835Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:57:29.836Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id d2c99e96-bc2c-466c-951a-9697b3273dfa: {\"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-10T04:57:29.836Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@48ef8473
2021-10-10T04:57:29.837Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:57:29.837Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-10T04:57:29.837Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0da095ba-f406-422b-b265-0be9dba14fcf
2021-10-10T04:57:29.837Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0da095ba-f406-422b-b265-0be9dba14fcf
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-10T04:57:29.840Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:57:29.840Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-10T04:57:29.841Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-10T04:57:29.841Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:57:29.841Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-10T04:57:29.841Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-10T04:57:29.841Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:57:29.842Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-10-10T04:57:29.842Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-10T04:57:29.842Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-10T04:57:29.842Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a02efa9f-a545-4ef9-a0fd-58b7848a8032
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-10T04:57:29.844Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:57:29.844Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-10T04:57:29.845Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-10T04:57:29.845Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:57:29.845Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-10T04:57:29.845Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=d2c99e96-bc2c-466c-951a-9697b3273dfa
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-10T04:57:29.847Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:57:29.847Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:57:29.848Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid ad029230-707a-4093-821c-373613a48656: basicclamp
2021-10-10T04:57:29.848Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:57:29.848Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:57:29.848Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:57:29.848Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:57:29.849Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:57:29.849Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:57:29.849Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:57:29.849Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:57:29.849Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T04:57:29.850Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:57:29.850Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||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-10T04:57:29.927Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 98d28b10-c186-4fe5-b52d-95ba6049d462 1 ASDC deployResourceStructure
2021-10-10T04:57:29.928Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||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-10T04:57:29.928Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||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-10T04:57:29.928Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-10T04:57:29.928Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:57:29.929Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:57:29.929Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841849928,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-10T04:57:30.030Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:57:30.031Z||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-10T04:57:30.031Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:57:30.043Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:57:30.044Z||pool-63-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:57:30.930Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||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-10T04:57:30.931Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||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-10T04:57:30.931Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-10T04:57:30.931Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:57:30.933Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:57:30.934Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841850930,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-10T04:57:31.034Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:57:31.034Z||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-10T04:57:31.035Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:57:31.046Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:57:31.046Z||pool-64-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-10T04:57:31.934Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||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-10T04:57:31.935Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||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-10T04:57:31.935Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-10T04:57:31.935Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:57:31.937Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:57:31.938Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841851934,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-10T04:57:32.038Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:57:32.038Z||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-10T04:57:32.039Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:57:32.050Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:57:32.051Z||pool-65-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:57:32.938Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||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-10T04:57:32.939Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||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-10T04:57:32.939Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-10T04:57:32.939Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:57:32.941Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:57:32.941Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841852938,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-10T04:57:33.042Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-10T04:57:33.042Z||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-10T04:57:33.043Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:57:33.055Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:57:33.055Z||pool-66-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:57:33.942Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T04:57:33.955Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:57:33.958Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-10T04:57:33.958Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-10T04:57:33.958Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-10T04:58:03.958Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T04:58:03.970Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:58:03.972Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-10T04:58:03.972Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-10T04:58:03.972Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-10T04:58:16.877Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:58:16.877Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|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-10T04:58:16.878Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:58:16.902Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:58:16.902Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:58:16.903Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "cds",
  "timestamp": 1633841775402,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:58:16.903Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:58:33.973Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T04:58:33.983Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:58:33.985Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-10T04:58:33.985Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-10T04:58:33.985Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-10T04:59:03.986Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T04:59:03.996Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:59:03.999Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-10T04:59:03.999Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-10T04:59:03.999Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-10T04:59:16.877Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:59:16.878Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|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-10T04:59:16.878Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:59:16.896Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T04:59:16.910Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.910Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "aai-ml",
  "timestamp": 1633841770644,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.911Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.911Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.911Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "dcae-sch",
  "timestamp": 1633841769805,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-10-10T04:59:16.911Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.911Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.911Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "policy-id",
  "timestamp": 1633841776445,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.912Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.912Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.912Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633841776991,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.912Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.912Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.912Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "cds",
  "timestamp": 1633841775402,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.912Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.912Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.912Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "aai-ml",
  "timestamp": 1633841770644,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.912Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.912Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.912Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "dcae-sch",
  "timestamp": 1633841769805,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.912Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.913Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.913Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "policy-id",
  "timestamp": 1633841776445,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.913Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.913Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.913Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633841776991,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.913Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.913Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.913Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "cds",
  "timestamp": 1633841775402,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.913Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.913Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.913Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "dcae-sch",
  "timestamp": 1633841769805,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.913Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.913Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.913Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "aai-ml",
  "timestamp": 1633841770644,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.914Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.914Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.914Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "policy-id",
  "timestamp": 1633841776445,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.914Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.914Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.914Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633841776991,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-10T04:59:16.914Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.914Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.914Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "cds",
  "timestamp": 1633841775402,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.915Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.915Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.915Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "aai-ml",
  "timestamp": 1633841770644,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.915Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.915Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.915Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "dcae-sch",
  "timestamp": 1633841769805,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.915Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.915Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.915Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "policy-id",
  "timestamp": 1633841776445,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-10T04:59:16.915Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.916Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.916Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633841776991,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-10T04:59:16.916Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.916Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.916Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "cds",
  "timestamp": 1633841775402,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.916Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.916Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.916Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "aai-ml",
  "timestamp": 1633841770644,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.916Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.917Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.917Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "dcae-sch",
  "timestamp": 1633841769805,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.917Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.917Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.917Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "policy-id",
  "timestamp": 1633841776445,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.917Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.917Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.917Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633841776991,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.917Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.918Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.918Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633841781103,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.918Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.918Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.918Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "cds",
  "timestamp": 1633841775402,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.918Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.918Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.918Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "aai-ml",
  "timestamp": 1633841770644,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.918Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.918Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.918Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "dcae-sch",
  "timestamp": 1633841769805,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.919Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.919Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.919Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "policy-id",
  "timestamp": 1633841776445,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.919Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.919Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.919Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633841776991,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-10T04:59:16.919Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.919Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.919Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633841781103,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.919Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.919Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.919Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "cds",
  "timestamp": 1633841775402,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.919Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.919Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.919Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "aai-ml",
  "timestamp": 1633841770644,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.920Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.920Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.920Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "dcae-sch",
  "timestamp": 1633841769805,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.920Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.920Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.920Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "policy-id",
  "timestamp": 1633841776445,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.920Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.920Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.920Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633841776991,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.920Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.920Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.920Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633841781103,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.920Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.920Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.920Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "cds",
  "timestamp": 1633841775402,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T04:59:16.920Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.921Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.921Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "aai-ml",
  "timestamp": 1633841770644,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T04:59:16.921Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.921Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.921Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "dcae-sch",
  "timestamp": 1633841769805,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.921Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.921Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.921Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "policy-id",
  "timestamp": 1633841776445,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T04:59:16.921Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.921Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.921Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633841776991,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T04:59:16.921Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.921Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.921Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633841781103,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.921Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.922Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.922Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "cds",
  "timestamp": 1633841785487,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:59:16.922Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:59:16.922Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.922Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "policy-id",
  "timestamp": 1633841785468,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:59:16.922Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:59:16.922Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.922Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "aai-ml",
  "timestamp": 1633841785573,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:59:16.922Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:59:16.922Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.922Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633841781103,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.922Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.922Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.922Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633841786027,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:59:16.922Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:59:16.922Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.923Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "cds",
  "timestamp": 1633841786491,
  "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-10T04:59:16.929Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d
2021-10-10T04:59:16.929Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d 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-10T04:59:16.938Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.938Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "policy-id",
  "timestamp": 1633841786472,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-10T04:59:16.939Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:59:16.939Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.939Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "dcae-sch",
  "timestamp": 1633841786514,
  "artifactURL": "/sdc/v1/catalog/services/ad029230-707a-4093-821c-373613a48656/resourceInstances/basicclamp0/artifacts/21103bc4-42f3-4a02-8c2e-27616a6d1657",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:59:16.939Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:59:16.939Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.939Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633841781103,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.939Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.939Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.939Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "policy-id",
  "timestamp": 1633841787474,
  "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-10T04:59:16.944Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d
2021-10-10T04:59:16.945Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d 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-10T04:59:16.952Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.952Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633841787703,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:59:16.952Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:59:16.953Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.953Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633841781103,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.953Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.953Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.953Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "dcae-sch",
  "timestamp": 1633841787763,
  "artifactURL": "/sdc/v1/catalog/services/ad029230-707a-4093-821c-373613a48656/resourceInstances/basicclamp0/artifacts/21103bc4-42f3-4a02-8c2e-27616a6d1657",
  "status": "DEPLOY_OK"
}
2021-10-10T04:59:16.953Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:59:16.953Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.953Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633841781103,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.953Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.953Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.953Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "dcae-sch",
  "timestamp": 1633841788767,
  "artifactURL": "/sdc/v1/catalog/services/ad029230-707a-4093-821c-373613a48656/resourceInstances/basicclamp0/artifacts/21103bc4-42f3-4a02-8c2e-27616a6d1657",
  "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-10T04:59:16.958Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d
2021-10-10T04:59:16.958Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d 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-10T04:59:16.967Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.967Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633841789221,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:59:16.967Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:59:16.967Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.967Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633841781103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.968Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.968Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.968Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633841790250,
  "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-10T04:59:16.973Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d
2021-10-10T04:59:16.973Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d 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-10T04:59:16.980Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.980Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "dcae-sch",
  "timestamp": 1633841789805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.981Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.981Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.981Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633841781103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.981Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.981Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.981Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "cds",
  "timestamp": 1633841790402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.981Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.981Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.981Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633841791253,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-10T04:59:16.981Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:59:16.981Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.981Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "dcae-sch",
  "timestamp": 1633841789805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.981Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.982Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.982Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633841781103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.982Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.982Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.982Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "cds",
  "timestamp": 1633841790402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.982Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.982Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.982Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633841776991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.982Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.982Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.982Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "dcae-sch",
  "timestamp": 1633841789805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.982Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.982Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.982Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633841781103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.982Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.982Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.982Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "cds",
  "timestamp": 1633841790402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.982Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.983Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.983Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633841776991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-10-10T04:59:16.983Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.983Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.983Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "dcae-sch",
  "timestamp": 1633841789805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.983Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.983Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.983Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633841781103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.983Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.983Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.983Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "cds",
  "timestamp": 1633841790402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.983Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.983Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.983Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633841793574,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.983Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.983Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.983Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633841776991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-10T04:59:16.983Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.983Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.983Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "dcae-sch",
  "timestamp": 1633841789805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.984Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.984Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.984Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633841781103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.984Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.984Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.984Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "cds",
  "timestamp": 1633841790402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.984Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.984Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.984Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "aai-ml",
  "timestamp": 1633841794962,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-10T04:59:16.984Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:59:16.984Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.984Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633841793574,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.984Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.984Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.984Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633841776991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.984Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.984Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.984Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "dcae-sch",
  "timestamp": 1633841789805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.984Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.985Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.985Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633841781103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.985Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.985Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.985Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "cds",
  "timestamp": 1633841790402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.985Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.985Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.985Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "aai-ml",
  "timestamp": 1633841795966,
  "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-10T04:59:16.989Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d
2021-10-10T04:59:16.990Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d 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-10T04:59:16.998Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.998Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633841793574,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.998Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.998Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.998Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "clamp",
  "timestamp": 1633841795609,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.998Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.998Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.998Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633841776991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-10T04:59:16.999Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.999Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.999Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "dcae-sch",
  "timestamp": 1633841789805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.999Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.999Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.999Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "cds",
  "timestamp": 1633841790402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T04:59:16.999Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.999Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.999Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "policy-id",
  "timestamp": 1633841796445,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.999Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.999Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.999Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633841793574,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.999Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.999Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.999Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "clamp",
  "timestamp": 1633841795609,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.999Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:16.999Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:16.999Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633841776991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:16.999Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.000Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.000Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "policy-id",
  "timestamp": 1633841796445,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.000Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.000Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.000Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633841793574,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.000Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.000Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.000Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "clamp",
  "timestamp": 1633841795609,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-10T04:59:17.000Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.000Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.000Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633841776991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T04:59:17.000Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.000Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.000Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "cds",
  "timestamp": 1633841798618,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:59:17.000Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:59:17.000Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.000Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "policy-id",
  "timestamp": 1633841796445,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-10T04:59:17.000Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.000Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.001Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633841793574,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.001Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.001Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.001Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "clamp",
  "timestamp": 1633841795609,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.001Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.001Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.001Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "cds",
  "timestamp": 1633841799621,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-10T04:59:17.016Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0ae7085e-ee51-4a5a-8df0-860c86d4620c
2021-10-10T04:59:17.016Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ae7085e-ee51-4a5a-8df0-860c86d4620c 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-10T04:59:17.023Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.024Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "policy-id",
  "timestamp": 1633841796445,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.024Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.024Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.024Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633841800102,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:59:17.024Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:59:17.025Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.025Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633841793574,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.025Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.025Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.025Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "clamp",
  "timestamp": 1633841795609,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.025Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.025Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.025Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "policy-id",
  "timestamp": 1633841796445,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.025Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.025Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.026Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "aai-ml",
  "timestamp": 1633841800643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.026Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.026Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.026Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633841793574,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T04:59:17.026Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.026Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.026Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "clamp",
  "timestamp": 1633841795609,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.026Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.026Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.027Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "policy-id",
  "timestamp": 1633841796445,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.027Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.027Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.027Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "aai-ml",
  "timestamp": 1633841800643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.027Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.027Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.027Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "clamp",
  "timestamp": 1633841795609,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.027Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.027Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.027Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633841802657,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:59:17.027Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:59:17.027Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.028Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "policy-id",
  "timestamp": 1633841796445,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T04:59:17.028Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.028Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.028Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "aai-ml",
  "timestamp": 1633841800643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.028Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.028Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.028Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "clamp",
  "timestamp": 1633841795609,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T04:59:17.028Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.028Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.028Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633841803408,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:59:17.028Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:59:17.029Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.029Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "aai-ml",
  "timestamp": 1633841800643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.029Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.029Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.029Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633841804668,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:59:17.029Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:59:17.029Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.029Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "policy-id",
  "timestamp": 1633841804762,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:59:17.029Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:59:17.029Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.029Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "aai-ml",
  "timestamp": 1633841800643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.029Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.029Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.029Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633841805433,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-10T04:59:17.029Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:59:17.029Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.029Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633841805689,
  "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-10T04:59:17.034Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0ae7085e-ee51-4a5a-8df0-860c86d4620c
2021-10-10T04:59:17.034Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ae7085e-ee51-4a5a-8df0-860c86d4620c 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-10T04:59:17.043Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.043Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "policy-id",
  "timestamp": 1633841805767,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-10T04:59:17.043Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:59:17.043Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.043Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "aai-ml",
  "timestamp": 1633841800643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.044Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.044Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.044Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633841806437,
  "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-10T04:59:17.049Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d
2021-10-10T04:59:17.049Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d 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-10T04:59:17.056Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.057Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633841806694,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-10T04:59:17.057Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:59:17.057Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.057Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "policy-id",
  "timestamp": 1633841806770,
  "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-10T04:59:17.062Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0ae7085e-ee51-4a5a-8df0-860c86d4620c
2021-10-10T04:59:17.062Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ae7085e-ee51-4a5a-8df0-860c86d4620c 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-10T04:59:17.070Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.070Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "aai-ml",
  "timestamp": 1633841800643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T04:59:17.070Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.070Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.070Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633841793574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.070Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.071Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.071Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633841793574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.071Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.071Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.071Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "aai-ml",
  "timestamp": 1633841808700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:59:17.071Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:59:17.071Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.071Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633841793574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.071Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.071Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.071Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633841801103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.071Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.072Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.072Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "cds",
  "timestamp": 1633841805402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.072Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.072Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.072Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633841807699,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.072Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.072Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.072Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "dcae-sch",
  "timestamp": 1633841809805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.072Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.072Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.072Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633841793574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.072Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.072Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.072Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "clamp",
  "timestamp": 1633841810495,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:59:17.072Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:59:17.073Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.073Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633841801103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.073Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.073Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.073Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "dcae-sch",
  "timestamp": 1633841809805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.073Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.073Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.073Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "cds",
  "timestamp": 1633841805402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.073Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.073Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.073Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633841807699,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-10-10T04:59:17.073Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.073Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.073Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633841793574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.073Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.074Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.074Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "clamp",
  "timestamp": 1633841811498,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:59:17.074Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:59:17.074Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.074Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "cds",
  "timestamp": 1633841805402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.074Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.074Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.074Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "dcae-sch",
  "timestamp": 1633841809805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.074Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.074Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.074Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633841801103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.074Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.074Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.074Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633841807699,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-10T04:59:17.075Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.075Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.075Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633841793574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.075Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.075Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.075Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "clamp",
  "timestamp": 1633841812787,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-10T04:59:17.075Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:59:17.075Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.075Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633841801103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.075Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.075Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.075Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "dcae-sch",
  "timestamp": 1633841809805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.075Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.075Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.075Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "cds",
  "timestamp": 1633841805402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.076Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.076Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.076Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633841807699,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.076Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.076Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.076Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633841793574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T04:59:17.076Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.076Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.076Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "clamp",
  "timestamp": 1633841813790,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-10T04:59:17.076Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:59:17.076Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.076Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "cds",
  "timestamp": 1633841805402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.077Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.077Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.077Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "dcae-sch",
  "timestamp": 1633841809805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.077Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.077Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.077Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633841801103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.077Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.077Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.077Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633841807699,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-10T04:59:17.077Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.077Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.077Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "clamp",
  "timestamp": 1633841814793,
  "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-10T04:59:17.083Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d
2021-10-10T04:59:17.083Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d 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-10T04:59:17.091Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.091Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "cds",
  "timestamp": 1633841805402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.091Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.091Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.091Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633841801103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.091Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.091Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.091Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "dcae-sch",
  "timestamp": 1633841809805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.091Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.091Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.091Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633841807699,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.091Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.091Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.091Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633841815610,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:59:17.092Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:59:17.092Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.092Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "clamp",
  "timestamp": 1633841795609,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.092Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.092Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.092Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "cds",
  "timestamp": 1633841805402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.092Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.092Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.092Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633841801103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.092Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.092Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.092Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "dcae-sch",
  "timestamp": 1633841809805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.092Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.092Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.092Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633841807699,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.092Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.092Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.092Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "aai-ml",
  "timestamp": 1633841816597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-10T04:59:17.092Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:59:17.092Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.092Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "clamp",
  "timestamp": 1633841795609,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-10-10T04:59:17.092Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.092Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.092Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "policy-id",
  "timestamp": 1633841816445,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.093Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.093Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.093Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "cds",
  "timestamp": 1633841805402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T04:59:17.093Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.093Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.093Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633841801103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.093Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.093Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.093Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "dcae-sch",
  "timestamp": 1633841809805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.093Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.093Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.093Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633841807699,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T04:59:17.093Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.093Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.093Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "aai-ml",
  "timestamp": 1633841817599,
  "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-10T04:59:17.098Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0ae7085e-ee51-4a5a-8df0-860c86d4620c
2021-10-10T04:59:17.098Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ae7085e-ee51-4a5a-8df0-860c86d4620c 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-10T04:59:17.106Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.106Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633841817666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-10T04:59:17.106Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:59:17.106Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.106Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "clamp",
  "timestamp": 1633841795609,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.106Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.106Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.106Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "policy-id",
  "timestamp": 1633841816445,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.107Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.107Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.107Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633841818669,
  "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-10T04:59:17.111Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0ae7085e-ee51-4a5a-8df0-860c86d4620c
2021-10-10T04:59:17.112Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ae7085e-ee51-4a5a-8df0-860c86d4620c 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-10T04:59:17.121Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.121Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "clamp",
  "timestamp": 1633841795609,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.121Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.121Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.122Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "cds",
  "timestamp": 1633841819005,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:59:17.122Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:59:17.122Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.122Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633841819008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:59:17.122Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:59:17.122Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.122Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "policy-id",
  "timestamp": 1633841816445,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-10T04:59:17.123Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.123Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.123Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "clamp",
  "timestamp": 1633841795609,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.123Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.123Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.123Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "policy-id",
  "timestamp": 1633841816445,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.123Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.123Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.124Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "clamp",
  "timestamp": 1633841795609,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.124Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.124Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.124Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "policy-id",
  "timestamp": 1633841816445,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.124Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.124Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.124Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "cds",
  "timestamp": 1633841821478,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T04:59:17.137Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 75164af4-b2f9-4704-a04c-58f5ef073bb7
2021-10-10T04:59:17.137Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75164af4-b2f9-4704-a04c-58f5ef073bb7 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-10T04:59:17.146Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.146Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "clamp",
  "timestamp": 1633841795609,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T04:59:17.147Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.147Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.147Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "policy-id",
  "timestamp": 1633841816445,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.147Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.147Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.147Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633841822361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:59:17.147Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:59:17.148Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.148Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "policy-id",
  "timestamp": 1633841816445,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.148Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.148Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.148Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "policy-id",
  "timestamp": 1633841816445,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T04:59:17.148Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.148Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.148Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633841823574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.149Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.149Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.149Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633841824415,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:59:17.149Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:59:17.149Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.149Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633841823574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.149Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.149Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.149Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633841825440,
  "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-10T04:59:17.154Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 75164af4-b2f9-4704-a04c-58f5ef073bb7
2021-10-10T04:59:17.154Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75164af4-b2f9-4704-a04c-58f5ef073bb7 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-10T04:59:17.161Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.161Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "policy-id",
  "timestamp": 1633841825520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:59:17.161Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:59:17.162Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.162Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633841823574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.162Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.162Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.162Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633841826443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-10T04:59:17.162Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:59:17.162Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.162Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "policy-id",
  "timestamp": 1633841826523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-10T04:59:17.162Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:59:17.162Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.162Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633841823574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.163Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.163Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.163Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "policy-id",
  "timestamp": 1633841827526,
  "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-10T04:59:17.167Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 75164af4-b2f9-4704-a04c-58f5ef073bb7
2021-10-10T04:59:17.167Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75164af4-b2f9-4704-a04c-58f5ef073bb7 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-10T04:59:17.173Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.173Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633841823574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.174Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.174Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.174Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633841823574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.174Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.174Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.174Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "clamp",
  "timestamp": 1633841829498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:59:17.174Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:59:17.175Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.175Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841830120,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-10T04:59:17.175Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:59:17.175Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.175Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633841823574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.175Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.175Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.175Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633841823574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T04:59:17.176Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.176Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.176Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "aai-ml",
  "timestamp": 1633841830643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.176Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.176Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.176Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "clamp",
  "timestamp": 1633841831509,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-10T04:59:17.176Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:59:17.176Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.177Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "aai-ml",
  "timestamp": 1633841830643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.177Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.177Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.177Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "clamp",
  "timestamp": 1633841832512,
  "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-10T04:59:17.182Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0ae7085e-ee51-4a5a-8df0-860c86d4620c
2021-10-10T04:59:17.182Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ae7085e-ee51-4a5a-8df0-860c86d4620c 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-10T04:59:17.189Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.190Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "aai-ml",
  "timestamp": 1633841830643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.190Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.190Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.190Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633841833566,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-10T04:59:17.190Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:59:17.190Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.190Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "clamp",
  "timestamp": 1633841833516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.190Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.190Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.190Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "aai-ml",
  "timestamp": 1633841830643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.190Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.191Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.191Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "clamp",
  "timestamp": 1633841833516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-10-10T04:59:17.191Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.191Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.191Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "aai-ml",
  "timestamp": 1633841830643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.191Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.191Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.191Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841831139,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.191Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.191Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.191Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633841835612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-10T04:59:17.191Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:59:17.191Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.191Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "clamp",
  "timestamp": 1633841833516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.191Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.191Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.191Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "aai-ml",
  "timestamp": 1633841830643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.192Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.192Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.192Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841831139,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T04:59:17.192Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T04:59:17.192Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:59:17.192Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633841836615,
  "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-10T04:59:17.196Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 75164af4-b2f9-4704-a04c-58f5ef073bb7
2021-10-10T04:59:17.196Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75164af4-b2f9-4704-a04c-58f5ef073bb7 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-10T04:59:33.999Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T04:59:34.012Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:59:34.014Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-10T04:59:34.015Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-10T04:59:34.015Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-10T04:59:34.015Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-10T04:59:34.015Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-10T04:59:34.015Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-10T04:59:34.015Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-10T04:59:34.015Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-10T04:59:34.015Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-10T04:59:34.015Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-10T04:59:34.015Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-10T04:59:34.015Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-10T04:59:34.020Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-10T05:00:04.021Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d 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-10T05:00:04.027Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d and serviceModelVersionId: ad029230-707a-4093-821c-373613a48656
2021-10-10T05:00:04.027Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dd4230c4-4505-4af8-a86b-4059db4032e0
2021-10-10T05:00:04.027Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dd4230c4-4505-4af8-a86b-4059db4032e0/model-vers/model-ver/ad029230-707a-4093-821c-373613a48656?depth=0
2021-10-10T05:00:04.033Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-10-10T05:00:04.059Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dd4230c4-4505-4af8-a86b-4059db4032e0/model-vers/model-ver/ad029230-707a-4093-821c-373613a48656?depth=0|INFO|500||Invoke
2021-10-10T05:00:04.060Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dd4230c4-4505-4af8-a86b-4059db4032e0/model-vers/model-ver/ad029230-707a-4093-821c-373613a48656?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dd4230c4-4505-4af8-a86b-4059db4032e0/model-vers/model-ver/ad029230-707a-4093-821c-373613a48656?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[536e32fa-4cf4-4519-9519-169f32bb0849], X-ECOMP-RequestID=[b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d], X-TransactionId=[], X-ONAP-RequestID=[b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d], Content-Type=[application/merge-patch+json]}
2021-10-10T05:00:04.078Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dd4230c4-4505-4af8-a86b-4059db4032e0/model-vers/model-ver/ad029230-707a-4093-821c-373613a48656?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-10T05:00:04.216Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dd4230c4-4505-4af8-a86b-4059db4032e0/model-vers/model-ver/ad029230-707a-4093-821c-373613a48656?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/dd4230c4-4505-4af8-a86b-4059db4032e0/model-vers/model-ver/ad029230-707a-4093-821c-373613a48656?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211010-05:00:04:086-63394], vertex-id=[176304], Content-Length=[0], Date=[Sun, 10 Oct 2021 05:00:04 GMT], Content-Type=[application/json]}
2021-10-10T05:00:04.216Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dd4230c4-4505-4af8-a86b-4059db4032e0/model-vers/model-ver/ad029230-707a-4093-821c-373613a48656?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-10T05:00:04.217Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dd4230c4-4505-4af8-a86b-4059db4032e0/model-vers/model-ver/ad029230-707a-4093-821c-373613a48656?depth=0|INFO|500||InvokeReturn
2021-10-10T05:00:04.217Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-10T05:00:04.217Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-10T05:00:04.222Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-10T05:00:04.222Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-10T05:00:04.222Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-10T05:00:04.222Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:00:04.224Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:00:04.225Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842004222,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-10T05:00:04.325Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T05:00:04.325Z||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-10T05:00:04.325Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:00:04.340Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:00:04.341Z||pool-67-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-10T05:00:05.235Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-10T05:00:05.235Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"0ae7085e-ee51-4a5a-8df0-860c86d4620c","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"343fd672-ed82-45b8-a4d1-16d8094d6826","serviceDescription":"service","serviceInvariantUUID":"6f7ba147-eb33-40c5-8673-84330d17d6cc","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e79eb12f-175a-469f-942c-4512c612cb46","resourceInvariantUUID":"823a98e9-3095-48ab-a490-c9f086e56bc6","resourceCustomizationUUID":"9d8bfeda-ec3a-4ee3-9056-3501613f2fe9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"MGYxY2UwMjA1NzNmYmViM2RiODcyZmI1MWI0NTZmN2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e2e68486-e970-4c96-903b-fe5d3af6ae8f","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"MWQwOTk4ZmEzNTgyN2QwNzc3NGFlZDQ1NGU0NDBhZmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6f564191-5b11-44ea-a09b-23644148aaed","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ccc6ac71-cb5e-43ea-9785-711cead31eb6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a64d87f4-b0a3-497f-b974-21c652886a42","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f9bd5d3c-5e2d-40a9-8b3d-2cde89a15f57","artifactVersion":"2","generatedFromUUID":"ccc6ac71-cb5e-43ea-9785-711cead31eb6"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NjFjZWIwZDZmYzcxYTc5Njg2MDMwOTg4MWQxNjk1MDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b52e352b-56dd-45dd-ac77-fbf9e66cb2db","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Y2Y1ZjE1OWNiODllMGRlYWJiYTJiZTg5MTAzYTU5ZmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aac12f8f-8fce-42a3-9ae1-ec5eb5b75691","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-10T05:00:05.236Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T05:00:05.236Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:00:05.238Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:00:05.239Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841831139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:00:05.339Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T05:00:05.339Z||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-10T05:00:05.340Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:00:05.350Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:00:05.351Z||pool-68-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-10T05:00:06.239Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T05:00:06.240Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:00:06.242Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:00:06.242Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841831139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-10-10T05:00:06.342Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-10T05:00:06.343Z||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-10T05:00:06.343Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:00:06.355Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:00:06.355Z||pool-69-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-10T05:00:07.243Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T05:00:07.244Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:00:07.245Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:00:07.245Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841831139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-10T05:00:07.345Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T05:00:07.346Z||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-10T05:00:07.346Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:00:07.357Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:00:07.358Z||pool-70-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-10T05:00:08.246Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T05:00:08.246Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:00:08.248Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:00:08.248Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841831139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:00:08.348Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T05:00:08.349Z||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-10T05:00:08.349Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:00:08.359Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:00:08.360Z||pool-71-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-10T05:00:09.248Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T05:00:09.249Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:00:09.251Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:00:09.251Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841831139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-10T05:00:09.351Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T05:00:09.352Z||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-10T05:00:09.352Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:00:09.364Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:00:09.365Z||pool-72-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-10T05:00:10.252Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T05:00:10.252Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:00:10.255Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:00:10.255Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841831139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:00:10.355Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T05:00:10.355Z||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-10T05:00:10.356Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:00:10.368Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:00:10.368Z||pool-73-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-10T05:00:11.255Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T05:00:11.256Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:00:11.258Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:00:11.258Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841831139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T05:00:11.358Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T05:00:11.359Z||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-10T05:00:11.359Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:00:11.371Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:00:11.372Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-10T05:00:12.260Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "343fd672-ed82-45b8-a4d1-16d8094d6826",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6f7ba147-eb33-40c5-8673-84330d17d6cc",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "9d8bfeda-ec3a-4ee3-9056-3501613f2fe9",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e79eb12f-175a-469f-942c-4512c612cb46",
      "resourceInvariantUUID": "823a98e9-3095-48ab-a490-c9f086e56bc6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
          "artifactChecksum": "MWQwOTk4ZmEzNTgyN2QwNzc3NGFlZDQ1NGU0NDBhZmE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6f564191-5b11-44ea-a09b-23644148aaed",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ccc6ac71-cb5e-43ea-9785-711cead31eb6",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f9bd5d3c-5e2d-40a9-8b3d-2cde89a15f57",
            "generatedFromUUID": "ccc6ac71-cb5e-43ea-9785-711cead31eb6"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f9bd5d3c-5e2d-40a9-8b3d-2cde89a15f57",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "Y2Y1ZjE1OWNiODllMGRlYWJiYTJiZTg5MTAzYTU5ZmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "aac12f8f-8fce-42a3-9ae1-ec5eb5b75691"
    }
  ],
  "workloadContext": "Production"
}
2021-10-10T05:00:12.260Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-10T05:00:12.260Z|b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 343fd672-ed82-45b8-a4d1-16d8094d6826 ASDC
2021-10-10T05:00:12.261Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:0ae7085e-ee51-4a5a-8df0-860c86d4620c
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:343fd672-ed82-45b8-a4d1-16d8094d6826
ServiceInvariantUUID:6f7ba147-eb33-40c5-8673-84330d17d6cc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:aac12f8f-8fce-42a3-9ae1-ec5eb5b75691
ArtifactChecksum:Y2Y1ZjE1OWNiODllMGRlYWJiYTJiZTg5MTAzYTU5ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:9d8bfeda-ec3a-4ee3-9056-3501613f2fe9
ResourceInvariantUUID:823a98e9-3095-48ab-a490-c9f086e56bc6
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:e79eb12f-175a-469f-942c-4512c612cb46
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:6f564191-5b11-44ea-a09b-23644148aaed
ArtifactChecksum:MWQwOTk4ZmEzNTgyN2QwNzc3NGFlZDQ1NGU0NDBhZmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:ccc6ac71-cb5e-43ea-9785-711cead31eb6
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:f9bd5d3c-5e2d-40a9-8b3d-2cde89a15f57
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:f9bd5d3c-5e2d-40a9-8b3d-2cde89a15f57
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-10T05:00:12.261Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 343fd672-ed82-45b8-a4d1-16d8094d6826 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-10T05:00:12.293Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-10T05:00:12.293Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-10T05:00:12.294Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-10T05:00:12.294Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: aac12f8f-8fce-42a3-9ae1-ec5eb5b75691 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-10T05:00:12.294Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-10T05:00:12.294Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-10T05:00:13.371Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-10T05:00:13.377Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar aac12f8f-8fce-42a3-9ae1-ec5eb5b75691 70868
2021-10-10T05:00:13.377Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-10-10T05:00:13.377Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-10T05:00:13.377Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-10T05:00:13.378Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:00:13.380Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:00:13.380Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842013377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-10T05:00:13.480Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T05:00:13.481Z||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-10T05:00:13.481Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:00:13.491Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:00:13.492Z||pool-75-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-10T05:00:14.381Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-10T05:00:14.382Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-10T05:00:14.382Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: aac12f8f-8fce-42a3-9ae1-ec5eb5b75691, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-10-10T05:00:14.382Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-10-10T05:00:14.383Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-10-10T05:00:14.383Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-10-10T05:00:14.580Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1090776964494389420/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-10-10T05:00:15.447Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-10T05:00:15.447Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-10T05:00:15.447Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-10T05:00:15.447Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-10T05:00:15.448Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-10T05:00:15.448Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-10T05:00:15.448Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-10T05:00:15.448Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-10T05:00:15.448Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-10T05:00:15.448Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-10T05:00:15.448Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-10T05:00:15.448Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-10T05:00:15.448Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-10T05:00:15.448Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-10T05:00:15.448Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:00:15.448Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T05:00:15.448Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-10T05:00:15.448Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-10T05:00:15.448Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-10T05:00:15.449Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:00:15.449Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T05:00:15.449Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-10T05:00:15.449Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-10T05:00:15.449Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-10T05:00:15.449Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:00:15.449Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T05:00:15.449Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:00:15.449Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-10-10T05:00:15.449Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-10-10T05:00:15.449Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-10-10T05:00:15.449Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-10-10T05:00:15.450Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-10T05:00:15.450Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-10T05:00:15.450Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:00:15.450Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-10T05:00:15.450Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:00:15.450Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-10T05:00:15.450Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-10T05:00:15.450Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:00:15.450Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-10T05:00:15.450Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-10T05:00:15.450Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:00:15.450Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-10T05:00:15.450Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-10T05:00:15.451Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:00:15.451Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-10-10T05:00:15.451Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-10-10T05:00:15.451Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-10T05:00:15.451Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=28ab2283-029a-48bc-8acd-99cc4b762d62
2021-10-10T05:00:15.451Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:00:15.451Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T05:00:15.451Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:00:15.451Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T05:00:15.451Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:00:15.451Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T05:00:15.451Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:00:15.451Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T05:00:15.451Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:343fd672-ed82-45b8-a4d1-16d8094d6826
Model Version:NULL
Model InvariantUuid:6f7ba147-eb33-40c5-8673-84330d17d6cc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:72bb5ea0-f093-48fa-aa03-0d29e0c20d34
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:823a98e9-3095-48ab-a490-c9f086e56bc6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9d8bfeda-ec3a-4ee3-9056-3501613f2fe9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7e420f8a-b42a-4c0a-a14d-20701d9b3f30
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:b952da06-7f1e-4057-b963-0c46eb1c5c6b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:28ab2283-029a-48bc-8acd-99cc4b762d62
ModelInvariantUuid:8a8f9b45-7d5a-43b6-905a-79131b1e22bc
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:04cea0d6-f62c-4d8a-af9c-0aa18fd4d38e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:9a54bf39-4358-481c-96a0-7968342dc30f
ModelInvariantUuid:e10d2c54-bebb-41b7-a066-3ea4db178858
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:4c9cd6ac-232a-4ed5-92f8-9560b4605547
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-10T05:00:15.457Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: e79eb12f-175a-469f-942c-4512c612cb46
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-10T05:00:15.460Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||basic_vm 0
2021-10-10T05:00:15.460Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e79eb12f-175a-469f-942c-4512c612cb46
2021-10-10T05:00:15.460Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6f564191-5b11-44ea-a09b-23644148aaed from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-10-10T05:00:15.460Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-10T05:00:15.460Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-10-10T05:00:16.095Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-10T05:00:16.096Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 6f564191-5b11-44ea-a09b-23644148aaed 787
2021-10-10T05:00:16.096Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-10-10T05:00:16.096Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-10-10T05:00:16.096Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-10T05:00:16.096Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:00:16.098Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:00:16.099Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842016096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-10T05:00:16.199Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T05:00:16.199Z||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-10T05:00:16.200Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:00:16.211Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:00:16.211Z||pool-76-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-10T05:00:16.877Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T05:00:16.877Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|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-10T05:00:16.877Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|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 lfI4diXR2ioIK4WW) ...
2021-10-10T05:00:16.897Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:00:16.898Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:00:16.898Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "clamp",
  "timestamp": 1633841833516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:00:16.898Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:00:16.898Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:00:16.898Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "aai-ml",
  "timestamp": 1633841830643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:00:16.898Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:00:16.898Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:00:16.898Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841831139,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-10T05:00:16.898Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:00:16.899Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:00:16.899Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "clamp",
  "timestamp": 1633841833516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:00:16.899Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:00:16.899Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:00:16.899Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "aai-ml",
  "timestamp": 1633841830643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T05:00:16.899Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:00:16.899Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:00:16.899Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841831139,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-10T05:00:16.899Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:00:16.899Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:00:16.899Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "clamp",
  "timestamp": 1633841833516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:00:16.899Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:00:16.899Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:00:16.899Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841831139,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:00:16.899Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:00:16.899Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:00:16.899Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "aai-ml",
  "timestamp": 1633841839455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-10T05:00:16.899Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:00:16.899Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:00:16.899Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "clamp",
  "timestamp": 1633841833516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:00:16.899Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:00:16.900Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:00:16.900Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841831139,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-10T05:00:16.900Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:00:16.900Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:00:16.900Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "clamp",
  "timestamp": 1633841833516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T05:00:16.900Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:00:16.900Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:00:16.900Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841831139,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:00:16.900Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:00:16.900Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:00:16.900Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841831139,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T05:00:16.900Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:00:16.900Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:00:16.900Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841843794,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-10T05:00:16.900Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:00:16.900Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:00:16.900Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "aai-ml",
  "timestamp": 1633841844729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-10T05:00:16.900Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:00:16.900Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:00:16.900Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "aai-ml",
  "timestamp": 1633841845733,
  "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-10T05:00:16.908Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 75164af4-b2f9-4704-a04c-58f5ef073bb7
2021-10-10T05:00:16.908Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75164af4-b2f9-4704-a04c-58f5ef073bb7 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-10T05:00:16.916Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:00:16.916Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841845949,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-10T05:00:16.917Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:00:16.917Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:00:16.917Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841847395,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-10T05:00:16.917Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:00:16.917Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:00:16.917Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "clamp",
  "timestamp": 1633841848500,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-10T05:00:16.917Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:00:16.917Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:00:16.917Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841848812,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-10T05:00:16.917Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:00:16.918Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:00:16.918Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841849928,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-10T05:00:16.918Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:00:16.918Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:00:16.918Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841850930,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-10T05:00:16.918Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:00:16.918Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:00:16.918Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "clamp",
  "timestamp": 1633841851505,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-10T05:00:16.918Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:00:16.918Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:00:16.918Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841851934,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-10T05:00:16.918Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:00:16.918Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:00:16.919Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "clamp",
  "timestamp": 1633841852509,
  "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-10T05:00:16.923Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 75164af4-b2f9-4704-a04c-58f5ef073bb7
2021-10-10T05:00:16.924Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75164af4-b2f9-4704-a04c-58f5ef073bb7 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-10T05:00:16.932Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:00:16.932Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841852938,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-10T05:00:16.932Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:00:17.099Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "7e420f8a-b42a-4c0a-a14d-20701d9b3f30",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b952da06-7f1e-4057-b963-0c46eb1c5c6b",
    "vfModuleModelCustomizationUUID": "f850f045-8c7b-4e77-a1a3-f3fc21df7266",
    "isBase": true,
    "artifacts": [
      "ccc6ac71-cb5e-43ea-9785-711cead31eb6",
      "f9bd5d3c-5e2d-40a9-8b3d-2cde89a15f57"
    ],
    "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-10T05:00:17.104Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b952da06-7f1e-4057-b963-0c46eb1c5c6b
VfModuleModelInvariantUUID:7e420f8a-b42a-4c0a-a14d-20701d9b3f30
VfModuleModelDescription:NULL
Artifacts UUID List:{
ccc6ac71-cb5e-43ea-9785-711cead31eb6
,
f9bd5d3c-5e2d-40a9-8b3d-2cde89a15f57

}
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-10T05:00:17.106Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "7e420f8a-b42a-4c0a-a14d-20701d9b3f30",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b952da06-7f1e-4057-b963-0c46eb1c5c6b",
    "vfModuleModelCustomizationUUID": "f850f045-8c7b-4e77-a1a3-f3fc21df7266",
    "isBase": true,
    "artifacts": [
      "ccc6ac71-cb5e-43ea-9785-711cead31eb6",
      "f9bd5d3c-5e2d-40a9-8b3d-2cde89a15f57"
    ],
    "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-10T05:00:17.106Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b952da06-7f1e-4057-b963-0c46eb1c5c6b
VfModuleModelInvariantUUID:7e420f8a-b42a-4c0a-a14d-20701d9b3f30
VfModuleModelDescription:NULL
Artifacts UUID List:{
ccc6ac71-cb5e-43ea-9785-711cead31eb6
,
f9bd5d3c-5e2d-40a9-8b3d-2cde89a15f57

}
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-10T05:00:17.106Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ccc6ac71-cb5e-43ea-9785-711cead31eb6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-10-10T05:00:17.107Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-10T05:00:17.107Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-10-10T05:00:17.725Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-10T05:00:17.726Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ccc6ac71-cb5e-43ea-9785-711cead31eb6 5033
2021-10-10T05:00:17.726Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-10-10T05:00:17.726Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-10-10T05:00:17.726Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-10T05:00:17.726Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:00:17.728Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:00:17.728Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842017726,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-10T05:00:17.829Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T05:00:17.829Z||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-10T05:00:17.829Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:00:17.841Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:00:17.842Z||pool-77-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-10T05:00:18.729Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f9bd5d3c-5e2d-40a9-8b3d-2cde89a15f57 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-10-10T05:00:18.730Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-10T05:00:18.730Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-10-10T05:00:19.038Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-10T05:00:19.039Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env f9bd5d3c-5e2d-40a9-8b3d-2cde89a15f57 903
2021-10-10T05:00:19.039Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-10-10T05:00:19.039Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-10-10T05:00:19.039Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-10T05:00:19.040Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:00:19.041Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:00:19.042Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842019039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-10T05:00:19.142Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-10T05:00:19.142Z||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-10T05:00:19.142Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:00:19.153Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:00:19.153Z||pool-78-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-10T05:00:20.042Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 343fd672-ed82-45b8-a4d1-16d8094d6826
2021-10-10T05:00:20.043Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 e79eb12f-175a-469f-942c-4512c612cb46 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-10T05:00:20.054Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@8de820d, org.onap.sdc.toscaparser.api.parameters.Input@4d657813, org.onap.sdc.toscaparser.api.parameters.Input@6550345e, org.onap.sdc.toscaparser.api.parameters.Input@183f8c88, org.onap.sdc.toscaparser.api.parameters.Input@640dab68]
2021-10-10T05:00:20.056Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:00:20.056Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T05:00:20.056Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2021-10-10T05:00:20.056Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 9d8bfeda-ec3a-4ee3-9056-3501613f2fe9
2021-10-10T05:00:20.056Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9d8bfeda-ec3a-4ee3-9056-3501613f2fe9 matches Tosca VF Customization UUID: 9d8bfeda-ec3a-4ee3-9056-3501613f2fe9
2021-10-10T05:00:20.057Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 9d8bfeda-ec3a-4ee3-9056-3501613f2fe9  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-10T05:00:20.059Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:00:20.059Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T05:00:20.060Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 9d8bfeda-ec3a-4ee3-9056-3501613f2fe9: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2021-10-10T05:00:20.060Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2674f46
2021-10-10T05:00:20.060Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:00:20.060Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-10T05:00:20.061Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f850f045-8c7b-4e77-a1a3-f3fc21df7266
2021-10-10T05:00:20.061Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f850f045-8c7b-4e77-a1a3-f3fc21df7266
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-10T05:00:20.063Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:00:20.063Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-10T05:00:20.063Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-10T05:00:20.064Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:00:20.064Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-10T05:00:20.064Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-10T05:00:20.064Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:00:20.064Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-10-10T05:00:20.065Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-10-10T05:00:20.065Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-10T05:00:20.065Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=28ab2283-029a-48bc-8acd-99cc4b762d62
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-10T05:00:20.067Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:00:20.067Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-10T05:00:20.067Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-10T05:00:20.067Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:00:20.067Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-10T05:00:20.067Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=9d8bfeda-ec3a-4ee3-9056-3501613f2fe9
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-10T05:00:20.069Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:00:20.069Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T05:00:20.069Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 343fd672-ed82-45b8-a4d1-16d8094d6826: basic_vm
2021-10-10T05:00:20.069Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:00:20.069Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T05:00:20.070Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:00:20.070Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T05:00:20.070Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:00:20.070Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T05:00:20.070Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:00:20.070Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T05:00:20.071Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:00:20.071Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T05:00:20.071Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-10T05:00:20.147Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm e79eb12f-175a-469f-942c-4512c612cb46 1 ASDC deployResourceStructure
2021-10-10T05:00:20.147Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-10-10T05:00:20.147Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-10-10T05:00:20.147Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-10T05:00:20.147Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:00:20.149Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:00:20.149Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842020147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-10T05:00:20.249Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T05:00:20.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-10T05:00:20.250Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:00:20.260Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:00:20.261Z||pool-79-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-10T05:00:21.150Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-10-10T05:00:21.151Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-10-10T05:00:21.151Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-10T05:00:21.151Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:00:21.153Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:00:21.153Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842021150,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-10-10T05:00:21.253Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T05:00:21.254Z||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-10T05:00:21.254Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:00:21.264Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:00:21.264Z||pool-80-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-10T05:00:22.153Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-10-10T05:00:22.154Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-10-10T05:00:22.154Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-10T05:00:22.154Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:00:22.156Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:00:22.156Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842022153,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-10-10T05:00:22.257Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-10T05:00:22.257Z||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-10T05:00:22.257Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:00:22.269Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:00:22.269Z||pool-81-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-10T05:00:23.157Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-10-10T05:00:23.158Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-10T05:00:23.158Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-10T05:00:23.158Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:00:23.161Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:00:23.161Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842023157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-10T05:00:23.261Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T05:00:23.262Z||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-10T05:00:23.262Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:00:23.273Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:00:23.273Z||pool-82-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-10T05:00:24.161Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ae7085e-ee51-4a5a-8df0-860c86d4620c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T05:00:24.174Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ae7085e-ee51-4a5a-8df0-860c86d4620c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T05:00:24.177Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-10T05:00:24.177Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-10T05:00:24.177Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-10T05:00:24.177Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-10T05:00:24.177Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-10T05:00:24.178Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-10T05:00:24.178Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-10T05:00:24.178Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-10T05:00:24.178Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-10T05:00:24.178Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-10T05:00:24.178Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-10T05:00:24.184Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-10T05:00:54.184Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0ae7085e-ee51-4a5a-8df0-860c86d4620c 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-10T05:00:54.190Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0ae7085e-ee51-4a5a-8df0-860c86d4620c and serviceModelVersionId: 343fd672-ed82-45b8-a4d1-16d8094d6826
2021-10-10T05:00:54.190Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6f7ba147-eb33-40c5-8673-84330d17d6cc
2021-10-10T05:00:54.191Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6f7ba147-eb33-40c5-8673-84330d17d6cc/model-vers/model-ver/343fd672-ed82-45b8-a4d1-16d8094d6826?depth=0
2021-10-10T05:00:54.196Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-10-10T05:00:54.225Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6f7ba147-eb33-40c5-8673-84330d17d6cc/model-vers/model-ver/343fd672-ed82-45b8-a4d1-16d8094d6826?depth=0|INFO|500||Invoke
2021-10-10T05:00:54.225Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6f7ba147-eb33-40c5-8673-84330d17d6cc/model-vers/model-ver/343fd672-ed82-45b8-a4d1-16d8094d6826?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6f7ba147-eb33-40c5-8673-84330d17d6cc/model-vers/model-ver/343fd672-ed82-45b8-a4d1-16d8094d6826?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0ae7085e-ee51-4a5a-8df0-860c86d4620c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[00a7e7d9-080e-4a56-b5ed-1d9ba07fbde9], X-ECOMP-RequestID=[0ae7085e-ee51-4a5a-8df0-860c86d4620c], X-TransactionId=[], X-ONAP-RequestID=[0ae7085e-ee51-4a5a-8df0-860c86d4620c], Content-Type=[application/merge-patch+json]}
2021-10-10T05:00:54.241Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6f7ba147-eb33-40c5-8673-84330d17d6cc/model-vers/model-ver/343fd672-ed82-45b8-a4d1-16d8094d6826?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-10T05:00:55.494Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6f7ba147-eb33-40c5-8673-84330d17d6cc/model-vers/model-ver/343fd672-ed82-45b8-a4d1-16d8094d6826?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/6f7ba147-eb33-40c5-8673-84330d17d6cc/model-vers/model-ver/343fd672-ed82-45b8-a4d1-16d8094d6826?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211010-05:00:54:250-55367], vertex-id=[266384], Content-Length=[0], Date=[Sun, 10 Oct 2021 05:00:54 GMT], Content-Type=[application/json]}
2021-10-10T05:00:55.494Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6f7ba147-eb33-40c5-8673-84330d17d6cc/model-vers/model-ver/343fd672-ed82-45b8-a4d1-16d8094d6826?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-10T05:00:55.495Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6f7ba147-eb33-40c5-8673-84330d17d6cc/model-vers/model-ver/343fd672-ed82-45b8-a4d1-16d8094d6826?depth=0|INFO|500||InvokeReturn
2021-10-10T05:00:55.495Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-10T05:00:55.495Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-10T05:00:55.501Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-10T05:00:55.501Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0ae7085e-ee51-4a5a-8df0-860c86d4620c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-10T05:00:55.501Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-10T05:00:55.501Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:00:55.503Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:00:55.503Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842055501,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-10T05:00:55.604Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T05:00:55.604Z||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-10T05:00:55.604Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:00:55.619Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:00:55.620Z||pool-83-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-10T05:00:56.523Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-10T05:00:56.524Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"75164af4-b2f9-4704-a04c-58f5ef073bb7","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"11e6c202-de71-4466-98a5-e5a79a5c0302","serviceDescription":"service","serviceInvariantUUID":"284537de-664c-428d-b16c-f66b6a2b3621","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e01a75ec-412a-4716-943c-c55684c8a6dc","resourceInvariantUUID":"b44b47f9-b4d6-4250-acf5-f6180290f613","resourceCustomizationUUID":"8a1ceffa-4564-46e5-b01c-b1b830b48a9c","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":"ODlhYTVlNWRjOTA3ODViMTk4NjBiN2U5OWNjZWQ2NmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"467c98c0-04b4-4625-96cb-06b4a0f6f853","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":"OThlY2QzODYzYWJjZjA5MjY5NjQxM2E1NWZjMTQ2ODY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3b075ab7-44d5-4648-a07a-2860a14b38d7","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":"9605c14e-48bb-4115-8c2e-6fd3b177420f","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":"f1434510-fc58-4b2e-abf9-e45595ccf15d","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":"da03352e-cd98-4084-80d6-c1258dc998f3","artifactVersion":"2","generatedFromUUID":"9605c14e-48bb-4115-8c2e-6fd3b177420f"},{"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":"OTVkMjZjNGJmZGYxZWQ0MWZmOTAwZmFlNWYxZWQ1MDQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"b0ac39c1-2778-4a6f-abbb-f094043c6f16","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":"ZjJlYTM3OTBlNWI5MjAxOGI0MjY0NmQ0MDE3OTFkOTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7172fe6b-cf69-4357-9e72-0373122b7d39","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NGI4NzQ5NjdjZjZmNDAyZmQzOWU4MDk1YzVkNTM3MDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9aea09f0-82b2-49ce-839e-b5ad12f06431","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-10T05:00:56.524Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T05:00:56.525Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:00:56.526Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:00:56.526Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841831139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:00:56.627Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T05:00:56.627Z||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-10T05:00:56.627Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:00:56.639Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:00:56.640Z||pool-84-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-10T05:00:57.527Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T05:00:57.528Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:00:57.530Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:00:57.530Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841831139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-10-10T05:00:57.630Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T05:00:57.631Z||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-10T05:00:57.631Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:00:57.641Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:00:57.642Z||pool-85-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-10T05:00:58.530Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T05:00:58.531Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:00:58.534Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:00:58.534Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841831139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-10T05:00:58.634Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T05:00:58.635Z||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-10T05:00:58.635Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:00:58.646Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:00:58.646Z||pool-86-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-10T05:00:59.535Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T05:00:59.536Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:00:59.538Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:00:59.538Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841831139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:00:59.638Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T05:00:59.639Z||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-10T05:00:59.639Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:00:59.653Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:00:59.653Z||pool-87-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-10T05:01:00.538Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T05:01:00.539Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:01:00.540Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:01:00.541Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841831139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-10T05:01:00.641Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T05:01:00.642Z||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-10T05:01:00.642Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:01:00.653Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:01:00.653Z||pool-88-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-10T05:01:01.541Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T05:01:01.542Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:01:01.544Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:01:01.544Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841831139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:01:01.644Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T05:01:01.645Z||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-10T05:01:01.645Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:01:01.655Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:01:01.655Z||pool-89-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-10T05:01:02.544Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T05:01:02.545Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:01:02.547Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:01:02.547Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841831139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:01:02.648Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T05:01:02.649Z||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-10T05:01:02.649Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:01:02.660Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:01:02.660Z||pool-90-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-10T05:01:03.548Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T05:01:03.549Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:01:03.550Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:01:03.550Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841831139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T05:01:03.651Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T05:01:03.651Z||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-10T05:01:03.651Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:01:03.663Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:01:03.663Z||pool-91-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-10T05:01:04.552Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "11e6c202-de71-4466-98a5-e5a79a5c0302",
  "serviceDescription": "service",
  "serviceInvariantUUID": "284537de-664c-428d-b16c-f66b6a2b3621",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "8a1ceffa-4564-46e5-b01c-b1b830b48a9c",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e01a75ec-412a-4716-943c-c55684c8a6dc",
      "resourceInvariantUUID": "b44b47f9-b4d6-4250-acf5-f6180290f613",
      "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": "OThlY2QzODYzYWJjZjA5MjY5NjQxM2E1NWZjMTQ2ODY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3b075ab7-44d5-4648-a07a-2860a14b38d7",
          "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": "9605c14e-48bb-4115-8c2e-6fd3b177420f",
          "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": "da03352e-cd98-4084-80d6-c1258dc998f3",
            "generatedFromUUID": "9605c14e-48bb-4115-8c2e-6fd3b177420f"
          },
          "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": "da03352e-cd98-4084-80d6-c1258dc998f3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NGI4NzQ5NjdjZjZmNDAyZmQzOWU4MDk1YzVkNTM3MDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9aea09f0-82b2-49ce-839e-b5ad12f06431"
    }
  ],
  "workloadContext": "Production"
}
2021-10-10T05:01:04.552Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-10T05:01:04.552Z|0ae7085e-ee51-4a5a-8df0-860c86d4620c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 11e6c202-de71-4466-98a5-e5a79a5c0302 ASDC
2021-10-10T05:01:04.553Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:75164af4-b2f9-4704-a04c-58f5ef073bb7
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:11e6c202-de71-4466-98a5-e5a79a5c0302
ServiceInvariantUUID:284537de-664c-428d-b16c-f66b6a2b3621
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:9aea09f0-82b2-49ce-839e-b5ad12f06431
ArtifactChecksum:NGI4NzQ5NjdjZjZmNDAyZmQzOWU4MDk1YzVkNTM3MDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:8a1ceffa-4564-46e5-b01c-b1b830b48a9c
ResourceInvariantUUID:b44b47f9-b4d6-4250-acf5-f6180290f613
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:e01a75ec-412a-4716-943c-c55684c8a6dc
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:3b075ab7-44d5-4648-a07a-2860a14b38d7
ArtifactChecksum:OThlY2QzODYzYWJjZjA5MjY5NjQxM2E1NWZjMTQ2ODY=
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:9605c14e-48bb-4115-8c2e-6fd3b177420f
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:da03352e-cd98-4084-80d6-c1258dc998f3
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:da03352e-cd98-4084-80d6-c1258dc998f3
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-10T05:01:04.553Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 11e6c202-de71-4466-98a5-e5a79a5c0302 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-10T05:01:04.584Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-10T05:01:04.584Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-10T05:01:04.585Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-10T05:01:04.585Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9aea09f0-82b2-49ce-839e-b5ad12f06431 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-10-10T05:01:04.585Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-10T05:01:04.585Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-10-10T05:01:05.173Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-10T05:01:05.179Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 9aea09f0-82b2-49ce-839e-b5ad12f06431 78614
2021-10-10T05:01:05.179Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||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-10T05:01:05.179Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||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-10T05:01:05.179Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-10T05:01:05.179Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:01:05.181Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:01:05.181Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842065179,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-10T05:01:05.281Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T05:01:05.282Z||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-10T05:01:05.282Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:01:05.293Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:01:05.293Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-10T05:01:06.182Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-10T05:01:06.183Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-10T05:01:06.183Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 9aea09f0-82b2-49ce-839e-b5ad12f06431, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-10T05:01:06.184Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-10-10T05:01:06.184Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-10T05:01:06.184Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-10T05:01:06.745Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17725474699265853443/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-10T05:01:07.658Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-10T05:01:07.658Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-10T05:01:07.658Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-10T05:01:07.658Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-10T05:01:07.659Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||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-10T05:01:07.659Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||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-10T05:01:07.659Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-10T05:01:07.659Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-10T05:01:07.659Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-10T05:01:07.659Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||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-10T05:01:07.659Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-10T05:01:07.659Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||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-10T05:01:07.659Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-10T05:01:07.659Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-10T05:01:07.659Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:01:07.659Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T05:01:07.660Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-10T05:01:07.660Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-10T05:01:07.660Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-10T05:01:07.660Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:01:07.660Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T05:01:07.660Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-10T05:01:07.660Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-10T05:01:07.660Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-10T05:01:07.660Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:01:07.660Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T05:01:07.661Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:01:07.661Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-10-10T05:01:07.661Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-10-10T05:01:07.661Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-10-10T05:01:07.661Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-10-10T05:01:07.661Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-10T05:01:07.661Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-10T05:01:07.661Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:01:07.661Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-10T05:01:07.661Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:01:07.662Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-10T05:01:07.662Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-10T05:01:07.662Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:01:07.662Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-10T05:01:07.662Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-10T05:01:07.662Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:01:07.662Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-10T05:01:07.662Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-10T05:01:07.662Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:01:07.662Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-10-10T05:01:07.663Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-10-10T05:01:07.663Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-10T05:01:07.663Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4d2f61cd-e174-4d99-8812-d4efd739ea66
2021-10-10T05:01:07.663Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:01:07.663Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T05:01:07.663Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:01:07.663Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T05:01:07.663Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:01:07.663Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T05:01:07.663Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:01:07.663Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T05:01:07.663Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:11e6c202-de71-4466-98a5-e5a79a5c0302
Model Version:NULL
Model InvariantUuid:284537de-664c-428d-b16c-f66b6a2b3621
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:8a6777ff-ce91-49e4-9778-02dd64e8d1c3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b44b47f9-b4d6-4250-acf5-f6180290f613
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8a1ceffa-4564-46e5-b01c-b1b830b48a9c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8de498f4-9db4-4e02-aadf-b174c4fb7488
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:2599b4f1-232e-4eb0-869f-4cf18127a58f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4d2f61cd-e174-4d99-8812-d4efd739ea66
ModelInvariantUuid:61ef8665-044e-45a3-8315-1eb4a343a11b
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:0a754605-e929-4730-8166-08fa5e1b5eed
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:41ac0d4e-c5c8-4e45-b3ef-ab5afda809bd
ModelInvariantUuid:e6dc445a-b809-4252-b95c-742ad16a275b
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:c81841e4-16dc-40de-812f-799e515912f0
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-10T05:01:07.670Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: e01a75ec-412a-4716-943c-c55684c8a6dc
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-10T05:01:07.672Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||basic_vm_macro 0
2021-10-10T05:01:07.673Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e01a75ec-412a-4716-943c-c55684c8a6dc
2021-10-10T05:01:07.673Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3b075ab7-44d5-4648-a07a-2860a14b38d7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-10-10T05:01:07.673Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-10T05:01:07.673Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||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-10T05:01:08.210Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-10T05:01:08.210Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 3b075ab7-44d5-4648-a07a-2860a14b38d7 792
2021-10-10T05:01:08.210Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||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-10T05:01:08.211Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||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-10T05:01:08.211Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-10T05:01:08.211Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:01:08.213Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:01:08.213Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842068210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-10T05:01:08.313Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T05:01:08.314Z||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-10T05:01:08.314Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:01:08.325Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:01:08.326Z||pool-93-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-10T05:01:09.214Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "8de498f4-9db4-4e02-aadf-b174c4fb7488",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2599b4f1-232e-4eb0-869f-4cf18127a58f",
    "vfModuleModelCustomizationUUID": "265ec2ab-48b2-436b-af6f-16fb80ae77a1",
    "isBase": true,
    "artifacts": [
      "9605c14e-48bb-4115-8c2e-6fd3b177420f",
      "da03352e-cd98-4084-80d6-c1258dc998f3"
    ],
    "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-10T05:01:09.218Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2599b4f1-232e-4eb0-869f-4cf18127a58f
VfModuleModelInvariantUUID:8de498f4-9db4-4e02-aadf-b174c4fb7488
VfModuleModelDescription:NULL
Artifacts UUID List:{
9605c14e-48bb-4115-8c2e-6fd3b177420f
,
da03352e-cd98-4084-80d6-c1258dc998f3

}
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-10T05:01:09.221Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "8de498f4-9db4-4e02-aadf-b174c4fb7488",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2599b4f1-232e-4eb0-869f-4cf18127a58f",
    "vfModuleModelCustomizationUUID": "265ec2ab-48b2-436b-af6f-16fb80ae77a1",
    "isBase": true,
    "artifacts": [
      "9605c14e-48bb-4115-8c2e-6fd3b177420f",
      "da03352e-cd98-4084-80d6-c1258dc998f3"
    ],
    "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-10T05:01:09.221Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2599b4f1-232e-4eb0-869f-4cf18127a58f
VfModuleModelInvariantUUID:8de498f4-9db4-4e02-aadf-b174c4fb7488
VfModuleModelDescription:NULL
Artifacts UUID List:{
9605c14e-48bb-4115-8c2e-6fd3b177420f
,
da03352e-cd98-4084-80d6-c1258dc998f3

}
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-10T05:01:09.221Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9605c14e-48bb-4115-8c2e-6fd3b177420f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-10-10T05:01:09.222Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-10T05:01:09.222Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||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-10T05:01:09.994Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-10T05:01:09.994Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 9605c14e-48bb-4115-8c2e-6fd3b177420f 5033
2021-10-10T05:01:09.994Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||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-10T05:01:09.995Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||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-10T05:01:09.995Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-10T05:01:09.995Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:01:09.997Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:01:09.997Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842069994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-10T05:01:10.097Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T05:01:10.098Z||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-10T05:01:10.098Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:01:10.108Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:01:10.108Z||pool-94-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-10T05:01:10.998Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: da03352e-cd98-4084-80d6-c1258dc998f3 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-10-10T05:01:10.998Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-10T05:01:10.999Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||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-10T05:01:13.303Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-10T05:01:13.304Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env da03352e-cd98-4084-80d6-c1258dc998f3 903
2021-10-10T05:01:13.304Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||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-10T05:01:13.304Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||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-10T05:01:13.304Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-10T05:01:13.304Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:01:13.306Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:01:13.306Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842073304,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-10T05:01:13.406Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T05:01:13.407Z||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-10T05:01:13.407Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:01:13.420Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:01:13.420Z||pool-95-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-10T05:01:14.307Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 11e6c202-de71-4466-98a5-e5a79a5c0302
2021-10-10T05:01:14.308Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 e01a75ec-412a-4716-943c-c55684c8a6dc 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-10T05:01:14.323Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7e2b11ec, org.onap.sdc.toscaparser.api.parameters.Input@212eae42, org.onap.sdc.toscaparser.api.parameters.Input@5e19ade1, org.onap.sdc.toscaparser.api.parameters.Input@5e82e623, org.onap.sdc.toscaparser.api.parameters.Input@7800286e]
2021-10-10T05:01:14.324Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:01:14.324Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T05:01:14.324Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2021-10-10T05:01:14.325Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 8a1ceffa-4564-46e5-b01c-b1b830b48a9c
2021-10-10T05:01:14.325Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8a1ceffa-4564-46e5-b01c-b1b830b48a9c matches Tosca VF Customization UUID: 8a1ceffa-4564-46e5-b01c-b1b830b48a9c
2021-10-10T05:01:14.325Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 8a1ceffa-4564-46e5-b01c-b1b830b48a9c  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-10T05:01:14.326Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:01:14.326Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T05:01:14.327Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 8a1ceffa-4564-46e5-b01c-b1b830b48a9c: {\"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-10T05:01:14.327Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@76975977
2021-10-10T05:01:14.327Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:01:14.327Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-10T05:01:14.327Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 265ec2ab-48b2-436b-af6f-16fb80ae77a1
2021-10-10T05:01:14.327Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 265ec2ab-48b2-436b-af6f-16fb80ae77a1
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-10T05:01:14.329Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:01:14.329Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-10T05:01:14.329Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-10T05:01:14.329Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:01:14.329Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-10T05:01:14.329Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-10T05:01:14.329Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:01:14.330Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-10-10T05:01:14.330Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-10-10T05:01:14.330Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-10T05:01:14.330Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4d2f61cd-e174-4d99-8812-d4efd739ea66
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-10T05:01:14.331Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:01:14.331Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-10T05:01:14.331Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-10T05:01:14.332Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:01:14.332Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-10T05:01:14.332Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=8a1ceffa-4564-46e5-b01c-b1b830b48a9c
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-10T05:01:14.333Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:01:14.333Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T05:01:14.333Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 11e6c202-de71-4466-98a5-e5a79a5c0302: basic_vm_macro
2021-10-10T05:01:14.333Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:01:14.334Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T05:01:14.334Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:01:14.334Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T05:01:14.334Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:01:14.334Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T05:01:14.334Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:01:14.334Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T05:01:14.334Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:01:14.334Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T05:01:14.335Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||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-10T05:01:14.410Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro e01a75ec-412a-4716-943c-c55684c8a6dc 1 ASDC deployResourceStructure
2021-10-10T05:01:14.410Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||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-10T05:01:14.411Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||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-10T05:01:14.411Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-10T05:01:14.411Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:01:14.412Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:01:14.413Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842074410,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-10T05:01:14.513Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T05:01:14.513Z||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-10T05:01:14.513Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:01:14.525Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:01:14.526Z||pool-96-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-10T05:01:15.413Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||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-10T05:01:15.414Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||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-10T05:01:15.414Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-10T05:01:15.414Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:01:15.417Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:01:15.417Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842075413,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-10-10T05:01:15.517Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T05:01:15.518Z||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-10T05:01:15.518Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:01:15.529Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:01:15.530Z||pool-97-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-10T05:01:16.417Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||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-10T05:01:16.418Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||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-10T05:01:16.418Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-10T05:01:16.419Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:01:16.421Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:01:16.421Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842076417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-10-10T05:01:16.521Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T05:01:16.522Z||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-10T05:01:16.522Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:01:16.534Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:01:16.535Z||pool-98-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-10T05:01:16.877Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T05:01:16.877Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|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-10T05:01:16.877Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|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 lfI4diXR2ioIK4WW) ...
2021-10-10T05:01:16.898Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:01:16.900Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:01:16.901Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29861ac-cec9-4a1f-baf3-8dd47e9b7a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842004222,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-10T05:01:16.901Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:01:16.901Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:01:16.901Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841831139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:01:16.902Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:01:16.902Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:01:16.902Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841831139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-10-10T05:01:16.902Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:01:16.902Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:01:16.902Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841831139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-10T05:01:16.903Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:01:16.903Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:01:16.903Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "cds",
  "timestamp": 1633842000402,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:01:16.903Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:01:16.903Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:01:16.903Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633842003574,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:01:16.903Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:01:16.903Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:01:16.903Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633842001103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:01:16.903Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:01:16.904Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:01:16.904Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "clamp",
  "timestamp": 1633842005609,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:01:16.904Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:01:16.904Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:01:16.904Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841831139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:01:16.904Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:01:16.904Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:01:16.904Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633842003574,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:01:16.904Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:01:16.904Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:01:16.904Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "cds",
  "timestamp": 1633842000402,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:01:16.905Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:01:16.905Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:01:16.905Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633842001103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:01:16.905Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:01:16.905Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:01:16.905Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "clamp",
  "timestamp": 1633842005609,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:01:16.905Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:01:16.905Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:01:16.905Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841831139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-10T05:01:16.905Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:01:16.905Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:01:16.905Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633842003574,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:01:16.906Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:01:16.906Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:01:16.906Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "cds",
  "timestamp": 1633842000402,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:01:16.906Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:01:16.906Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:01:16.906Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633842001103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:01:16.906Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:01:16.906Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:01:16.906Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "clamp",
  "timestamp": 1633842005609,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:01:16.906Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:01:16.906Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:01:16.906Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841831139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:01:16.906Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:01:16.906Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:01:16.906Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "dcae-sch",
  "timestamp": 1633842009805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:01:16.907Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:01:16.907Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:01:16.907Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "cds",
  "timestamp": 1633842000402,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:01:16.907Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:01:16.907Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:01:16.907Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633842003574,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:01:16.907Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:01:16.907Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:01:16.907Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633842001103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:01:16.907Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:01:16.907Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:01:16.907Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "clamp",
  "timestamp": 1633842005609,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-10T05:01:16.907Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:01:16.908Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:01:16.908Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841831139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T05:01:16.908Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:01:16.908Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:01:16.908Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "aai-ml",
  "timestamp": 1633842010644,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:01:16.908Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:01:16.908Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:01:16.908Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "dcae-sch",
  "timestamp": 1633842009805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:01:16.908Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:01:16.908Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:01:16.908Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "cds",
  "timestamp": 1633842000402,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:01:16.908Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:01:16.908Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:01:16.908Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633842003574,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:01:16.909Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:01:16.909Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:01:16.909Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633842001103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:01:16.909Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:01:16.909Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:01:16.909Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "clamp",
  "timestamp": 1633842005609,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:01:16.909Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:01:16.909Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:01:16.909Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "aai-ml",
  "timestamp": 1633842010644,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:01:16.909Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:01:16.909Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:01:16.909Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "dcae-sch",
  "timestamp": 1633842009805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:01:16.909Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:01:16.909Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:01:16.910Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "cds",
  "timestamp": 1633842000402,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:01:16.910Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:01:16.910Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:01:16.910Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633842003574,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:01:16.910Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:01:16.910Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:01:16.910Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633842001103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:01:16.910Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:01:16.910Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:01:16.910Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "clamp",
  "timestamp": 1633842005609,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:01:16.910Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:01:16.910Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:01:16.911Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "aai-ml",
  "timestamp": 1633842010644,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:01:16.911Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:01:16.911Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:01:16.911Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842013377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-10T05:01:16.911Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:01:16.911Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:01:16.911Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "dcae-sch",
  "timestamp": 1633842009805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:01:16.911Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:01:16.911Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:01:16.911Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "cds",
  "timestamp": 1633842000402,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:01:16.912Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:01:16.912Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:01:16.912Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633842003574,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:01:16.912Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:01:16.912Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:01:16.912Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633842001103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:01:16.912Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:01:16.912Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:01:16.912Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "clamp",
  "timestamp": 1633842005609,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:01:16.912Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:01:16.912Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:01:16.912Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "aai-ml",
  "timestamp": 1633842010644,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:01:16.913Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:01:16.913Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:01:16.913Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "dcae-sch",
  "timestamp": 1633842009805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:01:16.913Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:01:16.913Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:01:16.913Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633842003574,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:01:16.913Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:01:16.913Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:01:16.913Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "cds",
  "timestamp": 1633842000402,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:01:16.913Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:01:16.913Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:01:16.913Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633842001103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:01:16.913Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:01:16.913Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:01:16.913Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "clamp",
  "timestamp": 1633842005609,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:01:16.913Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:01:16.913Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:01:16.914Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "aai-ml",
  "timestamp": 1633842010644,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:01:16.914Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:01:16.914Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:01:16.914Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "dcae-sch",
  "timestamp": 1633842009805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:01:16.914Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:01:16.914Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:01:16.914Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "cds",
  "timestamp": 1633842000402,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T05:01:16.914Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:01:16.914Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:01:16.914Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633842003574,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T05:01:16.914Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:01:16.914Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:01:16.914Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633842001103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:01:16.914Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:01:16.914Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:01:16.914Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "clamp",
  "timestamp": 1633842005609,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T05:01:16.914Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:01:16.914Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:01:16.914Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842016096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-10T05:01:16.914Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:01:16.914Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:01:16.914Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "aai-ml",
  "timestamp": 1633842010644,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:01:16.914Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:01:16.914Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:01:16.914Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "dcae-sch",
  "timestamp": 1633842009805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:01:16.914Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:01:17.422Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||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-10T05:01:17.422Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||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-10T05:01:17.422Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-10T05:01:17.423Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:01:17.424Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:01:17.424Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842077422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-10T05:01:17.525Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T05:01:17.525Z||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-10T05:01:17.526Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:01:17.538Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:01:17.538Z||pool-99-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-10T05:01:18.425Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75164af4-b2f9-4704-a04c-58f5ef073bb7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T05:01:18.436Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75164af4-b2f9-4704-a04c-58f5ef073bb7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T05:01:18.439Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-10T05:01:18.439Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-10T05:01:18.439Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-10T05:01:18.439Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-10T05:01:18.439Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-10T05:01:18.439Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-10T05:01:18.439Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-10T05:01:18.439Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-10T05:01:18.439Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-10T05:01:18.439Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-10T05:01:18.439Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-10T05:01:18.443Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-10T05:01:48.444Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 75164af4-b2f9-4704-a04c-58f5ef073bb7 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-10T05:01:48.451Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 75164af4-b2f9-4704-a04c-58f5ef073bb7 and serviceModelVersionId: 11e6c202-de71-4466-98a5-e5a79a5c0302
2021-10-10T05:01:48.451Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 284537de-664c-428d-b16c-f66b6a2b3621
2021-10-10T05:01:48.452Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/284537de-664c-428d-b16c-f66b6a2b3621/model-vers/model-ver/11e6c202-de71-4466-98a5-e5a79a5c0302?depth=0
2021-10-10T05:01:48.460Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-10-10T05:01:48.487Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/284537de-664c-428d-b16c-f66b6a2b3621/model-vers/model-ver/11e6c202-de71-4466-98a5-e5a79a5c0302?depth=0|INFO|500||Invoke
2021-10-10T05:01:48.487Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/284537de-664c-428d-b16c-f66b6a2b3621/model-vers/model-ver/11e6c202-de71-4466-98a5-e5a79a5c0302?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/284537de-664c-428d-b16c-f66b6a2b3621/model-vers/model-ver/11e6c202-de71-4466-98a5-e5a79a5c0302?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[75164af4-b2f9-4704-a04c-58f5ef073bb7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b9041236-7ee6-4715-8b7e-a5f1c6f7f5a9], X-ECOMP-RequestID=[75164af4-b2f9-4704-a04c-58f5ef073bb7], X-TransactionId=[], X-ONAP-RequestID=[75164af4-b2f9-4704-a04c-58f5ef073bb7], Content-Type=[application/merge-patch+json]}
2021-10-10T05:01:48.501Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/284537de-664c-428d-b16c-f66b6a2b3621/model-vers/model-ver/11e6c202-de71-4466-98a5-e5a79a5c0302?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-10T05:01:48.728Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/284537de-664c-428d-b16c-f66b6a2b3621/model-vers/model-ver/11e6c202-de71-4466-98a5-e5a79a5c0302?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/284537de-664c-428d-b16c-f66b6a2b3621/model-vers/model-ver/11e6c202-de71-4466-98a5-e5a79a5c0302?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211010-05:01:48:508-98959], vertex-id=[282632], Content-Length=[0], Date=[Sun, 10 Oct 2021 05:01:48 GMT], Content-Type=[application/json]}
2021-10-10T05:01:48.729Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/284537de-664c-428d-b16c-f66b6a2b3621/model-vers/model-ver/11e6c202-de71-4466-98a5-e5a79a5c0302?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-10T05:01:48.730Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/284537de-664c-428d-b16c-f66b6a2b3621/model-vers/model-ver/11e6c202-de71-4466-98a5-e5a79a5c0302?depth=0|INFO|500||InvokeReturn
2021-10-10T05:01:48.730Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-10T05:01:48.730Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-10T05:01:48.734Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-10T05:01:48.735Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 75164af4-b2f9-4704-a04c-58f5ef073bb7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-10T05:01:48.735Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-10T05:01:48.735Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:01:48.738Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:01:48.738Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842108735,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-10T05:01:48.838Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T05:01:48.839Z||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-10T05:01:48.839Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:01:48.857Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:01:48.857Z||pool-100-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-10T05:01:49.748Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T05:01:49.748Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|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-10T05:01:49.748Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|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 lfI4diXR2ioIK4WW) ...
2021-10-10T05:01:54.042Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:01:54.043Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-10T05:01:54.043Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"32932090-dce3-41bc-aa10-db9ee07e3202","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"ee4bbd4f-9de9-4baa-8fae-f3b671e47cca","serviceDescription":"service","serviceInvariantUUID":"d36a7eb4-4c3d-4047-b533-7c48712fe0f1","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e9d35137-e967-438f-9d1a-ae53bee13c54","resourceInvariantUUID":"30f466e3-5a6f-48ae-ac8c-b14955cb9f9f","resourceCustomizationUUID":"4e0d8fcb-ede9-4a24-897e-4228d4b92adb","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":"YTE4ODliMWQ2ZWViYmU5ODI1ZTRiYjNjMGRhMWQxMTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ff23f8e3-03ef-4c74-a2b3-12f3a1baa06f","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":"a4f81c02-7991-41c5-86bc-75d5ea4f2203","artifactVersion":"2","generatedFromUUID":"34226efb-4f1a-41d9-b5ea-1278d344b165"},{"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":"34226efb-4f1a-41d9-b5ea-1278d344b165","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":"MmFjMmVmZDU3NzI0YTUwZjNjZWFhNTk3NzFlM2EzNzc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"67d51fba-2fdb-42c4-9f53-4e78d1e8e73e","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":"1d56eae2-28e7-4cc7-913f-fb60f1e240fe","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":"22ebf08d-a092-4e9b-b178-4fd5a81f8e04","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":"833aef5d-dae4-4561-82b6-1ecc02abed80","artifactVersion":"2","generatedFromUUID":"1d56eae2-28e7-4cc7-913f-fb60f1e240fe"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZjM5NzcxZDI0NWJlYzkxMGNjZmJkMmM4NzNlNzQxOTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f1656bff-d10b-4915-b19a-ca1b4a29d376","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"OGM4ZmU0MTNkZjI1Y2VmYzRkNGNhYTQ5YjliOWJiMzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ebb2d56e-e78c-4d4f-8355-287b6ba9b04f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-10T05:01:54.045Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T05:01:54.046Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:01:54.048Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:01:54.049Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842109748,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:01:54.149Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T05:01:54.149Z||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-10T05:01:54.149Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:01:54.158Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:01:54.159Z||pool-101-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-10T05:01:55.049Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T05:01:55.050Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:01:55.053Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:01:55.053Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842109748,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-10-10T05:01:55.153Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-10T05:01:55.153Z||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-10T05:01:55.153Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:01:55.165Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:01:55.165Z||pool-102-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-10T05:01:56.053Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T05:01:56.054Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:01:56.056Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:01:56.056Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842109748,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-10-10T05:01:56.156Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T05:01:56.157Z||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-10T05:01:56.157Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:01:56.175Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:01:56.175Z||pool-103-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-10-10T05:01:57.057Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T05:01:57.057Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:01:57.059Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:01:57.059Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842109748,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-10T05:01:57.159Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T05:01:57.160Z||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-10T05:01:57.160Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:01:57.195Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:01:57.195Z||pool-104-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2021-10-10T05:01:58.060Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T05:01:58.061Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:01:58.063Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:01:58.064Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842109748,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-10-10T05:01:58.164Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T05:01:58.165Z||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-10T05:01:58.165Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:01:58.177Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:01:58.177Z||pool-105-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-10T05:01:59.064Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T05:01:59.065Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:01:59.066Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:01:59.066Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842109748,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:01:59.167Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T05:01:59.167Z||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-10T05:01:59.167Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:01:59.178Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:01:59.178Z||pool-106-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-10T05:02:00.067Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T05:02:00.068Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:02:00.070Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:02:00.071Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842109748,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-10-10T05:02:00.171Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T05:02:00.171Z||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-10T05:02:00.172Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:02:00.182Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:02:00.182Z||pool-107-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-10T05:02:01.071Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T05:02:01.072Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:02:01.073Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:02:01.073Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842109748,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:02:01.174Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-10T05:02:01.174Z||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-10T05:02:01.175Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:02:01.186Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:02:01.186Z||pool-108-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-10T05:02:02.074Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T05:02:02.075Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:02:02.076Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:02:02.077Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842109748,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T05:02:02.177Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T05:02:02.177Z||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-10T05:02:02.177Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:02:02.191Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:02:02.191Z||pool-109-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-10T05:02:03.078Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "ee4bbd4f-9de9-4baa-8fae-f3b671e47cca",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d36a7eb4-4c3d-4047-b533-7c48712fe0f1",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "4e0d8fcb-ede9-4a24-897e-4228d4b92adb",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e9d35137-e967-438f-9d1a-ae53bee13c54",
      "resourceInvariantUUID": "30f466e3-5a6f-48ae-ac8c-b14955cb9f9f",
      "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": "a4f81c02-7991-41c5-86bc-75d5ea4f2203",
          "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": "34226efb-4f1a-41d9-b5ea-1278d344b165",
          "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": "MmFjMmVmZDU3NzI0YTUwZjNjZWFhNTk3NzFlM2EzNzc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "67d51fba-2fdb-42c4-9f53-4e78d1e8e73e",
          "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": "1d56eae2-28e7-4cc7-913f-fb60f1e240fe",
          "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": "833aef5d-dae4-4561-82b6-1ecc02abed80",
            "generatedFromUUID": "1d56eae2-28e7-4cc7-913f-fb60f1e240fe"
          },
          "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": "833aef5d-dae4-4561-82b6-1ecc02abed80",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "OGM4ZmU0MTNkZjI1Y2VmYzRkNGNhYTQ5YjliOWJiMzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ebb2d56e-e78c-4d4f-8355-287b6ba9b04f"
    }
  ],
  "workloadContext": "Production"
}
2021-10-10T05:02:03.078Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-10T05:02:03.078Z|75164af4-b2f9-4704-a04c-58f5ef073bb7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 ee4bbd4f-9de9-4baa-8fae-f3b671e47cca ASDC
2021-10-10T05:02:03.079Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:32932090-dce3-41bc-aa10-db9ee07e3202
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:ee4bbd4f-9de9-4baa-8fae-f3b671e47cca
ServiceInvariantUUID:d36a7eb4-4c3d-4047-b533-7c48712fe0f1
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:ebb2d56e-e78c-4d4f-8355-287b6ba9b04f
ArtifactChecksum:OGM4ZmU0MTNkZjI1Y2VmYzRkNGNhYTQ5YjliOWJiMzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:4e0d8fcb-ede9-4a24-897e-4228d4b92adb
ResourceInvariantUUID:30f466e3-5a6f-48ae-ac8c-b14955cb9f9f
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:e9d35137-e967-438f-9d1a-ae53bee13c54
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:a4f81c02-7991-41c5-86bc-75d5ea4f2203
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:34226efb-4f1a-41d9-b5ea-1278d344b165
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:67d51fba-2fdb-42c4-9f53-4e78d1e8e73e
ArtifactChecksum:MmFjMmVmZDU3NzI0YTUwZjNjZWFhNTk3NzFlM2EzNzc=
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:1d56eae2-28e7-4cc7-913f-fb60f1e240fe
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:833aef5d-dae4-4561-82b6-1ecc02abed80
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:833aef5d-dae4-4561-82b6-1ecc02abed80
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-10T05:02:03.079Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ee4bbd4f-9de9-4baa-8fae-f3b671e47cca 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-10T05:02:03.113Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-10T05:02:03.114Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-10T05:02:03.115Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-10T05:02:03.115Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ebb2d56e-e78c-4d4f-8355-287b6ba9b04f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-10-10T05:02:03.115Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-10T05:02:03.115Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-10-10T05:02:04.168Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-10T05:02:04.173Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ebb2d56e-e78c-4d4f-8355-287b6ba9b04f 68755
2021-10-10T05:02:04.173Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||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-10T05:02:04.173Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||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-10T05:02:04.173Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-10T05:02:04.173Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:02:04.175Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:02:04.175Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842124173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-10T05:02:04.275Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T05:02:04.276Z||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-10T05:02:04.276Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:02:04.293Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:02:04.293Z||pool-110-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-10-10T05:02:05.175Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-10T05:02:05.176Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-10T05:02:05.177Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ebb2d56e-e78c-4d4f-8355-287b6ba9b04f, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-10T05:02:05.177Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-10-10T05:02:05.177Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-10T05:02:05.177Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-10T05:02:05.288Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5543932906267438718/Definitions/service-BasicCnf-template.yml
2021-10-10T05:02:06.193Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-10T05:02:06.194Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-10T05:02:06.194Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-10T05:02:06.194Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-10-10T05:02:06.194Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||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-10T05:02:06.194Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||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-10T05:02:06.194Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-10T05:02:06.194Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||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-10T05:02:06.194Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-10T05:02:06.194Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:02:06.194Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T05:02:06.194Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-10T05:02:06.194Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-10T05:02:06.194Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-10T05:02:06.195Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:02:06.195Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T05:02:06.195Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-10T05:02:06.195Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-10T05:02:06.195Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-10T05:02:06.195Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:02:06.195Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T05:02:06.195Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:02:06.195Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-10-10T05:02:06.195Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-10-10T05:02:06.195Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Node template dummy is not matching search criteria
2021-10-10T05:02:06.195Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-10T05:02:06.195Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:02:06.195Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-10T05:02:06.196Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:02:06.196Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-10T05:02:06.196Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-10T05:02:06.196Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:02:06.196Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-10T05:02:06.196Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-10T05:02:06.196Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:02:06.196Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-10T05:02:06.196Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-10T05:02:06.196Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:02:06.196Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-10-10T05:02:06.196Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-10-10T05:02:06.197Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=400ed6c1-9641-4e86-a795-9b5c7f3272b0
2021-10-10T05:02:06.197Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:02:06.197Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T05:02:06.197Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:02:06.197Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T05:02:06.197Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:02:06.197Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T05:02:06.197Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:02:06.197Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T05:02:06.197Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:ee4bbd4f-9de9-4baa-8fae-f3b671e47cca
Model Version:NULL
Model InvariantUuid:d36a7eb4-4c3d-4047-b533-7c48712fe0f1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:3efa7c67-d825-4d80-a380-5ef791af74cd
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:30f466e3-5a6f-48ae-ac8c-b14955cb9f9f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:4e0d8fcb-ede9-4a24-897e-4228d4b92adb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3bcd1dbd-4fce-4d8a-a8fe-280fea66bc12
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:fd60d614-42ee-40bd-94ab-d3d0850166f1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:400ed6c1-9641-4e86-a795-9b5c7f3272b0
ModelInvariantUuid:ec633a52-756c-434e-b37a-ea0042f7c237
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:7113d419-97ba-4439-918e-a64dd5f3cf84
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:b983634a-192c-4a98-8aae-21ff50ec36a9
ModelInvariantUuid:09627232-aba2-43b7-a9cb-96d6f0d6f8c1
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:53ba458d-bdfa-4be5-9b1a-86d7ed31bac6
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-10T05:02:06.204Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: e9d35137-e967-438f-9d1a-ae53bee13c54
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-10T05:02:06.206Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||basic_cnf 0
2021-10-10T05:02:06.206Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e9d35137-e967-438f-9d1a-ae53bee13c54
2021-10-10T05:02:06.206Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a4f81c02-7991-41c5-86bc-75d5ea4f2203 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-10-10T05:02:06.207Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-10T05:02:06.207Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||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-10T05:02:06.424Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-10T05:02:06.425Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env a4f81c02-7991-41c5-86bc-75d5ea4f2203 12
2021-10-10T05:02:06.425Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||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-10T05:02:06.425Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||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-10T05:02:06.425Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-10T05:02:06.425Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:02:06.427Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:02:06.427Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842126425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-10-10T05:02:06.528Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-10T05:02:06.528Z||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-10T05:02:06.528Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:02:06.541Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:02:06.541Z||pool-111-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-10T05:02:07.428Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 34226efb-4f1a-41d9-b5ea-1278d344b165 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-10-10T05:02:07.429Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-10T05:02:07.429Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||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-10T05:02:07.899Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-10T05:02:07.900Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 34226efb-4f1a-41d9-b5ea-1278d344b165 2688
2021-10-10T05:02:07.900Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||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-10T05:02:07.901Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||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-10T05:02:07.901Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-10T05:02:07.901Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:02:07.903Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:02:07.903Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842127900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-10-10T05:02:08.003Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T05:02:08.004Z||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-10T05:02:08.004Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:02:08.015Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:02:08.015Z||pool-112-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-10T05:02:08.905Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 67d51fba-2fdb-42c4-9f53-4e78d1e8e73e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-10-10T05:02:08.905Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-10T05:02:08.905Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||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-10T05:02:09.409Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-10T05:02:09.409Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 67d51fba-2fdb-42c4-9f53-4e78d1e8e73e 828
2021-10-10T05:02:09.409Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||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-10T05:02:09.409Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||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-10T05:02:09.410Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-10T05:02:09.410Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:02:09.411Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:02:09.411Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842129409,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-10T05:02:09.511Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T05:02:09.512Z||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-10T05:02:09.512Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:02:09.524Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:02:09.524Z||pool-113-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-10T05:02:10.412Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "3bcd1dbd-4fce-4d8a-a8fe-280fea66bc12",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fd60d614-42ee-40bd-94ab-d3d0850166f1",
    "vfModuleModelCustomizationUUID": "e442eeec-a182-400b-b807-aafa97fef6f4",
    "isBase": true,
    "artifacts": [
      "1d56eae2-28e7-4cc7-913f-fb60f1e240fe",
      "34226efb-4f1a-41d9-b5ea-1278d344b165",
      "833aef5d-dae4-4561-82b6-1ecc02abed80"
    ],
    "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-10T05:02:10.418Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fd60d614-42ee-40bd-94ab-d3d0850166f1
VfModuleModelInvariantUUID:3bcd1dbd-4fce-4d8a-a8fe-280fea66bc12
VfModuleModelDescription:NULL
Artifacts UUID List:{
1d56eae2-28e7-4cc7-913f-fb60f1e240fe
,
34226efb-4f1a-41d9-b5ea-1278d344b165
,
833aef5d-dae4-4561-82b6-1ecc02abed80

}
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-10T05:02:10.420Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "3bcd1dbd-4fce-4d8a-a8fe-280fea66bc12",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fd60d614-42ee-40bd-94ab-d3d0850166f1",
    "vfModuleModelCustomizationUUID": "e442eeec-a182-400b-b807-aafa97fef6f4",
    "isBase": true,
    "artifacts": [
      "1d56eae2-28e7-4cc7-913f-fb60f1e240fe",
      "34226efb-4f1a-41d9-b5ea-1278d344b165",
      "833aef5d-dae4-4561-82b6-1ecc02abed80"
    ],
    "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-10T05:02:10.420Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fd60d614-42ee-40bd-94ab-d3d0850166f1
VfModuleModelInvariantUUID:3bcd1dbd-4fce-4d8a-a8fe-280fea66bc12
VfModuleModelDescription:NULL
Artifacts UUID List:{
1d56eae2-28e7-4cc7-913f-fb60f1e240fe
,
34226efb-4f1a-41d9-b5ea-1278d344b165
,
833aef5d-dae4-4561-82b6-1ecc02abed80

}
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-10T05:02:10.420Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1d56eae2-28e7-4cc7-913f-fb60f1e240fe from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-10-10T05:02:10.420Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-10T05:02:10.420Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||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-10T05:02:12.497Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-10T05:02:12.497Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 1d56eae2-28e7-4cc7-913f-fb60f1e240fe 1164
2021-10-10T05:02:12.498Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||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-10T05:02:12.498Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||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-10T05:02:12.498Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-10T05:02:12.498Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:02:12.500Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:02:12.500Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842132498,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-10T05:02:12.600Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T05:02:12.601Z||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-10T05:02:12.601Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:02:12.612Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:02:12.612Z||pool-114-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-10T05:02:13.501Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 833aef5d-dae4-4561-82b6-1ecc02abed80 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-10-10T05:02:13.501Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-10T05:02:13.501Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||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-10T05:02:14.906Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-10T05:02:14.907Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 833aef5d-dae4-4561-82b6-1ecc02abed80 200
2021-10-10T05:02:14.907Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||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-10T05:02:14.907Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||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-10T05:02:14.907Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-10T05:02:14.907Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:02:14.909Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:02:14.909Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842134907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-10-10T05:02:15.009Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T05:02:15.010Z||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-10T05:02:15.010Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:02:15.020Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:02:15.020Z||pool-115-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-10T05:02:15.910Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: ee4bbd4f-9de9-4baa-8fae-f3b671e47cca
2021-10-10T05:02:15.911Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 e9d35137-e967-438f-9d1a-ae53bee13c54 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-10T05:02:15.928Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||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-10T05:02:15.934Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2b335fef, org.onap.sdc.toscaparser.api.parameters.Input@295846d7, org.onap.sdc.toscaparser.api.parameters.Input@415e9afd, org.onap.sdc.toscaparser.api.parameters.Input@2888633b, org.onap.sdc.toscaparser.api.parameters.Input@19f58de2]
2021-10-10T05:02:15.935Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:02:15.935Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T05:02:15.935Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2021-10-10T05:02:15.935Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 4e0d8fcb-ede9-4a24-897e-4228d4b92adb
2021-10-10T05:02:15.935Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4e0d8fcb-ede9-4a24-897e-4228d4b92adb matches Tosca VF Customization UUID: 4e0d8fcb-ede9-4a24-897e-4228d4b92adb
2021-10-10T05:02:15.935Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 4e0d8fcb-ede9-4a24-897e-4228d4b92adb  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-10T05:02:15.937Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:02:15.937Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T05:02:15.938Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 4e0d8fcb-ede9-4a24-897e-4228d4b92adb: {\"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-10T05:02:15.938Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2cb6d94d
2021-10-10T05:02:15.938Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:02:15.938Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-10T05:02:15.938Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e442eeec-a182-400b-b807-aafa97fef6f4
2021-10-10T05:02:15.938Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e442eeec-a182-400b-b807-aafa97fef6f4
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-10T05:02:15.940Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:02:15.940Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-10T05:02:15.940Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-10T05:02:15.940Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:02:15.940Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-10T05:02:15.940Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-10T05:02:15.941Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:02:15.941Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-10-10T05:02:15.941Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-10-10T05:02:15.941Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=400ed6c1-9641-4e86-a795-9b5c7f3272b0
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-10T05:02:15.943Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:02:15.943Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-10T05:02:15.943Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-10T05:02:15.943Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:02:15.943Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-10T05:02:15.943Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=4e0d8fcb-ede9-4a24-897e-4228d4b92adb
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-10T05:02:15.945Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:02:15.945Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T05:02:15.945Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid ee4bbd4f-9de9-4baa-8fae-f3b671e47cca: basic_cnf
2021-10-10T05:02:15.945Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:02:15.945Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T05:02:15.945Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:02:15.945Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T05:02:15.945Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:02:15.945Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T05:02:15.945Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:02:15.945Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T05:02:15.946Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:02:15.946Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T05:02:15.946Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||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-10T05:02:16.010Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf e9d35137-e967-438f-9d1a-ae53bee13c54 1 ASDC deployResourceStructure
2021-10-10T05:02:16.011Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||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-10T05:02:16.011Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||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-10T05:02:16.011Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-10-10T05:02:16.011Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:02:16.013Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:02:16.013Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842136010,
  "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-10T05:02:16.113Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T05:02:16.114Z||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-10T05:02:16.114Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:02:16.125Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:02:16.125Z||pool-116-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-10T05:02:16.877Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T05:02:16.877Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|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-10T05:02:16.877Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|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 lfI4diXR2ioIK4WW) ...
2021-10-10T05:02:16.895Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:02:16.896Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:02:16.896Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "cds",
  "timestamp": 1633842016921,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-10T05:02:16.897Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:02:17.014Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||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-10T05:02:17.015Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||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-10T05:02:17.015Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-10-10T05:02:17.015Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:02:17.017Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:02:17.017Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842137014,
  "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-10T05:02:17.117Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T05:02:17.118Z||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-10T05:02:17.118Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:02:17.129Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:02:17.130Z||pool-117-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-10T05:02:18.018Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||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-10T05:02:18.018Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||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-10T05:02:18.018Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-10T05:02:18.019Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:02:18.021Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:02:18.021Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842138018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-10T05:02:18.121Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T05:02:18.121Z||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-10T05:02:18.121Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:02:18.132Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:02:18.133Z||pool-118-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-10T05:02:19.026Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||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-10T05:02:19.026Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||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-10T05:02:19.026Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-10T05:02:19.026Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:02:19.029Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:02:19.029Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842139026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-10-10T05:02:19.129Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T05:02:19.129Z||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-10T05:02:19.130Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:02:19.145Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:02:19.145Z||pool-119-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-10T05:02:20.030Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||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-10T05:02:20.031Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||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-10T05:02:20.031Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-10T05:02:20.031Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:02:20.032Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:02:20.033Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842140030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-10-10T05:02:20.133Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T05:02:20.134Z||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-10T05:02:20.134Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:02:20.146Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:02:20.146Z||pool-120-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-10T05:02:21.034Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||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-10T05:02:21.034Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||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-10T05:02:21.034Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-10T05:02:21.035Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:02:21.036Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:02:21.037Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842141033,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-10T05:02:21.137Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T05:02:21.138Z||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-10T05:02:21.138Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:02:21.149Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:02:21.149Z||pool-121-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-10T05:02:22.037Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32932090-dce3-41bc-aa10-db9ee07e3202
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T05:02:22.048Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32932090-dce3-41bc-aa10-db9ee07e3202
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T05:02:22.050Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-10T05:02:22.050Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-10T05:02:22.050Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-10T05:02:52.051Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32932090-dce3-41bc-aa10-db9ee07e3202
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T05:02:52.061Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32932090-dce3-41bc-aa10-db9ee07e3202
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T05:02:52.063Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-10T05:02:52.063Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-10T05:02:52.063Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-10T05:03:16.877Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T05:03:16.877Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|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-10T05:03:16.877Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|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 lfI4diXR2ioIK4WW) ...
2021-10-10T05:03:16.902Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:03:16.903Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:03:16.903Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633842016996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-10T05:03:16.904Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:03:16.904Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:03:16.904Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "policy-id",
  "timestamp": 1633842016445,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:03:16.904Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:03:16.904Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:03:16.904Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "aai-ml",
  "timestamp": 1633842010644,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:03:16.904Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:03:16.905Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:03:16.905Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "dcae-sch",
  "timestamp": 1633842009805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:03:16.905Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:03:16.905Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:03:16.905Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633842016991,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:03:16.905Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:03:16.905Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:03:16.905Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842017726,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-10T05:03:16.905Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:03:16.905Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:03:16.905Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "cds",
  "timestamp": 1633842017925,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-10T05:03:16.913Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 32932090-dce3-41bc-aa10-db9ee07e3202
2021-10-10T05:03:16.913Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32932090-dce3-41bc-aa10-db9ee07e3202 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-10T05:03:16.922Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:03:16.922Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "policy-id",
  "timestamp": 1633842016445,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:03:16.922Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:03:16.922Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:03:16.922Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "aai-ml",
  "timestamp": 1633842010644,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:03:16.922Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:03:16.922Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:03:16.922Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "dcae-sch",
  "timestamp": 1633842009805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:03:16.922Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:03:16.922Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:03:16.922Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633842016991,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-10-10T05:03:16.923Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:03:16.923Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:03:16.923Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633842018989,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-10T05:03:16.923Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:03:16.923Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:03:16.923Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842019039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-10T05:03:16.923Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:03:16.923Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:03:16.923Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "policy-id",
  "timestamp": 1633842016445,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:03:16.923Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:03:16.924Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:03:16.924Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "aai-ml",
  "timestamp": 1633842010644,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T05:03:16.924Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:03:16.924Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:03:16.924Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633842016991,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-10-10T05:03:16.924Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:03:16.924Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:03:16.924Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633842019992,
  "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-10T05:03:16.929Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 32932090-dce3-41bc-aa10-db9ee07e3202
2021-10-10T05:03:16.929Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32932090-dce3-41bc-aa10-db9ee07e3202 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-10T05:03:16.937Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:03:16.938Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "policy-id",
  "timestamp": 1633842016445,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:03:16.938Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:03:16.938Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:03:16.938Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842020147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-10T05:03:16.938Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:03:16.938Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:03:16.939Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633842016991,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-10T05:03:16.939Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:03:16.939Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:03:16.939Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "policy-id",
  "timestamp": 1633842016445,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-10-10T05:03:16.939Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:03:16.939Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:03:16.939Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842021150,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-10-10T05:03:16.939Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:03:16.939Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:03:16.939Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633842016991,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-10-10T05:03:16.939Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:03:16.939Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:03:16.940Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "policy-id",
  "timestamp": 1633842016445,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:03:16.940Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:03:16.940Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:03:16.940Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842022153,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-10-10T05:03:16.940Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:03:16.940Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:03:16.940Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633842016991,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:03:16.940Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:03:16.940Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:03:16.940Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "policy-id",
  "timestamp": 1633842016445,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:03:16.940Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:03:16.940Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:03:16.940Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842023157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-10T05:03:16.941Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:03:16.941Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:03:16.941Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633842016991,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-10-10T05:03:16.941Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:03:16.941Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:03:16.941Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "aai-ml",
  "timestamp": 1633842023704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-10T05:03:16.941Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:03:16.941Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:03:16.941Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "policy-id",
  "timestamp": 1633842016445,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:03:16.941Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:03:16.941Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:03:16.941Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633842016991,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:03:16.942Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:03:16.942Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:03:16.942Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "policy-id",
  "timestamp": 1633842016445,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T05:03:16.942Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:03:16.942Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:03:16.942Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633842016991,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T05:03:16.942Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:03:16.942Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:03:16.942Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "policy-id",
  "timestamp": 1633842026323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-10T05:03:16.942Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:03:16.942Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:03:16.942Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633842027013,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-10T05:03:16.942Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:03:16.943Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:03:16.943Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "policy-id",
  "timestamp": 1633842027326,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-10T05:03:16.943Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:03:16.943Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:03:16.943Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "policy-id",
  "timestamp": 1633842028328,
  "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-10T05:03:16.948Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 32932090-dce3-41bc-aa10-db9ee07e3202
2021-10-10T05:03:16.948Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32932090-dce3-41bc-aa10-db9ee07e3202 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-10T05:03:16.955Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:03:16.956Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "clamp",
  "timestamp": 1633842028531,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-10T05:03:16.956Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:03:16.956Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:03:16.956Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633842028708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-10T05:03:16.956Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:03:16.956Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:03:16.956Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633842030405,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-10-10T05:03:16.956Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:03:16.956Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:03:16.956Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "clamp",
  "timestamp": 1633842030541,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-10T05:03:16.956Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:03:16.956Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:03:16.956Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "clamp",
  "timestamp": 1633842031543,
  "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-10T05:03:16.961Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 32932090-dce3-41bc-aa10-db9ee07e3202
2021-10-10T05:03:16.961Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32932090-dce3-41bc-aa10-db9ee07e3202 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-10T05:03:16.970Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:03:16.970Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633842033355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-10-10T05:03:16.970Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:03:16.970Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:03:16.970Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "aai-ml",
  "timestamp": 1633842033960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-10T05:03:16.970Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:03:16.970Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:03:16.970Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633842034399,
  "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-10T05:03:16.975Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 32932090-dce3-41bc-aa10-db9ee07e3202
2021-10-10T05:03:16.975Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32932090-dce3-41bc-aa10-db9ee07e3202 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-10T05:03:16.983Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:03:16.983Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "aai-ml",
  "timestamp": 1633842034963,
  "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-10T05:03:16.988Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 32932090-dce3-41bc-aa10-db9ee07e3202
2021-10-10T05:03:16.988Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32932090-dce3-41bc-aa10-db9ee07e3202 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-10T05:03:16.996Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:03:16.996Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633842035402,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-10T05:03:16.996Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:03:16.997Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:03:16.997Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ae7085e-ee51-4a5a-8df0-860c86d4620c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842055501,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-10T05:03:16.997Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:03:16.997Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:03:16.997Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841831139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:03:16.997Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:03:16.997Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:03:16.997Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841831139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-10-10T05:03:16.997Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:03:16.997Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:03:16.997Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841831139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-10T05:03:16.997Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:03:16.997Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:03:16.997Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841831139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:03:16.997Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:03:16.997Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:03:16.997Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841831139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-10T05:03:16.997Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:03:16.997Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:03:16.998Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841831139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:03:16.998Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:03:16.998Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:03:16.998Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841831139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:03:16.998Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:03:16.998Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:03:16.998Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633841831139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T05:03:16.998Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:03:16.998Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:03:16.998Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842065179,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-10T05:03:16.998Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:03:16.998Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:03:16.998Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842068210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-10T05:03:16.998Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:03:16.998Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:03:16.998Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842069994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-10T05:03:16.998Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:03:16.998Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:03:16.998Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842073304,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-10T05:03:16.998Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:03:16.999Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:03:16.999Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842074410,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-10T05:03:16.999Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:03:16.999Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:03:16.999Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842075413,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-10-10T05:03:16.999Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:03:16.999Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:03:16.999Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842076417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-10-10T05:03:16.999Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:03:22.063Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32932090-dce3-41bc-aa10-db9ee07e3202
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T05:03:22.076Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32932090-dce3-41bc-aa10-db9ee07e3202
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T05:03:22.078Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-10T05:03:22.078Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-10T05:03:22.078Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-10T05:03:22.078Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-10T05:03:22.078Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-10T05:03:22.078Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-10T05:03:22.078Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-10T05:03:22.078Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-10T05:03:22.079Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-10T05:03:22.079Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-10T05:03:22.079Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-10T05:03:22.084Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-10T05:03:52.084Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 32932090-dce3-41bc-aa10-db9ee07e3202 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-10T05:03:52.093Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 32932090-dce3-41bc-aa10-db9ee07e3202 and serviceModelVersionId: ee4bbd4f-9de9-4baa-8fae-f3b671e47cca
2021-10-10T05:03:52.094Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d36a7eb4-4c3d-4047-b533-7c48712fe0f1
2021-10-10T05:03:52.094Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d36a7eb4-4c3d-4047-b533-7c48712fe0f1/model-vers/model-ver/ee4bbd4f-9de9-4baa-8fae-f3b671e47cca?depth=0
2021-10-10T05:03:52.099Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-10-10T05:03:52.124Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d36a7eb4-4c3d-4047-b533-7c48712fe0f1/model-vers/model-ver/ee4bbd4f-9de9-4baa-8fae-f3b671e47cca?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-10T05:03:52.124Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d36a7eb4-4c3d-4047-b533-7c48712fe0f1/model-vers/model-ver/ee4bbd4f-9de9-4baa-8fae-f3b671e47cca?depth=0|INFO|500||Invoke
2021-10-10T05:03:52.139Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d36a7eb4-4c3d-4047-b533-7c48712fe0f1/model-vers/model-ver/ee4bbd4f-9de9-4baa-8fae-f3b671e47cca?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-10T05:03:52.563Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d36a7eb4-4c3d-4047-b533-7c48712fe0f1/model-vers/model-ver/ee4bbd4f-9de9-4baa-8fae-f3b671e47cca?depth=0|INFO|500||InvokeReturn
2021-10-10T05:03:52.563Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d36a7eb4-4c3d-4047-b533-7c48712fe0f1/model-vers/model-ver/ee4bbd4f-9de9-4baa-8fae-f3b671e47cca?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211010-05:03:52:147-56409], vertex-id=[221240], Content-Length=[0], Date=[Sun, 10 Oct 2021 05:03:52 GMT], Content-Type=[application/json]}
2021-10-10T05:03:52.563Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2021-10-10T05:03:52.564Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-10T05:03:52.564Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-10T05:03:52.568Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-10T05:03:52.569Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 32932090-dce3-41bc-aa10-db9ee07e3202 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-10T05:03:52.569Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-10T05:03:52.569Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:03:52.572Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:03:52.572Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842232569,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-10T05:03:52.673Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T05:03:52.673Z||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-10T05:03:52.674Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:03:52.689Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:03:52.689Z||pool-122-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-10T05:03:53.585Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T05:03:53.586Z|32932090-dce3-41bc-aa10-db9ee07e3202|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-10T05:03:53.586Z|32932090-dce3-41bc-aa10-db9ee07e3202|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 lfI4diXR2ioIK4WW) ...
2021-10-10T05:03:54.208Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:03:54.209Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-10T05:03:54.209Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"c6655a9e-8a9f-4ab1-a345-01a80d6e4938","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"bad6e2f8-d2c6-4fb9-9a5d-749d26e2dd3b","serviceDescription":"service","serviceInvariantUUID":"a4b44beb-4e75-4b1e-9fe6-bed90284023b","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"87d47a6c-27ed-41da-800e-126efe20b4c3","resourceInvariantUUID":"7a027e6e-69e3-490e-9a64-0f0c932c5370","resourceCustomizationUUID":"39d408ba-fa4f-47ea-8fae-1bf4549b6b41","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":"YWIxYTNiNGU1MjBhNWYxMmYxOGVlMTgyOTI3NDkwMzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"00c02e01-2924-4642-a7d2-80de75618b5d","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":"de700b04-7c4e-49f9-9036-b69f24e0a4e6","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":"f6f4cc0a-7bfa-4a4b-a213-aa239d3565cd","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":"YjE0NzIxYmY3MThiNDBlYTVkODBmOWMzNDNhNjk1OWY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f84a2f24-5f05-49fe-a4c1-f5b9201743e5","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":"95f8b769-30c1-45a3-8078-609baec818ff","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":"69a0a61e-a01b-4249-976b-67062b8f69f4","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":"a2d5814d-1abd-4091-867e-5f90626b9843","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":"MzRjNjczYTBiODQ3MTljM2I3NzdhMWYzMzYwZWQ2Yjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1f5ec330-6717-4966-9615-bdd8d6c76458","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZGQxNmJiMDU0YzUyZWE4MGQ4NGFlZTU3MWQ3ZTliMTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d9aca1a0-c64c-4c48-b199-b5e4c694abe6","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-10T05:03:54.211Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T05:03:54.211Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:03:54.213Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:03:54.213Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842233585,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:03:54.313Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T05:03:54.314Z||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-10T05:03:54.314Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:03:54.329Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:03:54.330Z||pool-123-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-10T05:03:55.213Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T05:03:55.214Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:03:55.216Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:03:55.216Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842233585,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:03:55.316Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T05:03:55.317Z||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-10T05:03:55.317Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:03:55.328Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:03:55.329Z||pool-124-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-10T05:03:56.216Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T05:03:56.217Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:03:56.219Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:03:56.219Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842233585,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:03:56.320Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T05:03:56.320Z||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-10T05:03:56.321Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:03:56.332Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:03:56.333Z||pool-125-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-10T05:03:57.220Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T05:03:57.220Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:03:57.223Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:03:57.223Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842233585,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:03:57.323Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T05:03:57.324Z||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-10T05:03:57.324Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:03:57.337Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:03:57.337Z||pool-126-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-10T05:03:58.223Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T05:03:58.224Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:03:58.226Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:03:58.227Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842233585,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:03:58.327Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-10T05:03:58.327Z||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-10T05:03:58.327Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:03:58.338Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:03:58.338Z||pool-127-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-10T05:03:59.227Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T05:03:59.228Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:03:59.229Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:03:59.230Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842233585,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:03:59.330Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T05:03:59.330Z||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-10T05:03:59.330Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:03:59.340Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:03:59.340Z||pool-128-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-10T05:04:00.230Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T05:04:00.231Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:04:00.232Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:04:00.233Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842233585,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:04:00.333Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T05:04:00.333Z||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-10T05:04:00.334Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:04:00.353Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:04:00.353Z||pool-129-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-10-10T05:04:01.234Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T05:04:01.234Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:04:01.236Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:04:01.236Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842233585,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:04:01.336Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T05:04:01.337Z||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-10T05:04:01.337Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:04:01.347Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:04:01.348Z||pool-130-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-10T05:04:02.236Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T05:04:02.237Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:04:02.239Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:04:02.240Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842233585,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T05:04:02.340Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T05:04:02.340Z||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-10T05:04:02.340Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:04:02.350Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:04:02.350Z||pool-131-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-10T05:04:03.240Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "bad6e2f8-d2c6-4fb9-9a5d-749d26e2dd3b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a4b44beb-4e75-4b1e-9fe6-bed90284023b",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "39d408ba-fa4f-47ea-8fae-1bf4549b6b41",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "87d47a6c-27ed-41da-800e-126efe20b4c3",
      "resourceInvariantUUID": "7a027e6e-69e3-490e-9a64-0f0c932c5370",
      "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": "ZGQxNmJiMDU0YzUyZWE4MGQ4NGFlZTU3MWQ3ZTliMTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d9aca1a0-c64c-4c48-b199-b5e4c694abe6"
    }
  ],
  "workloadContext": "Production"
}
2021-10-10T05:04:03.241Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-10T05:04:03.241Z|32932090-dce3-41bc-aa10-db9ee07e3202|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 bad6e2f8-d2c6-4fb9-9a5d-749d26e2dd3b ASDC
2021-10-10T05:04:03.241Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:c6655a9e-8a9f-4ab1-a345-01a80d6e4938
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:bad6e2f8-d2c6-4fb9-9a5d-749d26e2dd3b
ServiceInvariantUUID:a4b44beb-4e75-4b1e-9fe6-bed90284023b
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:d9aca1a0-c64c-4c48-b199-b5e4c694abe6
ArtifactChecksum:ZGQxNmJiMDU0YzUyZWE4MGQ4NGFlZTU3MWQ3ZTliMTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:39d408ba-fa4f-47ea-8fae-1bf4549b6b41
ResourceInvariantUUID:7a027e6e-69e3-490e-9a64-0f0c932c5370
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:87d47a6c-27ed-41da-800e-126efe20b4c3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-10-10T05:04:03.241Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bad6e2f8-d2c6-4fb9-9a5d-749d26e2dd3b 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-10T05:04:03.265Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-10T05:04:03.266Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-10T05:04:03.266Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-10T05:04:03.266Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d9aca1a0-c64c-4c48-b199-b5e4c694abe6 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-10-10T05:04:03.266Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-10T05:04:03.266Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-10-10T05:04:04.655Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-10T05:04:04.660Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar d9aca1a0-c64c-4c48-b199-b5e4c694abe6 105560
2021-10-10T05:04:04.660Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||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-10T05:04:04.660Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||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-10T05:04:04.660Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-10T05:04:04.661Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:04:04.662Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:04:04.662Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842244660,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-10T05:04:04.762Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T05:04:04.763Z||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-10T05:04:04.763Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:04:04.777Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:04:04.777Z||pool-132-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-10T05:04:05.662Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-10T05:04:05.663Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-10T05:04:05.664Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: d9aca1a0-c64c-4c48-b199-b5e4c694abe6, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-10T05:04:05.664Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-10-10T05:04:05.664Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-10T05:04:05.664Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-10T05:04:05.761Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4896711109042807981/Definitions/service-TestPnfMacro-template.yml
2021-10-10T05:04:06.378Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-10T05:04:06.378Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-10T05:04:06.378Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-10T05:04:06.378Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-10-10T05:04:06.378Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||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-10T05:04:06.378Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||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-10T05:04:06.378Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||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-10T05:04:06.378Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||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-10T05:04:06.379Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-10T05:04:06.379Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-10T05:04:06.379Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-10T05:04:06.379Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-10T05:04:06.379Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:04:06.379Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T05:04:06.379Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-10-10T05:04:06.379Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-10T05:04:06.379Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-10T05:04:06.379Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:04:06.379Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T05:04:06.379Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-10-10T05:04:06.379Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-10T05:04:06.380Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-10T05:04:06.380Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:04:06.380Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T05:04:06.380Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:04:06.380Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T05:04:06.380Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:04:06.380Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T05:04:06.380Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:04:06.380Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T05:04:06.380Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:04:06.380Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T05:04:06.380Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:bad6e2f8-d2c6-4fb9-9a5d-749d26e2dd3b
Model Version:NULL
Model InvariantUuid:a4b44beb-4e75-4b1e-9fe6-bed90284023b
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-10T05:04:06.520Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 87d47a6c-27ed-41da-800e-126efe20b4c3
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-10T05:04:06.523Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||test-pnf 0
2021-10-10T05:04:06.523Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 87d47a6c-27ed-41da-800e-126efe20b4c3
2021-10-10T05:04:06.523Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||No resources found for Service: bad6e2f8-d2c6-4fb9-9a5d-749d26e2dd3b
2021-10-10T05:04:06.524Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: bad6e2f8-d2c6-4fb9-9a5d-749d26e2dd3b
2021-10-10T05:04:06.524Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 87d47a6c-27ed-41da-800e-126efe20b4c3 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-10T05:04:06.528Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@31c7650d, org.onap.sdc.toscaparser.api.parameters.Input@1ced4c6e, org.onap.sdc.toscaparser.api.parameters.Input@62a9ba45, org.onap.sdc.toscaparser.api.parameters.Input@257d4609, org.onap.sdc.toscaparser.api.parameters.Input@2f18a0a6]
2021-10-10T05:04:06.528Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:04:06.529Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T05:04:06.529Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid bad6e2f8-d2c6-4fb9-9a5d-749d26e2dd3b: test-pnf
2021-10-10T05:04:06.529Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||Processing PNF resource: 87d47a6c-27ed-41da-800e-126efe20b4c3
2021-10-10T05:04:06.529Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-10T05:04:06.529Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T05:04:06.529Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||Resource customization UUID: 39d408ba-fa4f-47ea-8fae-1bf4549b6b41 is the same as notified resource customizationUUID: 39d408ba-fa4f-47ea-8fae-1bf4549b6b41
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-10T05:04:06.556Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 87d47a6c-27ed-41da-800e-126efe20b4c3 0 ASDC deployResourceStructure
2021-10-10T05:04:06.556Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||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-10T05:04:06.557Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||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-10T05:04:06.557Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-10T05:04:06.557Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:04:06.558Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:04:06.558Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842246556,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-10T05:04:06.659Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T05:04:06.659Z||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-10T05:04:06.659Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:04:06.670Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:04:06.671Z||pool-133-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-10T05:04:07.559Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c6655a9e-8a9f-4ab1-a345-01a80d6e4938
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T05:04:07.569Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c6655a9e-8a9f-4ab1-a345-01a80d6e4938
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T05:04:07.571Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-10T05:04:07.571Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-10T05:04:07.572Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-10T05:04:16.877Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T05:04:16.877Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|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-10T05:04:16.877Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|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 lfI4diXR2ioIK4WW) ...
2021-10-10T05:04:16.898Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:04:16.899Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:04:16.899Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842077422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-10T05:04:16.900Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:04:16.900Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:04:16.900Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75164af4-b2f9-4704-a04c-58f5ef073bb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842108735,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-10T05:04:16.900Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:04:16.900Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:04:16.900Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842109748,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:04:16.900Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:04:16.900Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:04:16.901Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842109748,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-10-10T05:04:16.901Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:04:16.901Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:04:16.901Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842109748,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-10-10T05:04:16.901Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:04:16.901Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:04:16.901Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842109748,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-10T05:04:16.901Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:04:16.901Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:04:16.901Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842109748,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-10-10T05:04:16.901Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:04:16.901Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:04:16.902Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842109748,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:04:16.902Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:04:16.902Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:04:16.902Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842109748,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-10-10T05:04:16.902Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:04:16.902Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:04:16.902Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842109748,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:04:16.902Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:04:16.902Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:04:16.903Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842109748,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T05:04:16.903Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:04:16.903Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:04:16.903Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842124173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-10T05:04:16.903Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:04:16.903Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:04:16.903Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842126425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-10-10T05:04:16.904Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:04:16.904Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:04:16.904Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842127900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-10-10T05:04:16.904Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:04:16.904Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:04:16.904Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842129409,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-10T05:04:16.905Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:04:16.905Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:04:16.905Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842132498,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-10T05:04:16.905Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:04:16.905Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:04:16.905Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842134907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-10-10T05:04:16.905Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:04:16.905Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:04:16.905Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842136010,
  "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-10T05:04:16.906Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:04:37.572Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c6655a9e-8a9f-4ab1-a345-01a80d6e4938
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T05:04:37.579Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c6655a9e-8a9f-4ab1-a345-01a80d6e4938
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T05:04:37.581Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-10T05:04:37.581Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-10T05:04:37.581Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-10T05:05:07.581Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c6655a9e-8a9f-4ab1-a345-01a80d6e4938
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T05:05:07.591Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c6655a9e-8a9f-4ab1-a345-01a80d6e4938
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T05:05:07.593Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-10T05:05:07.593Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-10T05:05:07.593Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-10T05:05:16.877Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T05:05:16.877Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|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-10T05:05:16.877Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|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 lfI4diXR2ioIK4WW) ...
2021-10-10T05:05:16.904Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:05:16.906Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.906Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842137014,
  "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-10T05:05:16.906Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:05:16.906Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.906Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842138018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-10T05:05:16.906Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:05:16.907Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.907Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842139026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-10-10T05:05:16.907Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:05:16.907Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.907Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842140030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-10-10T05:05:16.907Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:05:16.907Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.907Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842141033,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-10T05:05:16.908Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:05:16.908Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.908Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633842141103,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.908Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.908Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.908Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "dcae-sch",
  "timestamp": 1633842149805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.908Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.908Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.908Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "cds",
  "timestamp": 1633842150402,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.909Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.909Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.909Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633842141103,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.909Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.909Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.909Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "dcae-sch",
  "timestamp": 1633842149805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.909Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.909Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.910Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "cds",
  "timestamp": 1633842150402,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.910Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.910Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.910Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633842141103,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.910Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.910Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.910Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "dcae-sch",
  "timestamp": 1633842149805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.911Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.911Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.911Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "cds",
  "timestamp": 1633842150402,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.911Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.911Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.911Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633842141103,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.911Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.911Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.912Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "dcae-sch",
  "timestamp": 1633842149805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.912Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.912Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.912Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "cds",
  "timestamp": 1633842150402,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.912Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.912Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.912Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633842153574,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.912Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.912Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.913Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633842141103,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.913Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.913Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.913Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "dcae-sch",
  "timestamp": 1633842149805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.913Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.913Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.913Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "cds",
  "timestamp": 1633842150402,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.913Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.913Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.913Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633842153574,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.913Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.914Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.914Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633842141103,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.914Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.914Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.914Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "dcae-sch",
  "timestamp": 1633842149805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.914Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.914Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.914Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "cds",
  "timestamp": 1633842150402,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.914Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.914Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.914Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633842153574,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.914Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.914Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.915Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "clamp",
  "timestamp": 1633842155609,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.915Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.915Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.915Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633842141103,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-10-10T05:05:16.915Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.915Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.915Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "dcae-sch",
  "timestamp": 1633842149805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.915Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.915Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.915Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "cds",
  "timestamp": 1633842150402,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.915Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.915Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.915Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "policy-id",
  "timestamp": 1633842156445,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.916Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.916Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.916Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633842153574,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.916Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.916Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.916Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "clamp",
  "timestamp": 1633842155609,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.916Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.916Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.916Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633842156991,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.916Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.916Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.916Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633842141103,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.916Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.917Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.917Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "dcae-sch",
  "timestamp": 1633842149805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.917Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.917Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.917Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "cds",
  "timestamp": 1633842150402,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.917Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.917Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.917Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "policy-id",
  "timestamp": 1633842156445,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.917Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.917Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.917Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633842153574,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.917Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.917Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.918Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "clamp",
  "timestamp": 1633842155609,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.918Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.918Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.918Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633842156991,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.918Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.918Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.918Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633842141103,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.918Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.918Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.918Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "dcae-sch",
  "timestamp": 1633842149805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.918Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.918Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.918Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "cds",
  "timestamp": 1633842150402,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T05:05:16.918Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.919Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.919Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "policy-id",
  "timestamp": 1633842156445,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.919Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.919Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.919Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633842153574,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.919Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.919Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.919Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "clamp",
  "timestamp": 1633842155609,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.919Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.919Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.919Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633842156991,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.919Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.919Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.920Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "policy-id",
  "timestamp": 1633842156445,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.920Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.920Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.920Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633842153574,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.920Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.920Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.920Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "clamp",
  "timestamp": 1633842155609,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.920Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.920Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.920Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633842156991,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.920Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.920Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.920Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "policy-id",
  "timestamp": 1633842156445,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.921Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.921Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.921Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633842153574,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.921Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.921Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.921Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "clamp",
  "timestamp": 1633842155609,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.921Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.921Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.921Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "aai-ml",
  "timestamp": 1633842160643,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.921Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.921Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.921Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633842161557,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-10T05:05:16.921Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:05:16.922Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.922Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633842156991,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.922Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.922Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.922Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "cds",
  "timestamp": 1633842161872,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-10T05:05:16.922Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:05:16.922Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.922Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "policy-id",
  "timestamp": 1633842156445,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.922Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.922Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.922Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633842153574,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T05:05:16.922Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.922Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.922Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "clamp",
  "timestamp": 1633842155609,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.923Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.923Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.923Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "aai-ml",
  "timestamp": 1633842160643,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.923Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.923Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.923Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633842162580,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-10-10T05:05:16.923Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:05:16.923Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.923Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633842156991,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.923Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.923Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.923Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "cds",
  "timestamp": 1633842163090,
  "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=?
2021-10-10T05:05:16.964Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c6655a9e-8a9f-4ab1-a345-01a80d6e4938
2021-10-10T05:05:16.964Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6655a9e-8a9f-4ab1-a345-01a80d6e4938 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-10T05:05:16.972Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.972Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "policy-id",
  "timestamp": 1633842156445,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.972Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.972Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.972Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "clamp",
  "timestamp": 1633842155609,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.972Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.972Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.973Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "aai-ml",
  "timestamp": 1633842160643,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.973Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.973Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.973Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633842163586,
  "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-10T05:05:16.975Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of c6655a9e-8a9f-4ab1-a345-01a80d6e4938
2021-10-10T05:05:16.975Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6655a9e-8a9f-4ab1-a345-01a80d6e4938 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-10T05:05:16.980Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.981Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633842156991,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.981Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.981Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.981Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "policy-id",
  "timestamp": 1633842156445,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.981Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.981Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.981Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633842164179,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-10T05:05:16.981Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:05:16.981Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.981Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "clamp",
  "timestamp": 1633842155609,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T05:05:16.981Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.981Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.982Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "aai-ml",
  "timestamp": 1633842160643,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.982Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.982Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.982Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633842156991,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.982Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.982Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.982Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "policy-id",
  "timestamp": 1633842156445,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T05:05:16.982Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.982Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.982Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "aai-ml",
  "timestamp": 1633842160643,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.982Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.982Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.982Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633842156991,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T05:05:16.982Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.982Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.982Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633842165868,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-10T05:05:16.982Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:05:16.982Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.983Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "aai-ml",
  "timestamp": 1633842160643,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.983Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.983Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.983Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "policy-id",
  "timestamp": 1633842166301,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-10T05:05:16.983Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:05:16.983Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.983Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633842166871,
  "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-10T05:05:16.985Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c6655a9e-8a9f-4ab1-a345-01a80d6e4938
2021-10-10T05:05:16.985Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6655a9e-8a9f-4ab1-a345-01a80d6e4938 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-10T05:05:16.989Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.989Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "aai-ml",
  "timestamp": 1633842160643,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.990Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.990Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.990Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "policy-id",
  "timestamp": 1633842167305,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-10T05:05:16.990Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:05:16.990Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.990Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "clamp",
  "timestamp": 1633842168098,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-10T05:05:16.990Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:05:16.990Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.990Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "aai-ml",
  "timestamp": 1633842160643,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:05:16.990Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.991Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.991Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "policy-id",
  "timestamp": 1633842168309,
  "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-10T05:05:16.992Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c6655a9e-8a9f-4ab1-a345-01a80d6e4938
2021-10-10T05:05:16.993Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6655a9e-8a9f-4ab1-a345-01a80d6e4938 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-10T05:05:16.997Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.998Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "aai-ml",
  "timestamp": 1633842160643,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T05:05:16.998Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:05:16.998Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.998Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "clamp",
  "timestamp": 1633842169564,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-10T05:05:16.998Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:05:16.998Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:16.998Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "clamp",
  "timestamp": 1633842170566,
  "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-10T05:05:17.000Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c6655a9e-8a9f-4ab1-a345-01a80d6e4938
2021-10-10T05:05:17.000Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6655a9e-8a9f-4ab1-a345-01a80d6e4938 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-10T05:05:17.006Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:17.006Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "aai-ml",
  "timestamp": 1633842171903,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-10T05:05:17.006Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:05:17.006Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:17.006Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "aai-ml",
  "timestamp": 1633842175995,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-10T05:05:17.006Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:05:17.006Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T05:05:17.006Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "aai-ml",
  "timestamp": 1633842176998,
  "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-10T05:05:17.008Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c6655a9e-8a9f-4ab1-a345-01a80d6e4938
2021-10-10T05:05:17.008Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6655a9e-8a9f-4ab1-a345-01a80d6e4938 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-10T05:05:37.594Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c6655a9e-8a9f-4ab1-a345-01a80d6e4938
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T05:05:37.606Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c6655a9e-8a9f-4ab1-a345-01a80d6e4938
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T05:05:37.608Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-10T05:05:37.608Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-10T05:05:37.608Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-10T05:05:37.608Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-10T05:05:37.608Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-10T05:05:37.608Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-10T05:05:37.608Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-10T05:05:37.608Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-10T05:05:37.609Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-10T05:05:37.609Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-10T05:05:37.609Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-10T05:05:37.609Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-10T05:05:37.614Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-10T05:06:07.614Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c6655a9e-8a9f-4ab1-a345-01a80d6e4938 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-10T05:06:07.618Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c6655a9e-8a9f-4ab1-a345-01a80d6e4938 and serviceModelVersionId: bad6e2f8-d2c6-4fb9-9a5d-749d26e2dd3b
2021-10-10T05:06:07.619Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a4b44beb-4e75-4b1e-9fe6-bed90284023b
2021-10-10T05:06:07.619Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a4b44beb-4e75-4b1e-9fe6-bed90284023b/model-vers/model-ver/bad6e2f8-d2c6-4fb9-9a5d-749d26e2dd3b?depth=0
2021-10-10T05:06:07.625Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-10-10T05:06:07.649Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a4b44beb-4e75-4b1e-9fe6-bed90284023b/model-vers/model-ver/bad6e2f8-d2c6-4fb9-9a5d-749d26e2dd3b?depth=0|INFO|500||Invoke
2021-10-10T05:06:07.650Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a4b44beb-4e75-4b1e-9fe6-bed90284023b/model-vers/model-ver/bad6e2f8-d2c6-4fb9-9a5d-749d26e2dd3b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a4b44beb-4e75-4b1e-9fe6-bed90284023b/model-vers/model-ver/bad6e2f8-d2c6-4fb9-9a5d-749d26e2dd3b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c6655a9e-8a9f-4ab1-a345-01a80d6e4938], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1cd273ea-49e3-4adb-8241-a3a8238a7170], X-ECOMP-RequestID=[c6655a9e-8a9f-4ab1-a345-01a80d6e4938], X-TransactionId=[], X-ONAP-RequestID=[c6655a9e-8a9f-4ab1-a345-01a80d6e4938], Content-Type=[application/merge-patch+json]}
2021-10-10T05:06:07.670Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a4b44beb-4e75-4b1e-9fe6-bed90284023b/model-vers/model-ver/bad6e2f8-d2c6-4fb9-9a5d-749d26e2dd3b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-10T05:06:07.891Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a4b44beb-4e75-4b1e-9fe6-bed90284023b/model-vers/model-ver/bad6e2f8-d2c6-4fb9-9a5d-749d26e2dd3b?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/a4b44beb-4e75-4b1e-9fe6-bed90284023b/model-vers/model-ver/bad6e2f8-d2c6-4fb9-9a5d-749d26e2dd3b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211010-05:06:07:678-29584], vertex-id=[290880], Content-Length=[0], Date=[Sun, 10 Oct 2021 05:06:07 GMT], Content-Type=[application/json]}
2021-10-10T05:06:07.892Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a4b44beb-4e75-4b1e-9fe6-bed90284023b/model-vers/model-ver/bad6e2f8-d2c6-4fb9-9a5d-749d26e2dd3b?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-10T05:06:07.893Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a4b44beb-4e75-4b1e-9fe6-bed90284023b/model-vers/model-ver/bad6e2f8-d2c6-4fb9-9a5d-749d26e2dd3b?depth=0|INFO|500||InvokeReturn
2021-10-10T05:06:07.893Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-10T05:06:07.893Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-10T05:06:07.897Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-10T05:06:07.897Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c6655a9e-8a9f-4ab1-a345-01a80d6e4938 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-10T05:06:07.897Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-10T05:06:07.897Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T05:06:07.899Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T05:06:07.900Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842367897,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-10T05:06:08.000Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T05:06:08.001Z||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-10T05:06:08.001Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T05:06:08.018Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:06:08.018Z||pool-134-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-10T05:06:08.914Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T05:06:08.914Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|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-10T05:06:08.914Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|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 lfI4diXR2ioIK4WW) ...
2021-10-10T05:06:16.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T05:06:16.877Z||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-10T05:06:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T05:06:16.901Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:06:16.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-10T05:06:16.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32932090-dce3-41bc-aa10-db9ee07e3202",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842232569,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-10T05:06:16.902Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:06:16.903Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-10T05:06:16.903Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842233585,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:06:16.903Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:06:16.903Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-10T05:06:16.903Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842233585,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:06:16.903Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:06:16.903Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-10T05:06:16.903Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842233585,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:06:16.903Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:06:16.903Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-10T05:06:16.903Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842233585,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:06:16.903Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:06:16.903Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-10T05:06:16.903Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842233585,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:06:16.904Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:06:16.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-10T05:06:16.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842233585,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:06:16.904Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:06:16.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-10T05:06:16.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842233585,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:06:16.904Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:06:16.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-10T05:06:16.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842233585,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-10T05:06:16.904Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:06:16.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-10T05:06:16.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842233585,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-10T05:06:16.904Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-10T05:06:16.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-10T05:06:16.905Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842244660,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-10T05:06:16.905Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:06:16.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-10T05:06:16.905Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842246556,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-10T05:06:16.905Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:06:19.116Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:06:19.117Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T05:06:19.117Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|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-10T05:06:19.117Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|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 lfI4diXR2ioIK4WW) ...
2021-10-10T05:06:28.654Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:06:28.655Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T05:06:28.655Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|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-10T05:06:28.655Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|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 lfI4diXR2ioIK4WW) ...
2021-10-10T05:06:38.194Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:06:38.195Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T05:06:38.196Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|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-10T05:06:38.196Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|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 lfI4diXR2ioIK4WW) ...
2021-10-10T05:06:47.737Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:06:47.737Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T05:06:47.737Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|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-10T05:06:47.738Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|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 lfI4diXR2ioIK4WW) ...
2021-10-10T05:06:57.279Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:06:57.280Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T05:06:57.280Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|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-10T05:06:57.281Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|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 lfI4diXR2ioIK4WW) ...
2021-10-10T05:07:06.820Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:07:06.821Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T05:07:06.821Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|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-10T05:07:06.821Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|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 lfI4diXR2ioIK4WW) ...
2021-10-10T05:07:16.358Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:07:16.359Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T05:07:16.359Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|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-10T05:07:16.359Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|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 lfI4diXR2ioIK4WW) ...
2021-10-10T05:07:16.877Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T05:07:16.877Z||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-10T05:07:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T05:07:17.409Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:07:17.410Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-10T05:07:17.410Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6655a9e-8a9f-4ab1-a345-01a80d6e4938",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633842367897,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-10T05:07:17.410Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T05:07:25.899Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:07:25.899Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T05:07:25.900Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|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-10T05:07:25.900Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|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 lfI4diXR2ioIK4WW) ...
2021-10-10T05:07:35.438Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:07:35.439Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T05:07:35.439Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|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-10T05:07:35.439Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|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 lfI4diXR2ioIK4WW) ...
2021-10-10T05:07:44.986Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:07:44.987Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T05:07:44.987Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|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-10T05:07:44.987Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|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 lfI4diXR2ioIK4WW) ...
2021-10-10T05:07:54.522Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:08:16.875Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T05:08:16.876Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|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-10T05:08:16.876Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|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 lfI4diXR2ioIK4WW) ...
2021-10-10T05:08:16.877Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T05:08:16.877Z||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-10T05:08:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T05:08:26.413Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:08:26.427Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:09:16.875Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T05:09:16.876Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|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-10T05:09:16.876Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|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 lfI4diXR2ioIK4WW) ...
2021-10-10T05:09:16.877Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T05:09:16.877Z||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-10T05:09:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T05:09:26.421Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:09:26.422Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:10:16.875Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T05:10:16.876Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|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-10T05:10:16.876Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|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 lfI4diXR2ioIK4WW) ...
2021-10-10T05:10:16.877Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T05:10:16.877Z||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-10T05:10:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T05:10:26.421Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:10:26.423Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:11:16.875Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T05:11:16.876Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|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-10T05:11:16.876Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|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 lfI4diXR2ioIK4WW) ...
2021-10-10T05:11:16.877Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T05:11:16.877Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|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-10T05:11:16.877Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|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 lfI4diXR2ioIK4WW) ...
2021-10-10T05:11:26.428Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:11:26.429Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:12:16.875Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T05:12:16.876Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|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-10T05:12:16.876Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|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 lfI4diXR2ioIK4WW) ...
2021-10-10T05:12:16.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T05:12:16.877Z||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-10T05:12:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T05:12:26.419Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:12:26.420Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:13:16.875Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T05:13:16.876Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|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-10T05:13:16.876Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|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 lfI4diXR2ioIK4WW) ...
2021-10-10T05:13:16.877Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T05:13:16.877Z||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-10T05:13:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T05:13:26.424Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:13:26.425Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:14:16.875Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T05:14:16.876Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|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-10T05:14:16.876Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|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 lfI4diXR2ioIK4WW) ...
2021-10-10T05:14:16.877Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T05:14:16.877Z||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-10T05:14:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T05:14:26.417Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:14:26.418Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:15:16.875Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T05:15:16.875Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|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-10T05:15:16.876Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|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 lfI4diXR2ioIK4WW) ...
2021-10-10T05:15:16.877Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T05:15:16.877Z||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-10T05:15:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T05:15:26.418Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:15:26.422Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:16:16.875Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T05:16:16.877Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T05:16:16.877Z||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-10T05:16:16.877Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|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-10T05:16:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T05:16:16.877Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|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 lfI4diXR2ioIK4WW) ...
2021-10-10T05:16:26.428Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:16:26.429Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:17:16.875Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T05:17:16.876Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|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-10T05:17:16.876Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|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 lfI4diXR2ioIK4WW) ...
2021-10-10T05:17:16.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T05:17:16.877Z||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-10T05:17:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T05:17:26.427Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:17:26.426Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:18:16.875Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T05:18:16.876Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|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-10T05:18:16.876Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|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 lfI4diXR2ioIK4WW) ...
2021-10-10T05:18:16.877Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T05:18:16.877Z||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-10T05:18:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T05:18:26.419Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:18:26.421Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:19:16.876Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T05:19:16.877Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T05:19:16.877Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|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-10T05:19:16.877Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|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-10T05:19:16.877Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|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 lfI4diXR2ioIK4WW) ...
2021-10-10T05:19:16.877Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|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 lfI4diXR2ioIK4WW) ...
2021-10-10T05:19:26.424Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:19:26.426Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:20:16.875Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T05:20:16.876Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|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-10T05:20:16.876Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|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 lfI4diXR2ioIK4WW) ...
2021-10-10T05:20:16.877Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T05:20:16.877Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|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-10T05:20:16.877Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|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 lfI4diXR2ioIK4WW) ...
2021-10-10T05:20:26.426Z|c6655a9e-8a9f-4ab1-a345-01a80d6e4938|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-10T05:20:26.430Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK