Results

By type

          JVM Arguments:  -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml  -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml  

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::        (v2.3.7.RELEASE)

2021-09-16T22:43:25.506Z||main|||||INFO|500||The following profiles are active: basic
2021-09-16T22:43:35.541Z||main|||||INFO|500||Starting service [Tomcat]
2021-09-16T22:43:35.542Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-09-16T22:43:35.634Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-09-16T22:43:37.930Z||main|||||INFO|500||catdb-pool - Starting...
2021-09-16T22:43:38.098Z||main|||||INFO|500||catdb-pool - Start completed.
2021-09-16T22:43:38.558Z||main|||||INFO|500||reqdb-pool - Starting...
2021-09-16T22:43:38.562Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-09-16T22:43:38.648Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-09-16T22:43:38.766Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-09-16T22:43:39.163Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-09-16T22:43:40.118Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-16T22:43:42.279Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-16T22:43:42.332Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-09-16T22:43:42.805Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-16T22:43:43.012Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-09-16T22:43:44.184Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-16T22:43:45.244Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-09-16T22:43:45.262Z||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$$2ed5412.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-09-16T22:43:45.263Z||main|||||WARN|500||The sdc end point is not alive
2021-09-16T22:43:48.190Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-09-16T22:43:51.049Z||main|||||WARN|500||---
2021-09-16T22:43:51.049Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-09-16T22:43:51.049Z||main|||||WARN|500||---
2021-09-16T22:43:51.556Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-09-16T22:43:56.151Z||main|||||INFO|500||Started Application in 35.219 seconds (JVM running for 36.378)
2021-09-16T22:43:56.181Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-16T22:43:56.182Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-16T22:43:56.193Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-16T22:43:56.220Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-16T22:43:56.311Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1ea3789b-ecc4-4682-aadb-bbd90c0309c2 url= /sdc/v1/artifactTypes
2021-09-16T22:43:56.312Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-16T22:43:56.586Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-16T22:43:56.612Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-09-16T22:43:56.642Z||scheduling-1|||||DEBUG|500||create keys
2021-09-16T22:43:56.650Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-16T22:43:56.679Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T22:43:56.695Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 92261dfe-8233-4774-b7fd-7ce3cc07bfff url= /sdc/v1/registerForDistribution
2021-09-16T22:43:56.923Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 92261dfe-8233-4774-b7fd-7ce3cc07bfff url= /sdc/v1/registerForDistribution
2021-09-16T22:43:56.923Z||scheduling-1|||||INFO|500||start DistributionClient
2021-09-16T22:43:56.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:43:56.932Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:43:56.936Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:43:56.936Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:43:56.937Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:43:56.937Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:43:56.938Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-09-16T22:44:07.165Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T22:44:07.167Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T22:44:56.930Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:44:56.931Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:44:56.932Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:44:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:44:56.932Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:44:56.933Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:45:06.487Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T22:45:06.487Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T22:45:56.930Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:45:56.931Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:45:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:45:56.932Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:45:56.932Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:45:56.933Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:46:06.478Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T22:46:06.478Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T22:46:56.930Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:46:56.931Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:46:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:46:56.932Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:46:56.933Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:46:56.933Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:47:06.490Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T22:47:06.493Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T22:47:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:47:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:47:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:47:56.932Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:47:56.933Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:47:56.933Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:48:06.481Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T22:48:06.484Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T22:48:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:48:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:48:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:48:56.932Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:48:56.932Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:48:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:49:06.484Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T22:49:06.492Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T22:49:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:49:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:49:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:49:56.932Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:49:56.933Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:49:56.933Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:50:06.484Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T22:50:06.484Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T22:50:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:50:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:50:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:50:56.932Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:50:56.933Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:50:56.933Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:51:06.511Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T22:51:06.511Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T22:51:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:51:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:51:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:51:56.932Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:51:56.933Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:51:56.933Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:52:06.485Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T22:52:06.485Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T22:52:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:52:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:52:56.932Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:52:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:52:56.933Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:52:56.933Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:53:06.497Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T22:53:06.497Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T22:53:56.844Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-16T22:53:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:53:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:53:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:53:56.932Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:53:56.933Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:53:56.933Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:54:06.482Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T22:54:06.482Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T22:54:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:54:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:54:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:54:56.932Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:54:56.932Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:54:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:55:06.505Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T22:55:06.506Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T22:55:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:55:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:55:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:55:56.932Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:55:56.932Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:55:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:56:06.480Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T22:56:06.483Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T22:56:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:56:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:56:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:56:56.932Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:56:56.932Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:56:56.933Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:57:06.478Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T22:57:06.478Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T22:57:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:57:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:57:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:57:56.932Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:57:56.932Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:57:56.933Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:58:06.478Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T22:58:06.479Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T22:58:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:58:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:58:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:58:56.932Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:58:56.932Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:58:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:59:06.480Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T22:59:06.486Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T22:59:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:59:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:59:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:59:56.932Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:59:56.932Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:59:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:00:06.482Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:00:06.483Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:00:56.930Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:00:56.931Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:00:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:00:56.932Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:00:56.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:00:56.933Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:01:06.476Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:01:06.480Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:01:56.930Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:01:56.931Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:01:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:01:56.932Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:01:56.932Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:01:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:02:06.478Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:02:06.478Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:02:56.930Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:02:56.931Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:02:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:02:56.932Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:02:56.932Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:02:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:03:06.477Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:03:06.479Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:03:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:03:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:03:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:03:56.932Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:03:56.933Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:03:56.933Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:04:06.478Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:04:06.484Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:04:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:04:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:04:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:04:56.932Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:04:56.932Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:04:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:05:06.511Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:05:06.511Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:05:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:05:56.932Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:05:56.932Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:05:56.932Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:05:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:05:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:06:06.479Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:06:06.482Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:06:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:06:56.932Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:06:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:06:56.932Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:06:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:06:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:07:06.479Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:07:06.484Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:07:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:07:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:07:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:07:56.932Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:07:56.932Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:07:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:08:06.480Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:08:06.485Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:08:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:08:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:08:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:08:56.932Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:08:56.932Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:08:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:09:06.479Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:09:06.479Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:09:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:09:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:09:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:09:56.932Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:09:56.932Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:09:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:10:06.486Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:10:06.486Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:10:56.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:10:56.931Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:10:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:10:56.932Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:10:56.933Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:10:56.933Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:11:06.482Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:11:06.490Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:11:56.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:11:56.931Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:11:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:11:56.932Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:11:56.932Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:11:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:12:06.480Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:12:06.483Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:12:56.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:12:56.931Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:12:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:12:56.932Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:12:56.932Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:12:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:13:06.477Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:13:06.487Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:13:56.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:13:56.931Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:13:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:13:56.932Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:13:56.932Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:13:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:14:06.482Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:14:06.482Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:14:56.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:14:56.931Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:14:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:14:56.932Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:14:56.932Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:14:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:15:06.483Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:15:06.483Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:15:56.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:15:56.931Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:15:56.931Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PiG3LeKOUNU1MzP9) ...
2021-09-16T23:15:56.932Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:15:56.932Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:15:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:16:06.483Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:16:06.483Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:16:56.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:16:56.931Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:16:56.931Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PiG3LeKOUNU1MzP9) ...
2021-09-16T23:16:56.932Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:16:56.932Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:16:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:17:06.479Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:17:06.480Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:17:56.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:17:56.931Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:17:56.931Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PiG3LeKOUNU1MzP9) ...
2021-09-16T23:17:56.932Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:17:56.932Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:17:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:18:06.479Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:18:06.480Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:18:56.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:18:56.931Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:18:56.931Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PiG3LeKOUNU1MzP9) ...
2021-09-16T23:18:56.932Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:18:56.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:18:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:19:06.485Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:19:06.485Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:19:56.930Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:19:56.931Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:19:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:19:56.932Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:19:56.933Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:19:56.933Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:20:06.482Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:20:06.488Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:20:56.930Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:20:56.931Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:20:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:20:56.932Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:20:56.932Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:20:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:21:06.479Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:21:06.479Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:21:56.930Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:21:56.931Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:21:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:21:56.932Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:21:56.932Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:21:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:22:06.479Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:22:06.479Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:22:56.930Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:22:56.931Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:22:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:22:56.932Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:22:56.932Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:22:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:23:06.479Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:23:06.479Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:23:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:23:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:23:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:23:56.932Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:23:56.933Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:23:56.933Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:24:06.482Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:24:06.484Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:24:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:24:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:24:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:24:56.932Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:24:56.932Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:24:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:25:06.478Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:25:06.479Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:25:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:25:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:25:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:25:56.931Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:25:56.932Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:25:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:26:06.483Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:26:06.483Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:26:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:26:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:26:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:26:56.932Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:26:56.932Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:26:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:27:06.478Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:27:06.479Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:27:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:27:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:27:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:27:56.932Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:27:56.932Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:27:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:28:06.481Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:28:06.483Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:28:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:28:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:28:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:28:56.932Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:28:56.932Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:28:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:29:06.495Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:29:06.495Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:29:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:29:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:29:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:29:56.932Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:29:56.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:29:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:30:06.480Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:30:06.483Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:30:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:30:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:30:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:30:56.932Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:30:56.932Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:30:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:31:06.481Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:31:06.482Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:31:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:31:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:31:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:31:56.932Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:31:56.932Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:31:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:32:06.481Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:32:06.485Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:32:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:32:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:32:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:32:56.932Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:32:56.932Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:32:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:33:06.478Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:33:06.478Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:33:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:33:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:33:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:33:56.932Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:33:56.932Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:33:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:34:06.481Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:34:06.483Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:34:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:34:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:34:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:34:56.932Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:34:56.932Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:34:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:35:06.488Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:35:06.489Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:35:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:35:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:35:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:35:56.932Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:35:56.932Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:35:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:36:06.480Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:36:06.482Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:36:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:36:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:36:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:36:56.932Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:36:56.932Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:36:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:37:06.481Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:37:06.482Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:37:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:37:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:37:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:37:56.932Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:37:56.932Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:37:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:38:06.485Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:38:06.487Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:38:56.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:38:56.931Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:38:56.931Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PiG3LeKOUNU1MzP9) ...
2021-09-16T23:38:56.932Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:38:56.932Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:38:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:39:06.482Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:39:06.482Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:39:56.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:39:56.931Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:39:56.931Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PiG3LeKOUNU1MzP9) ...
2021-09-16T23:39:56.932Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:39:56.932Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:39:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:40:06.477Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:40:06.477Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:40:56.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:40:56.931Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:40:56.931Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PiG3LeKOUNU1MzP9) ...
2021-09-16T23:40:56.932Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:40:56.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:40:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:41:06.478Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:41:06.481Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:41:56.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:41:56.931Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:41:56.931Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PiG3LeKOUNU1MzP9) ...
2021-09-16T23:41:56.932Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:41:56.932Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:41:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:42:06.481Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:42:06.483Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:42:56.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:42:56.931Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:42:56.931Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PiG3LeKOUNU1MzP9) ...
2021-09-16T23:42:56.932Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:42:56.932Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:42:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:43:06.482Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:43:06.483Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:43:56.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:43:56.931Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:43:56.931Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PiG3LeKOUNU1MzP9) ...
2021-09-16T23:43:56.932Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:43:56.932Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:43:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:44:06.482Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:44:06.482Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:44:56.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:44:56.931Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:44:56.931Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PiG3LeKOUNU1MzP9) ...
2021-09-16T23:44:56.932Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:44:56.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:44:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:45:06.476Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:45:06.477Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:45:56.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:45:56.931Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:45:56.931Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PiG3LeKOUNU1MzP9) ...
2021-09-16T23:45:56.932Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:45:56.932Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:45:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:46:06.478Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:46:06.483Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:46:56.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:46:56.931Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:46:56.931Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PiG3LeKOUNU1MzP9) ...
2021-09-16T23:46:56.932Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:46:56.932Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:46:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:47:06.487Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:47:06.486Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:47:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:47:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:47:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:47:56.932Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:47:56.932Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:47:56.933Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:48:06.479Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:48:06.494Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:48:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:48:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:48:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:48:56.932Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:48:56.932Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:48:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:49:06.472Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:49:06.472Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:49:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:49:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:49:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:49:56.932Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:49:56.932Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:49:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:50:06.479Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:50:06.480Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:50:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:50:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:50:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:50:56.931Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:50:56.932Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:50:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:51:06.484Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:51:06.485Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:51:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:51:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:51:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:51:56.932Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:51:56.932Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:51:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:52:06.479Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:52:06.479Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:52:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:52:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:52:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:52:56.932Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:52:56.932Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:52:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:53:06.479Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:53:06.482Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:53:56.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:53:56.931Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:53:56.931Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PiG3LeKOUNU1MzP9) ...
2021-09-16T23:53:56.932Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:53:56.934Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:53:56.934Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:54:06.478Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:54:06.500Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:54:56.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:54:56.931Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:54:56.931Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PiG3LeKOUNU1MzP9) ...
2021-09-16T23:54:56.932Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:54:56.932Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:54:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:55:06.481Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:55:06.483Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:55:56.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:55:56.931Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:55:56.931Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PiG3LeKOUNU1MzP9) ...
2021-09-16T23:55:56.932Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:55:56.932Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:55:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:56:06.477Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:56:06.484Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:56:56.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:56:56.931Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:56:56.931Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PiG3LeKOUNU1MzP9) ...
2021-09-16T23:56:56.932Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:56:56.932Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:56:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:57:06.477Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:57:06.482Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:57:56.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:57:56.931Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:57:56.931Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PiG3LeKOUNU1MzP9) ...
2021-09-16T23:57:56.932Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:57:56.932Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:57:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:58:06.475Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:58:06.479Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:58:56.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:58:56.931Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:58:56.931Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PiG3LeKOUNU1MzP9) ...
2021-09-16T23:58:56.932Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:58:56.932Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:58:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:59:06.480Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:59:06.480Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T23:59:56.930Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:59:56.931Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:59:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:59:56.932Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:59:56.933Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:59:56.933Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:00:06.480Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:00:06.480Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:00:56.930Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:00:56.931Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:00:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:00:56.932Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:00:56.932Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:00:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:01:06.475Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:01:06.477Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:01:56.930Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:01:56.931Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:01:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:01:56.932Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:01:56.932Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:01:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:02:06.480Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:02:06.480Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:02:56.930Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:02:56.931Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:02:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:02:56.932Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:02:56.932Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:02:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:03:06.476Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:03:06.477Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:03:56.930Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:03:56.931Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:03:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:03:56.932Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:03:56.932Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:03:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:04:06.477Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:04:06.477Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:04:56.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:04:56.931Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:04:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:04:56.932Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:04:56.932Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:04:56.933Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:05:06.476Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:05:06.482Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:05:56.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:05:56.931Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:05:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:05:56.932Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:05:56.932Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:05:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:06:06.480Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:06:06.486Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:06:56.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:06:56.931Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:06:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:06:56.932Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:06:56.932Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:06:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:07:06.478Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:07:06.480Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:07:56.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:07:56.931Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:07:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:07:56.932Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:07:56.932Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:07:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:08:06.476Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:08:06.476Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:08:56.930Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:08:56.931Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:08:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:08:56.932Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:08:56.932Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:08:56.933Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:09:06.477Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:09:06.481Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:09:56.930Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:09:56.931Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:09:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:09:56.932Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:09:56.932Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:09:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:10:06.477Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:10:06.483Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:10:56.930Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:10:56.931Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:10:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:10:56.932Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:10:56.932Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:10:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:11:06.476Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:11:06.479Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:11:56.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:11:56.931Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:11:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:11:56.932Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:11:56.933Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:11:56.933Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:12:06.480Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:12:06.484Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:12:56.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:12:56.931Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:12:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:12:56.932Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:12:56.933Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:12:56.933Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:13:06.484Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:13:06.484Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:13:56.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:13:56.931Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:13:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:13:56.932Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:13:56.932Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:13:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:14:06.481Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:14:06.482Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:14:56.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:14:56.931Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:14:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:14:56.931Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:14:56.932Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:14:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:15:06.479Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:15:06.480Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:15:56.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:15:56.931Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:15:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:15:56.932Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:15:56.932Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:15:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:16:06.473Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:16:06.477Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:16:56.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:16:56.931Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:16:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:16:56.932Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:16:56.932Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:16:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:17:06.481Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:17:06.484Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:17:56.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:17:56.931Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:17:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:17:56.932Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:17:56.932Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:17:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:18:06.479Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:18:06.480Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:18:56.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:18:56.931Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:18:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:18:56.932Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:18:56.932Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:18:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:19:06.480Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:19:06.481Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:19:56.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:19:56.931Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:19:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:19:56.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:19:56.933Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:19:56.933Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:20:06.476Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:20:06.477Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:20:56.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:20:56.931Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:20:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:20:56.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:20:56.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:20:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:21:06.474Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:21:06.474Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:21:56.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:21:56.931Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:21:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:21:56.932Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:21:56.932Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:21:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:22:06.473Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:22:06.474Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:22:56.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:22:56.931Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:22:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:22:56.932Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:22:56.932Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:22:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:23:06.474Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:23:06.477Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:23:56.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:23:56.931Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:23:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:23:56.932Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:23:56.932Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:23:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:24:06.474Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:24:06.477Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:24:56.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:24:56.931Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:24:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:24:56.932Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:24:56.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:24:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:25:06.475Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:25:06.477Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:25:56.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:25:56.931Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:25:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:25:56.931Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:25:56.932Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:25:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:26:06.480Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:26:06.483Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:26:56.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:26:56.931Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:26:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:26:56.932Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:26:56.932Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:26:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:27:06.477Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:27:06.483Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:27:56.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:27:56.930Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:27:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:27:56.932Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:27:56.932Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:27:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:28:06.480Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:28:06.480Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:28:56.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:28:56.931Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:28:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:28:56.932Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:28:56.932Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:28:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:29:06.476Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:29:06.480Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:29:56.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:29:56.931Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:29:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:29:56.932Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:29:56.932Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:29:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:30:06.479Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:30:06.479Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:30:56.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:30:56.931Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:30:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:30:56.932Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:30:56.932Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:30:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:31:06.480Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:31:06.481Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:31:56.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:31:56.931Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:31:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:31:56.932Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:31:56.932Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:31:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:32:06.480Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:32:06.482Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:32:56.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:32:56.931Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:32:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:32:56.932Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:32:56.932Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:32:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:33:06.479Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:33:06.479Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:33:56.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:33:56.931Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:33:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:33:56.932Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:33:56.932Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:33:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:34:06.472Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:34:06.479Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:34:56.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:34:56.931Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:34:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:34:56.932Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:34:56.932Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:34:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:35:06.477Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:35:06.477Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:35:56.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:35:56.931Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:35:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:35:56.932Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:35:56.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:35:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:36:06.482Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:36:06.482Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:36:56.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:36:56.931Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:36:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:36:56.932Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:36:56.932Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:36:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:37:06.475Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:37:06.478Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:37:56.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:37:56.931Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:37:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:37:56.932Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:37:56.932Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:37:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:38:06.474Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:38:06.478Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:38:56.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:38:56.931Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:38:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:38:56.932Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:38:56.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:38:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:39:06.477Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:39:06.477Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:39:56.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:39:56.931Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:39:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:39:56.932Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:39:56.932Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:39:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:40:06.478Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:40:06.479Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:40:56.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:40:56.931Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:40:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:40:56.932Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:40:56.932Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:40:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:41:06.474Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:41:06.481Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:41:56.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:41:56.931Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:41:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:41:56.932Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:41:56.932Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:41:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:42:06.478Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:42:06.478Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:42:56.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:42:56.931Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:42:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:42:56.932Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:42:56.932Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:42:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:43:06.477Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:43:06.480Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:43:56.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:43:56.931Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:43:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:43:56.932Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:43:56.932Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:43:56.933Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:44:06.472Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:44:06.475Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:44:56.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:44:56.931Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:44:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:44:56.932Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:44:56.932Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:44:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:45:06.479Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:45:06.480Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:45:56.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:45:56.931Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:45:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:45:56.932Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:45:56.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:45:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:46:06.476Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:46:06.479Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:46:56.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:46:56.931Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:46:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:46:56.932Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:46:56.932Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:46:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:47:06.477Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:47:06.477Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:47:56.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:47:56.931Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:47:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:47:56.932Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:47:56.932Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:47:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:48:06.477Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:48:06.478Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:48:56.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:48:56.931Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:48:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:48:56.932Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:48:56.932Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:48:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:49:06.477Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:49:06.479Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:49:56.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:49:56.932Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:49:56.931Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:49:56.932Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:49:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:49:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:50:06.477Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:50:06.480Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:50:56.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:50:56.931Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:50:56.932Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:50:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:50:56.932Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:50:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:51:06.475Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:51:06.476Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:51:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:51:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:51:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:51:56.932Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:51:56.932Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:51:56.933Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:52:06.483Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:52:06.484Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:52:56.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:52:56.931Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:52:56.931Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PiG3LeKOUNU1MzP9) ...
2021-09-17T00:52:56.932Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:52:56.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:52:56.933Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:53:06.484Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:53:06.484Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:53:56.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:53:56.931Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:53:56.931Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PiG3LeKOUNU1MzP9) ...
2021-09-17T00:53:56.932Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:53:56.932Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:53:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:54:06.474Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:54:06.476Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:54:56.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:54:56.931Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:54:56.931Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PiG3LeKOUNU1MzP9) ...
2021-09-17T00:54:56.932Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:54:56.932Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:54:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:55:06.487Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:55:06.488Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:55:56.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:55:56.931Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:55:56.931Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PiG3LeKOUNU1MzP9) ...
2021-09-17T00:55:56.932Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:55:56.932Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:55:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:56:06.482Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:56:06.484Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:56:56.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:56:56.931Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:56:56.931Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PiG3LeKOUNU1MzP9) ...
2021-09-17T00:56:56.932Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:56:56.932Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:56:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:57:06.478Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:57:06.491Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:57:56.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:57:56.931Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:57:56.931Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PiG3LeKOUNU1MzP9) ...
2021-09-17T00:57:56.932Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:57:56.932Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:57:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:58:06.476Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:58:06.478Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:58:56.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:58:56.931Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:58:56.931Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PiG3LeKOUNU1MzP9) ...
2021-09-17T00:58:56.932Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:58:56.932Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:58:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:59:06.481Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:59:06.481Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T00:59:56.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:59:56.931Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:59:56.931Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PiG3LeKOUNU1MzP9) ...
2021-09-17T00:59:56.932Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:59:56.933Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:59:56.933Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:00:06.477Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:00:06.478Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:00:56.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:00:56.931Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:00:56.931Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:00:56.932Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:00:56.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:00:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:01:06.481Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:01:06.481Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:01:56.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:01:56.931Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:01:56.931Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:01:56.932Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:01:56.932Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:01:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:02:06.481Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:02:06.482Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:02:56.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:02:56.930Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:02:56.931Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:02:56.932Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:02:56.932Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:02:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:03:06.479Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:03:06.521Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:03:56.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:03:56.931Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:03:56.931Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:03:56.932Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:03:56.932Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:03:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:04:06.475Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:04:06.475Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:04:56.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:04:56.931Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:04:56.931Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:04:56.931Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:04:56.932Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:04:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:05:06.477Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:05:06.480Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:05:56.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:05:56.930Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:05:56.931Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:05:56.932Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:05:56.932Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:05:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:06:06.479Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:06:06.479Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:06:56.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:06:56.931Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:06:56.931Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:06:56.932Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:06:56.932Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:06:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:07:06.476Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:07:06.476Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:07:56.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:07:56.930Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:07:56.931Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:07:56.932Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:07:56.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:07:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:08:06.474Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:08:06.480Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:08:56.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:08:56.931Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:08:56.931Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:08:56.932Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:08:56.932Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:08:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:09:06.479Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:09:06.480Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:09:56.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:09:56.931Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:09:56.931Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:09:56.931Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:09:56.932Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:09:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:10:06.477Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:10:06.479Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:10:56.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:10:56.931Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:10:56.931Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:10:56.932Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:10:56.932Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:10:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:11:06.478Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:11:06.479Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:11:56.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:11:56.931Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:11:56.931Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:11:56.932Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:11:56.932Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:11:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:12:06.480Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:12:06.483Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:12:56.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:12:56.930Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:12:56.931Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:12:56.932Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:12:56.932Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:12:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:13:06.478Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:13:06.478Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:13:56.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:13:56.931Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:13:56.931Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:13:56.932Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:13:56.932Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:13:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:14:06.473Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:14:06.473Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:14:56.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:14:56.931Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:14:56.931Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:14:56.932Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:14:56.932Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:14:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:15:06.478Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:15:06.479Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:15:56.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:15:56.931Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:15:56.931Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:15:56.932Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:15:56.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:15:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:16:06.484Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:16:06.484Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:16:56.930Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:16:56.931Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:16:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:16:56.932Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:16:56.932Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:16:56.933Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:17:06.480Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:17:06.481Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:17:56.930Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:17:56.931Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:17:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:17:56.932Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:17:56.932Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:17:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:17:57.558Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:17:57.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"840a51f1-4554-4012-a62b-3a06e0d0316f","serviceName":"vFW 2021-09-17 01-14-03","serviceVersion":"1.0","serviceUUID":"e3490de8-9d4d-4116-a1fc-6020a08573a5","serviceDescription":"catalog service description","serviceInvariantUUID":"0fe60218-6b53-4a37-982d-9c5eaa3e20cd","resources":[{"resourceInstanceName":"vFW 3b6e33c1-0435 0","resourceName":"vFW 3b6e33c1-0435","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a5863cab-30a0-49cd-813c-071dc654b459","resourceInvariantUUID":"8e6aff00-a54d-4f04-a707-c89524214a9b","resourceCustomizationUUID":"c3c1875f-dc0c-44f0-af98-e9171d74e221","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vf-license-model.xml","artifactChecksum":"NWY2ZGYwZGFmMDQ1ZDQ5MWYyNzI0MDBiMzZlYjRmZGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"98cbabf4-b811-41ed-8cd2-858fae05252f","artifactVersion":"1"},{"artifactName":"vfw3b6e33c104350_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vfw3b6e33c104350_modules.json","artifactChecksum":"NGI5OGNjYmFlOWJkM2EzYjlkMjdkODA1M2YyMTJhMTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f2651d0a-67eb-453c-ac30-a46583e77994","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3fde3685-4d4d-40ee-b7dd-54c18631adf6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vendor-license-model.xml","artifactChecksum":"ZWI5ZmQyNTlmMDgwZWJlYTQzMjQ4NzgyMWJiNTAyMTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bc36b5f3-d0f8-4c15-bd48-3143ad8dd0c0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a2ba9536-0143-4894-a47b-0ca9ada84efc","artifactVersion":"2","generatedFromUUID":"3fde3685-4d4d-40ee-b7dd-54c18631adf6"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210917011403-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-template.yml","artifactChecksum":"MGIxOGE0YTU2OTI1YWExYTg2NGZkMDhiYjk4ZjgzOGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a9550997-2059-4912-a7a1-c9426d7277db","artifactVersion":"1"},{"artifactName":"service-Vfw20210917011403-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar","artifactChecksum":"NmUzMGM1YjcxMjgxYzhjNzQ5NjFmMjAzZTFiN2NkNDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f69d7e06-26e3-4c8e-abe5-3bc23b7e3647","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-17T01:17:57.564Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:17:57.569Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.570Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "cds",
  "timestamp": 1631841423332,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.581Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:17:57.595Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:17:57.598Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:17:57.598Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.598Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631841424012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.599Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:17:57.599Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.599Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "policy-id",
  "timestamp": 1631841424986,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.599Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:17:57.599Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.599Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "clamp",
  "timestamp": 1631841427687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.600Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:17:57.600Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.600Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631841428932,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.600Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:17:57.600Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.600Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "cds",
  "timestamp": 1631841423332,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vfw3b6e33c104350_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.600Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:17:57.601Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.601Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631841424012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vfw3b6e33c104350_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.601Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:17:57.601Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.601Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "clamp",
  "timestamp": 1631841427687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vfw3b6e33c104350_modules.json",
  "status": "NOTIFIED"
}
2021-09-17T01:17:57.601Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:17:57.602Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.602Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "policy-id",
  "timestamp": 1631841424986,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vfw3b6e33c104350_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.602Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:17:57.602Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.602Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631841428932,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vfw3b6e33c104350_modules.json",
  "status": "NOTIFIED"
}
2021-09-17T01:17:57.602Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:17:57.602Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.602Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "cds",
  "timestamp": 1631841423332,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.602Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:17:57.602Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.603Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631841424012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.603Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:17:57.603Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.603Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "policy-id",
  "timestamp": 1631841424986,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-17T01:17:57.603Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:17:57.603Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.603Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "clamp",
  "timestamp": 1631841427687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.603Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:17:57.604Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.604Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631841428932,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-17T01:17:57.604Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:17:57.604Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.604Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631841424012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.605Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:17:57.605Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.605Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "cds",
  "timestamp": 1631841423332,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.605Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:17:57.605Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.605Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "dcae-sch",
  "timestamp": 1631841433687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.605Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:17:57.605Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.605Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "policy-id",
  "timestamp": 1631841424986,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.605Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:17:57.605Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.606Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "clamp",
  "timestamp": 1631841427687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.606Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:17:57.606Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.606Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631841428932,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.606Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:17:57.606Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.606Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "cds",
  "timestamp": 1631841423332,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.607Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:17:57.607Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.607Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631841424012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.607Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:17:57.607Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.607Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "dcae-sch",
  "timestamp": 1631841433687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vfw3b6e33c104350_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.607Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:17:57.607Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.607Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "policy-id",
  "timestamp": 1631841424986,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.608Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:17:57.608Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.608Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "clamp",
  "timestamp": 1631841427687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.608Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:17:57.608Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.608Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631841428932,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-17T01:17:57.608Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:17:57.608Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.608Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631841424012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.608Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:17:57.608Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.608Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "cds",
  "timestamp": 1631841423332,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.608Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:17:57.609Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.609Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "dcae-sch",
  "timestamp": 1631841433687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.609Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:17:57.610Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.610Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "policy-id",
  "timestamp": 1631841424986,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.610Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:17:57.610Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.610Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "clamp",
  "timestamp": 1631841427687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.610Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:17:57.610Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.610Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631841428932,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.610Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:17:57.611Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.611Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "cds",
  "timestamp": 1631841423332,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:17:57.611Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:17:57.611Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.611Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631841424012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.611Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:17:57.611Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:17:57.611Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631841476930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.611Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.611Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "dcae-sch",
  "timestamp": 1631841433687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.611Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:17:57.611Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.611Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "policy-id",
  "timestamp": 1631841424986,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:17:57.611Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:17:57.611Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.612Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "clamp",
  "timestamp": 1631841427687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:17:57.612Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:17:57.612Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.612Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631841428932,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:17:57.612Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:17:57.612Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.612Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "dcae-sch",
  "timestamp": 1631841433687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.612Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:17:57.612Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.612Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "dcae-sch",
  "timestamp": 1631841433687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.612Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:17:57.612Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.613Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631841438729,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.613Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:17:57.613Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.613Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "policy-id",
  "timestamp": 1631841440141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:17:57.613Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:17:57.613Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.613Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631841440232,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vfw3b6e33c104350_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:17:57.613Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:17:57.613Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.613Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "cds",
  "timestamp": 1631841440339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:17:57.613Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:17:57.613Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.614Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "dcae-sch",
  "timestamp": 1631841433687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.614Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:17:57.614Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.614Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631841438729,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vfw3b6e33c104350_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.614Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:17:57.614Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.614Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "aai-ml",
  "timestamp": 1631841440068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.614Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:17:57.614Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.614Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "policy-id",
  "timestamp": 1631841441154,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-17T01:17:57.614Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:17:57.614Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.614Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "cds",
  "timestamp": 1631841441356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2021-09-17T01:17:57.711Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2021-09-17T01:17:57.760Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:17:57.760Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:17:57.772Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:17:57.773Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:17:57.946Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 840a51f1-4554-4012-a62b-3a06e0d0316f
2021-09-17T01:17:57.963Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 840a51f1-4554-4012-a62b-3a06e0d0316f and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:17:57.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.984Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631841438729,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.984Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:17:57.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.984Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "aai-ml",
  "timestamp": 1631841440068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vfw3b6e33c104350_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.984Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:17:57.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.984Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "policy-id",
  "timestamp": 1631841442157,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:17:57.996Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 840a51f1-4554-4012-a62b-3a06e0d0316f
2021-09-17T01:17:57.996Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 840a51f1-4554-4012-a62b-3a06e0d0316f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:17:58.003Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:58.003Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631841442239,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:17:58.003Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:17:58.003Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:58.003Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631841438729,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:17:58.003Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:17:58.003Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:58.004Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "aai-ml",
  "timestamp": 1631841440068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:17:58.004Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:17:58.004Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:58.004Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631841438729,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:17:58.004Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:17:58.004Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:58.004Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "aai-ml",
  "timestamp": 1631841440068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:17:58.004Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:17:58.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:58.005Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631841444229,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:17:58.005Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:17:58.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:58.005Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631841438729,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:17:58.005Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:17:58.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:58.005Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "aai-ml",
  "timestamp": 1631841440068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:17:58.006Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:17:58.006Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:58.006Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631841438729,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:17:58.006Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:17:58.006Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:58.006Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "aai-ml",
  "timestamp": 1631841440068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:17:58.007Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:17:58.007Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:58.007Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631841445759,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:17:58.010Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 840a51f1-4554-4012-a62b-3a06e0d0316f
2021-09-17T01:17:58.011Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 840a51f1-4554-4012-a62b-3a06e0d0316f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-17T01:17:58.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:58.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "aai-ml",
  "timestamp": 1631841440068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:17:58.019Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:17:58.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:58.019Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631841446765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vfw3b6e33c104350_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-17T01:17:58.019Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:17:58.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:58.019Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631841447324,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:17:58.020Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:17:58.020Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:58.020Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "aai-ml",
  "timestamp": 1631841449504,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:17:58.020Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:17:58.020Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:58.020Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "clamp",
  "timestamp": 1631841451783,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:17:58.020Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:17:58.020Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:58.021Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631841452907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-17T01:17:58.021Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:17:58.021Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:58.021Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "clamp",
  "timestamp": 1631841453798,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-17T01:17:58.021Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:17:58.021Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:58.021Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631841453912,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:17:58.025Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 840a51f1-4554-4012-a62b-3a06e0d0316f
2021-09-17T01:17:58.025Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 840a51f1-4554-4012-a62b-3a06e0d0316f and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:17:58.031Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:58.032Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "clamp",
  "timestamp": 1631841454802,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:17:58.035Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 840a51f1-4554-4012-a62b-3a06e0d0316f
2021-09-17T01:17:58.036Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 840a51f1-4554-4012-a62b-3a06e0d0316f and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:17:58.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:58.043Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "aai-ml",
  "timestamp": 1631841463827,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-17T01:17:58.043Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:17:58.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:58.043Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "aai-ml",
  "timestamp": 1631841464832,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:17:58.047Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 840a51f1-4554-4012-a62b-3a06e0d0316f
2021-09-17T01:17:58.047Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 840a51f1-4554-4012-a62b-3a06e0d0316f and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:17:58.619Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:17:58.620Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:17:58.621Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:17:58.621Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631841476930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vfw3b6e33c104350_modules.json",
  "status": "NOTIFIED"
}
2021-09-17T01:17:58.722Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-17T01:17:58.722Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:17:58.723Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:17:58.736Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:17:58.736Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:17:59.622Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:17:59.623Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:17:59.625Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:17:59.625Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631841476930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-17T01:17:59.725Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:17:59.726Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:17:59.726Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:17:59.735Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:17:59.736Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:18:00.625Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:18:00.626Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:18:00.628Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:18:00.628Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631841476930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:18:00.728Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:18:00.729Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:18:00.729Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:18:00.743Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:18:00.743Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-09-17T01:18:01.629Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:18:01.629Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:18:01.631Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:18:01.631Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631841476930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-17T01:18:01.732Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:18:01.732Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:18:01.732Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:18:01.743Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:18:01.743Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:18:02.632Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:18:02.633Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:18:02.635Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:18:02.635Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631841476930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:18:02.735Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:18:02.736Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:18:02.736Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:18:02.747Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:18:02.747Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:18:03.635Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:18:03.636Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:18:03.638Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:18:03.638Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631841476930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:18:03.738Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:18:03.739Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:18:03.740Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:18:03.751Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:18:03.752Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:18:04.640Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "serviceName": "vFW 2021-09-17 01-14-03",
  "serviceVersion": "1.0",
  "serviceUUID": "e3490de8-9d4d-4116-a1fc-6020a08573a5",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "0fe60218-6b53-4a37-982d-9c5eaa3e20cd",
  "resources": [
    {
      "resourceInstanceName": "vFW 3b6e33c1-0435 0",
      "resourceCustomizationUUID": "c3c1875f-dc0c-44f0-af98-e9171d74e221",
      "resourceName": "vFW 3b6e33c1-0435",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a5863cab-30a0-49cd-813c-071dc654b459",
      "resourceInvariantUUID": "8e6aff00-a54d-4f04-a707-c89524214a9b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw3b6e33c104350_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vfw3b6e33c104350_modules.json",
          "artifactChecksum": "NGI5OGNjYmFlOWJkM2EzYjlkMjdkODA1M2YyMTJhMTI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f2651d0a-67eb-453c-ac30-a46583e77994",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3fde3685-4d4d-40ee-b7dd-54c18631adf6",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a2ba9536-0143-4894-a47b-0ca9ada84efc",
            "generatedFromUUID": "3fde3685-4d4d-40ee-b7dd-54c18631adf6"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a2ba9536-0143-4894-a47b-0ca9ada84efc",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210917011403-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar",
      "artifactChecksum": "NmUzMGM1YjcxMjgxYzhjNzQ5NjFmMjAzZTFiN2NkNDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f69d7e06-26e3-4c8e-abe5-3bc23b7e3647"
    }
  ],
  "workloadContext": "Production"
}
2021-09-17T01:18:04.641Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-17T01:18:04.641Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e3490de8-9d4d-4116-a1fc-6020a08573a5 ASDC
2021-09-17T01:18:04.794Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:840a51f1-4554-4012-a62b-3a06e0d0316f
ServiceName:vFW 2021-09-17 01-14-03
ServiceVersion:1.0
ServiceUUID:e3490de8-9d4d-4116-a1fc-6020a08573a5
ServiceInvariantUUID:0fe60218-6b53-4a37-982d-9c5eaa3e20cd
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210917011403-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar
ArtifactUUID:f69d7e06-26e3-4c8e-abe5-3bc23b7e3647
ArtifactChecksum:NmUzMGM1YjcxMjgxYzhjNzQ5NjFmMjAzZTFiN2NkNDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 3b6e33c1-0435 0
ResourceCustomizationUUID:c3c1875f-dc0c-44f0-af98-e9171d74e221
ResourceInvariantUUID:8e6aff00-a54d-4f04-a707-c89524214a9b
ResourceName:vFW 3b6e33c1-0435
ResourceType:VF
ResourceUUID:a5863cab-30a0-49cd-813c-071dc654b459
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw3b6e33c104350_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vfw3b6e33c104350_modules.json
ArtifactUUID:f2651d0a-67eb-453c-ac30-a46583e77994
ArtifactChecksum:NGI5OGNjYmFlOWJkM2EzYjlkMjdkODA1M2YyMTJhMTI=
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/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.yaml
ArtifactUUID:3fde3685-4d4d-40ee-b7dd-54c18631adf6
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/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.env
ArtifactUUID:a2ba9536-0143-4894-a47b-0ca9ada84efc
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/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.env
ArtifactUUID:a2ba9536-0143-4894-a47b-0ca9ada84efc
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-17T01:18:04.795Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e3490de8-9d4d-4116-a1fc-6020a08573a5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-17T01:18:04.833Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-17T01:18:04.834Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-17T01:18:04.834Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-17T01:18:04.835Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f69d7e06-26e3-4c8e-abe5-3bc23b7e3647 from URL: /sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar
2021-09-17T01:18:04.835Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-17T01:18:04.836Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar
2021-09-17T01:18:05.992Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-17T01:18:06.072Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar f69d7e06-26e3-4c8e-abe5-3bc23b7e3647 98716
2021-09-17T01:18:06.074Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar ASDC sendASDCNotification
2021-09-17T01:18:06.074Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar
2021-09-17T01:18:06.075Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-17T01:18:06.076Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:18:06.077Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:18:06.077Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631841486073,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:18:06.177Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:18:06.178Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:18:06.178Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:18:06.189Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:18:06.189Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:18:07.077Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-17T01:18:07.078Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-17T01:18:07.079Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: f69d7e06-26e3-4c8e-abe5-3bc23b7e3647, URL: /sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar to file: /app/ASDC/1/service-Vfw20210917011403-csar.csar
2021-09-17T01:18:07.079Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210917011403-csar.csar
2021-09-17T01:18:07.177Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210917011403-csar.csar
2021-09-17T01:18:07.178Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210917011403-csar.csar
2021-09-17T01:18:08.181Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17402661217010600308/Definitions/service-Vfw20210917011403-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-09-17T01:18:10.764Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-17T01:18:10.769Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-17T01:18:10.769Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210917011403-csar.csar
2021-09-17T01:18:10.769Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-17T01:18:10.769Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||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-Vfw20210917011403-csar.csar
2021-09-17T01:18:10.769Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||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-Vfw20210917011403-csar.csar
2021-09-17T01:18:10.769Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210917011403-csar.csar
2021-09-17T01:18:10.769Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210917011403-csar.csar
2021-09-17T01:18:10.769Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210917011403-csar.csar
2021-09-17T01:18:10.769Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||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-Vfw20210917011403-csar.csar
2021-09-17T01:18:10.770Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210917011403-csar.csar
2021-09-17T01:18:10.770Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210917011403-csar.csar
2021-09-17T01:18:10.770Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210917011403-csar.csar
2021-09-17T01:18:10.770Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210917011403-csar.csar
2021-09-17T01:18:10.770Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 3b6e33c1-0435 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-Vfw20210917011403-csar.csar
2021-09-17T01:18:10.770Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210917011403-csar.csar
2021-09-17T01:18:10.770Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210917011403-csar.csar
2021-09-17T01:18:10.770Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-17T01:18:10.776Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:18:10.777Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-17 01-14-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:18:10.782Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3b6e33c1-0435 0 is matching search criteria
2021-09-17T01:18:10.782Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-17T01:18:10.784Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3b6e33c1-0435 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-17T01:18:10.786Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:18:10.786Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-17 01-14-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:18:10.786Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3b6e33c1-0435 0 is matching search criteria
2021-09-17T01:18:10.786Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-17T01:18:10.787Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3b6e33c1-0435 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-17T01:18:10.787Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:18:10.787Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-17 01-14-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:18:10.792Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:18:10.792Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3b6e33c1-0435 0 is not matching search criteria
2021-09-17T01:18:10.792Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-17T01:18:10.792Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-17T01:18:10.792Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-17T01:18:10.793Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-17T01:18:10.793Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-17T01:18:10.793Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-17T01:18:10.793Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-17T01:18:10.793Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-17T01:18:10.793Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-17T01:18:10.794Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-17T01:18:10.794Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-17T01:18:10.794Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-17T01:18:10.794Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-17T01:18:10.794Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-17T01:18:10.795Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-17T01:18:10.795Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-17T01:18:10.795Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:18:10.795Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-17 01-14-03 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-17T01:18:10.796Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:18:10.796Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3b6e33c1-0435 0 is matching search criteria
2021-09-17T01:18:10.796Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3b6e33c1-0435 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-17T01:18:10.797Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:18:10.797Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3b6e33c1-0435 0 is matching search criteria
2021-09-17T01:18:10.797Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3b6e33c1-0435 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-17T01:18:10.797Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:18:10.797Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3b6e33c1-0435 0 is matching search criteria
2021-09-17T01:18:10.797Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3b6e33c1-0435 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-17T01:18:10.797Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:18:10.797Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3b6e33c1-0435 0 is not matching search criteria
2021-09-17T01:18:10.798Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-17T01:18:10.798Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-17T01:18:10.798Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-17T01:18:10.798Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-17T01:18:10.798Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-17T01:18:10.798Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-17T01:18:10.798Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-17T01:18:10.798Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-17T01:18:10.798Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-17T01:18:10.798Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-17T01:18:10.799Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-17T01:18:10.799Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a78ce046-3b6f-491b-a197-98c34860443f
2021-09-17T01:18:10.799Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:18:10.799Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3b6e33c1-0435 0 is not matching search criteria
2021-09-17T01:18:10.799Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-17T01:18:10.799Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-17T01:18:10.799Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-17T01:18:10.799Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-17T01:18:10.799Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-17T01:18:10.799Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-17T01:18:10.800Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-17T01:18:10.800Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-17T01:18:10.800Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-17T01:18:10.800Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-17T01:18:10.800Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-17T01:18:10.800Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-17T01:18:10.800Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=09bdc6d4-9db8-45ea-bf4a-e1b40f335f48
2021-09-17T01:18:10.800Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:18:10.800Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3b6e33c1-0435 0 is not matching search criteria
2021-09-17T01:18:10.800Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-17T01:18:10.801Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-17T01:18:10.801Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-17T01:18:10.801Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-17T01:18:10.801Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-17T01:18:10.801Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-17T01:18:10.801Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-17T01:18:10.801Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-17T01:18:10.801Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-17T01:18:10.801Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-17T01:18:10.801Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-17T01:18:10.802Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-17T01:18:10.802Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ae3e7be4-b195-45ec-8c90-6a3cff92b449
2021-09-17T01:18:10.802Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:18:10.802Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-17 01-14-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:18:10.802Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:18:10.802Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-17 01-14-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:18:10.802Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:18:10.802Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-17 01-14-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:18:10.802Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:18:10.802Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-17 01-14-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:18:10.803Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-09-17 01-14-03
Description:catalog service description
Model UUID:e3490de8-9d4d-4116-a1fc-6020a08573a5
Model Version:NULL
Model InvariantUuid:0fe60218-6b53-4a37-982d-9c5eaa3e20cd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 3b6e33c1-0435
Model UUID:ab84e47f-524f-4dda-984a-2ffe564b8cbf
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8e6aff00-a54d-4f04-a707-c89524214a9b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c3c1875f-dc0c-44f0-af98-e9171d74e221
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:df84672d-3729-4617-a44b-d28c69c30213
ModelName:Vfw3b6e33c10435..base_vfw..module-0
ModelUuid:3f24bafb-5bde-4782-9a6e-79cd95bcdaff
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a78ce046-3b6f-491b-a197-98c34860443f
ModelInvariantUuid:6f2e732d-cca6-43ab-9da3-04323f5fa68a
ModelName:vFW 3b6e33c1-0435-nodes.vfwCvfc
ModelUuid:1a3ffdd8-2c93-47c4-8ef3-9deffb1273d0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:1020e424-ec65-42dd-9597-68c58914dfd2
ModelInvariantUuid:1d299d6a-ca20-4dbc-a59d-766b921215c7
ModelName:Vfw3b6e33c10435.compute.nodes.heat.vfw
ModelUuid:5ca6f0e0-6ed8-4d4b-81e9-190242ba6b81
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:09bdc6d4-9db8-45ea-bf4a-e1b40f335f48
ModelInvariantUuid:bc51e086-3c3d-47d0-9876-fec377d1f5a7
ModelName:vFW 3b6e33c1-0435-nodes.vsnCvfc
ModelUuid:4c72717e-4629-42f4-a6be-643a9621be79
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:d8126321-e0a1-4c50-b59b-c22f29e6f045
ModelInvariantUuid:aa50108c-f542-4661-b09d-98322e0bf3ef
ModelName:Vfw3b6e33c10435.compute.nodes.heat.vsn
ModelUuid:b2c029dd-3605-4725-9983-190850be4648
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ae3e7be4-b195-45ec-8c90-6a3cff92b449
ModelInvariantUuid:17ca78c1-2996-4407-8e20-a09e937f0eb4
ModelName:vFW 3b6e33c1-0435-nodes.vpgCvfc
ModelUuid:274954c0-69c4-45a0-9bde-2de03348d90f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b117034d-a938-4b9c-9c00-d10f0013319f
ModelInvariantUuid:f45227c5-39d5-484c-8b04-6f53cf09a30e
ModelName:Vfw3b6e33c10435.compute.nodes.heat.vpg
ModelUuid:8bf8e32c-3e74-4f32-9f65-9b31f9a3ae47
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-17T01:18:10.816Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: a5863cab-30a0-49cd-813c-071dc654b459
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-17T01:18:10.923Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||vFW 3b6e33c1-0435 0
2021-09-17T01:18:10.930Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a5863cab-30a0-49cd-813c-071dc654b459
2021-09-17T01:18:10.930Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f2651d0a-67eb-453c-ac30-a46583e77994 from URL: /sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vfw3b6e33c104350_modules.json
2021-09-17T01:18:10.930Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-17T01:18:10.930Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vfw3b6e33c104350_modules.json
2021-09-17T01:18:11.635Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-17T01:18:11.636Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vfw3b6e33c104350_modules.json f2651d0a-67eb-453c-ac30-a46583e77994 785
2021-09-17T01:18:11.636Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vfw3b6e33c104350_modules.json ASDC sendASDCNotification
2021-09-17T01:18:11.636Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vfw3b6e33c104350_modules.json
2021-09-17T01:18:11.636Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-17T01:18:11.636Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:18:11.639Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:18:11.639Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631841491636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vfw3b6e33c104350_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:18:11.739Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:18:11.740Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:18:11.741Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:18:11.753Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:18:11.753Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:18:12.640Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw3b6e33c10435..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "df84672d-3729-4617-a44b-d28c69c30213",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3f24bafb-5bde-4782-9a6e-79cd95bcdaff",
    "vfModuleModelCustomizationUUID": "75ed86d8-4b7f-4bb5-b81d-ccf112611887",
    "isBase": true,
    "artifacts": [
      "3fde3685-4d4d-40ee-b7dd-54c18631adf6",
      "a2ba9536-0143-4894-a47b-0ca9ada84efc"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-17T01:18:12.766Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3b6e33c10435..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3f24bafb-5bde-4782-9a6e-79cd95bcdaff
VfModuleModelInvariantUUID:df84672d-3729-4617-a44b-d28c69c30213
VfModuleModelDescription:NULL
Artifacts UUID List:{
3fde3685-4d4d-40ee-b7dd-54c18631adf6
,
a2ba9536-0143-4894-a47b-0ca9ada84efc

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_vfw
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-09-17T01:18:12.768Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw3b6e33c10435..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "df84672d-3729-4617-a44b-d28c69c30213",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3f24bafb-5bde-4782-9a6e-79cd95bcdaff",
    "vfModuleModelCustomizationUUID": "75ed86d8-4b7f-4bb5-b81d-ccf112611887",
    "isBase": true,
    "artifacts": [
      "3fde3685-4d4d-40ee-b7dd-54c18631adf6",
      "a2ba9536-0143-4894-a47b-0ca9ada84efc"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-17T01:18:12.768Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3b6e33c10435..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3f24bafb-5bde-4782-9a6e-79cd95bcdaff
VfModuleModelInvariantUUID:df84672d-3729-4617-a44b-d28c69c30213
VfModuleModelDescription:NULL
Artifacts UUID List:{
3fde3685-4d4d-40ee-b7dd-54c18631adf6
,
a2ba9536-0143-4894-a47b-0ca9ada84efc

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_vfw
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-09-17T01:18:12.769Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3fde3685-4d4d-40ee-b7dd-54c18631adf6 from URL: /sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.yaml
2021-09-17T01:18:12.769Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-17T01:18:12.769Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.yaml
2021-09-17T01:18:12.926Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-17T01:18:12.927Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.yaml 3fde3685-4d4d-40ee-b7dd-54c18631adf6 20368
2021-09-17T01:18:12.927Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-17T01:18:12.927Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.yaml
2021-09-17T01:18:12.927Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-17T01:18:12.927Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:18:12.929Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:18:12.929Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631841492927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:18:13.030Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:18:13.030Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:18:13.031Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:18:13.041Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:18:13.041Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:18:13.930Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a2ba9536-0143-4894-a47b-0ca9ada84efc from URL: /sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.env
2021-09-17T01:18:13.930Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-17T01:18:13.931Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.env
2021-09-17T01:18:14.284Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-17T01:18:14.284Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.env a2ba9536-0143-4894-a47b-0ca9ada84efc 2098
2021-09-17T01:18:14.285Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-17T01:18:14.285Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.env
2021-09-17T01:18:14.285Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-17T01:18:14.285Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:18:14.287Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:18:14.287Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631841494285,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:18:14.388Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-17T01:18:14.389Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:18:14.389Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:18:14.401Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:18:14.402Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:18:15.288Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: e3490de8-9d4d-4116-a1fc-6020a08573a5
2021-09-17T01:18:15.288Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 3b6e33c1-0435 0 a5863cab-30a0-49cd-813c-071dc654b459 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-17T01:18:15.326Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@50833f8, org.onap.sdc.toscaparser.api.parameters.Input@679b5b84, org.onap.sdc.toscaparser.api.parameters.Input@1534e90c, org.onap.sdc.toscaparser.api.parameters.Input@1878c9b8, org.onap.sdc.toscaparser.api.parameters.Input@5c2bbebc]
2021-09-17T01:18:15.329Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:18:15.329Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-17 01-14-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:18:15.329Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-09-17T01:18:15.330Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= c3c1875f-dc0c-44f0-af98-e9171d74e221
2021-09-17T01:18:15.330Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c3c1875f-dc0c-44f0-af98-e9171d74e221 matches Tosca VF Customization UUID: c3c1875f-dc0c-44f0-af98-e9171d74e221
2021-09-17T01:18:15.330Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: c3c1875f-dc0c-44f0-af98-e9171d74e221  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-17T01:18:15.335Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:18:15.336Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-17 01-14-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:18:15.336Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id c3c1875f-dc0c-44f0-af98-e9171d74e221: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-09-17T01:18:15.337Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4ffcd51b
2021-09-17T01:18:15.337Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:18:15.337Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-17 01-14-03 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-17T01:18:15.337Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 75ed86d8-4b7f-4bb5-b81d-ccf112611887
2021-09-17T01:18:15.338Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 75ed86d8-4b7f-4bb5-b81d-ccf112611887
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-17T01:18:15.343Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:18:15.344Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3b6e33c1-0435 0 is matching search criteria
2021-09-17T01:18:15.344Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3b6e33c1-0435 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-17T01:18:15.344Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:18:15.345Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3b6e33c1-0435 0 is matching search criteria
2021-09-17T01:18:15.345Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3b6e33c1-0435 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-17T01:18:15.345Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:18:15.345Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3b6e33c1-0435 0 is not matching search criteria
2021-09-17T01:18:15.345Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-17T01:18:15.345Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-17T01:18:15.345Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-17T01:18:15.346Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-17T01:18:15.346Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-17T01:18:15.346Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-17T01:18:15.346Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-17T01:18:15.346Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-17T01:18:15.346Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-17T01:18:15.346Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-17T01:18:15.346Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-17T01:18:15.347Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a78ce046-3b6f-491b-a197-98c34860443f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-17T01:18:15.358Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:18:15.359Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3b6e33c1-0435 0 is matching search criteria
2021-09-17T01:18:15.359Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3b6e33c1-0435 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-17T01:18:15.359Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:18:15.359Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3b6e33c1-0435 0 is not matching search criteria
2021-09-17T01:18:15.360Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-17T01:18:15.360Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-17T01:18:15.360Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-17T01:18:15.360Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-17T01:18:15.360Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-17T01:18:15.360Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-17T01:18:15.360Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-17T01:18:15.360Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-17T01:18:15.361Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-17T01:18:15.361Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-17T01:18:15.361Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-17T01:18:15.361Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-17T01:18:15.361Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=09bdc6d4-9db8-45ea-bf4a-e1b40f335f48
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-17T01:18:15.364Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:18:15.364Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3b6e33c1-0435 0 is matching search criteria
2021-09-17T01:18:15.364Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3b6e33c1-0435 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-17T01:18:15.366Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:18:15.367Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3b6e33c1-0435 0 is not matching search criteria
2021-09-17T01:18:15.367Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-17T01:18:15.367Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-17T01:18:15.367Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-17T01:18:15.367Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-17T01:18:15.367Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-17T01:18:15.367Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-17T01:18:15.368Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-17T01:18:15.368Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-17T01:18:15.368Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-17T01:18:15.368Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-17T01:18:15.368Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-17T01:18:15.368Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-17T01:18:15.368Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ae3e7be4-b195-45ec-8c90-6a3cff92b449
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-17T01:18:15.370Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:18:15.371Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3b6e33c1-0435 0 is matching search criteria
2021-09-17T01:18:15.371Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3b6e33c1-0435 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-17T01:18:15.371Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:18:15.371Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3b6e33c1-0435 0 is matching search criteria
2021-09-17T01:18:15.371Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3b6e33c1-0435 0] matching following query criteria: sdcType=VF, customizationUUID=c3c1875f-dc0c-44f0-af98-e9171d74e221
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-17T01:18:15.373Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:18:15.373Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-17 01-14-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:18:15.373Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid e3490de8-9d4d-4116-a1fc-6020a08573a5: vFW 3b6e33c1-0435
2021-09-17T01:18:15.373Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:18:15.373Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-17 01-14-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:18:15.374Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:18:15.374Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-17 01-14-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:18:15.374Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:18:15.374Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-17 01-14-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:18:15.374Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:18:15.374Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-17 01-14-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:18:15.374Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:18:15.375Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-17 01-14-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:18:15.375Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2021-09-17 01-14-03 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:18:15.635Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 3b6e33c1-0435 a5863cab-30a0-49cd-813c-071dc654b459 1 ASDC deployResourceStructure
2021-09-17T01:18:15.636Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vfw3b6e33c104350_modules.json ASDC sendASDCNotification
2021-09-17T01:18:15.636Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vfw3b6e33c104350_modules.json
2021-09-17T01:18:15.636Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-17T01:18:15.636Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:18:15.639Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:18:15.639Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631841495636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vfw3b6e33c104350_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-17T01:18:15.739Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:18:15.740Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:18:15.740Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:18:15.751Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:18:15.751Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:18:16.641Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-17T01:18:16.642Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.yaml
2021-09-17T01:18:16.642Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-17T01:18:16.642Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:18:16.644Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:18:16.644Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631841496641,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-17T01:18:16.744Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:18:16.745Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:18:16.746Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:18:16.757Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:18:16.758Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:18:17.644Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-17T01:18:17.645Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.env
2021-09-17T01:18:17.645Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-17T01:18:17.645Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:18:17.647Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:18:17.647Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631841497644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-17T01:18:17.747Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:18:17.748Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:18:17.748Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:18:17.760Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:18:17.760Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:18:18.648Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar ASDC sendASDCNotification
2021-09-17T01:18:18.648Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar
2021-09-17T01:18:18.649Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-17T01:18:18.649Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:18:18.650Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:18:18.651Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631841498648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-17T01:18:18.751Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:18:18.752Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:18:18.752Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:18:18.764Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:18:18.764Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:18:19.652Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 840a51f1-4554-4012-a62b-3a06e0d0316f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-17T01:18:19.663Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 840a51f1-4554-4012-a62b-3a06e0d0316f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-17T01:18:19.666Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-17T01:18:19.666Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-17T01:18:19.666Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-17T01:18:19.666Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-17T01:18:19.666Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-17T01:18:19.666Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-17T01:18:19.666Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-17T01:18:19.666Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-17T01:18:19.666Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-17T01:18:19.667Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-17T01:18:19.667Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:18:19.669Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-17T01:18:49.670Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 840a51f1-4554-4012-a62b-3a06e0d0316f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-17T01:18:49.676Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 840a51f1-4554-4012-a62b-3a06e0d0316f and serviceModelVersionId: e3490de8-9d4d-4116-a1fc-6020a08573a5
2021-09-17T01:18:49.676Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0fe60218-6b53-4a37-982d-9c5eaa3e20cd
2021-09-17T01:18:56.932Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:18:56.932Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:18:56.933Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:18:57.057Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:18:57.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:18:57.058Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631841476930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:18:57.060Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:19:12.512Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0fe60218-6b53-4a37-982d-9c5eaa3e20cd/model-vers/model-ver/e3490de8-9d4d-4116-a1fc-6020a08573a5?depth=0
2021-09-17T01:19:12.683Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-17T01:19:13.433Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0fe60218-6b53-4a37-982d-9c5eaa3e20cd/model-vers/model-ver/e3490de8-9d4d-4116-a1fc-6020a08573a5?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-09-17T01:19:13.438Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0fe60218-6b53-4a37-982d-9c5eaa3e20cd/model-vers/model-ver/e3490de8-9d4d-4116-a1fc-6020a08573a5?depth=0|INFO|500||Invoke
2021-09-17T01:19:13.610Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0fe60218-6b53-4a37-982d-9c5eaa3e20cd/model-vers/model-ver/e3490de8-9d4d-4116-a1fc-6020a08573a5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-17T01:19:13.751Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0fe60218-6b53-4a37-982d-9c5eaa3e20cd/model-vers/model-ver/e3490de8-9d4d-4116-a1fc-6020a08573a5?depth=0|INFO|500||InvokeReturn
2021-09-17T01:19:13.752Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0fe60218-6b53-4a37-982d-9c5eaa3e20cd/model-vers/model-ver/e3490de8-9d4d-4116-a1fc-6020a08573a5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210917-01:19:13:618-89972], vertex-id=[200792], Content-Length=[0], Date=[Fri, 17 Sep 2021 01:19:13 GMT], Content-Type=[application/json]}
2021-09-17T01:19:13.752Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-09-17T01:19:13.755Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-17T01:19:13.755Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-17T01:19:13.759Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-17T01:19:13.767Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 840a51f1-4554-4012-a62b-3a06e0d0316f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-17T01:19:13.768Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-17T01:19:13.769Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:19:13.771Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:19:13.771Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631841553768,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-17T01:19:13.870Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-17T01:19:13.871Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:19:13.871Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:19:13.883Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:19:13.883Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-17T01:19:14.782Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:19:14.782Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:19:14.783Z|840a51f1-4554-4012-a62b-3a06e0d0316f|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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:19:15.404Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:19:15.405Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:19:15.405Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"f5c35172-eab4-4e5e-a6ad-a897e1c126e7","serviceName":"basic_onboard_DRWmIc","serviceVersion":"1.0","serviceUUID":"5b325e2d-23cd-405a-8c09-8e79a87de0bc","serviceDescription":"service","serviceInvariantUUID":"cab97689-df93-4a22-9919-226ae4bf4928","resources":[{"resourceInstanceName":"basic_onboard_DRWmIc 0","resourceName":"basic_onboard_DRWmIc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a567df53-8215-49fd-a704-3aa8befea60b","resourceInvariantUUID":"8971dc83-a5cc-417c-8888-9479f9e01fac","resourceCustomizationUUID":"78bef2e3-fd6a-48ba-8c4f-a034236f0180","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/vf-license-model.xml","artifactChecksum":"YTI0NTBhZDFkZTFlNTI4MjI2YjQ0ZmYwZDlhYTNiMDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"59e4acb5-02e9-4b62-b615-accefccbdf8b","artifactVersion":"1"},{"artifactName":"basic_onboard_drwmic0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/basic_onboard_drwmic0_modules.json","artifactChecksum":"Y2FiMTA4NTYzODQyNDI4MjQ2ZWI1ZDA5M2ZiMmU5MWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0bc0d784-0b02-46eb-a810-6625e0047144","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a9801a33-2d79-429a-8131-e5982ff9417e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fc898b32-323c-4bf5-9623-baee9c4e8007","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8c7a528f-1d47-4a6f-91aa-ecf44b993935","artifactVersion":"2","generatedFromUUID":"a9801a33-2d79-429a-8131-e5982ff9417e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardDrwmic-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-template.yml","artifactChecksum":"YTgwZjkyZTIyNjhlMzk5NjYxODY3MjNmNTYyMDk4YzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"706d94e3-cadb-4b23-9614-706e03925460","artifactVersion":"1"},{"artifactName":"service-BasicOnboardDrwmic-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar","artifactChecksum":"MGRmNTVhNDAzN2RmZDA0NTk4N2U0YTFkNzg4NmZiYzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"87cfaba5-59e5-4cd3-b931-bdaa35e4ea32","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-17T01:19:15.408Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:19:15.409Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:19:15.410Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:19:15.410Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631841554782,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:19:15.511Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-17T01:19:15.511Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:19:15.511Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:19:15.522Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:19:15.523Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:19:16.411Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:19:16.412Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:19:16.414Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:19:16.414Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631841554782,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/basic_onboard_drwmic0_modules.json",
  "status": "NOTIFIED"
}
2021-09-17T01:19:16.519Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2021-09-17T01:19:16.520Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:19:16.520Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:19:16.531Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:19:16.531Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:19:17.415Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:19:17.416Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:19:17.418Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:19:17.418Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631841554782,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-17T01:19:17.519Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:19:17.519Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:19:17.520Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:19:17.530Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:19:17.531Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:19:18.419Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:19:18.420Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:19:18.422Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:19:18.422Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631841554782,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:19:18.523Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-17T01:19:18.524Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:19:18.524Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:19:18.536Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:19:18.537Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:19:19.423Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:19:19.423Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:19:19.425Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:19:19.426Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631841554782,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-17T01:19:19.526Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:19:19.527Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:19:19.527Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:19:19.538Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:19:19.538Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:19:20.426Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:19:20.427Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:19:20.428Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:19:20.428Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631841554782,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:19:20.529Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-17T01:19:20.531Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:19:20.531Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:19:20.541Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:19:20.541Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:19:21.429Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:19:21.430Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:19:21.431Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:19:21.431Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631841554782,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:19:21.532Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:19:21.533Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:19:21.533Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:19:21.544Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:19:21.545Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-17T01:19:22.433Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "serviceName": "basic_onboard_DRWmIc",
  "serviceVersion": "1.0",
  "serviceUUID": "5b325e2d-23cd-405a-8c09-8e79a87de0bc",
  "serviceDescription": "service",
  "serviceInvariantUUID": "cab97689-df93-4a22-9919-226ae4bf4928",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_DRWmIc 0",
      "resourceCustomizationUUID": "78bef2e3-fd6a-48ba-8c4f-a034236f0180",
      "resourceName": "basic_onboard_DRWmIc",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a567df53-8215-49fd-a704-3aa8befea60b",
      "resourceInvariantUUID": "8971dc83-a5cc-417c-8888-9479f9e01fac",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_drwmic0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/basic_onboard_drwmic0_modules.json",
          "artifactChecksum": "Y2FiMTA4NTYzODQyNDI4MjQ2ZWI1ZDA5M2ZiMmU5MWQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0bc0d784-0b02-46eb-a810-6625e0047144",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a9801a33-2d79-429a-8131-e5982ff9417e",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "8c7a528f-1d47-4a6f-91aa-ecf44b993935",
            "generatedFromUUID": "a9801a33-2d79-429a-8131-e5982ff9417e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "8c7a528f-1d47-4a6f-91aa-ecf44b993935",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardDrwmic-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar",
      "artifactChecksum": "MGRmNTVhNDAzN2RmZDA0NTk4N2U0YTFkNzg4NmZiYzc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "87cfaba5-59e5-4cd3-b931-bdaa35e4ea32"
    }
  ],
  "workloadContext": "Production"
}
2021-09-17T01:19:22.433Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-17T01:19:22.433Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5b325e2d-23cd-405a-8c09-8e79a87de0bc ASDC
2021-09-17T01:19:22.434Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:f5c35172-eab4-4e5e-a6ad-a897e1c126e7
ServiceName:basic_onboard_DRWmIc
ServiceVersion:1.0
ServiceUUID:5b325e2d-23cd-405a-8c09-8e79a87de0bc
ServiceInvariantUUID:cab97689-df93-4a22-9919-226ae4bf4928
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardDrwmic-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar
ArtifactUUID:87cfaba5-59e5-4cd3-b931-bdaa35e4ea32
ArtifactChecksum:MGRmNTVhNDAzN2RmZDA0NTk4N2U0YTFkNzg4NmZiYzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_DRWmIc 0
ResourceCustomizationUUID:78bef2e3-fd6a-48ba-8c4f-a034236f0180
ResourceInvariantUUID:8971dc83-a5cc-417c-8888-9479f9e01fac
ResourceName:basic_onboard_DRWmIc
ResourceType:VF
ResourceUUID:a567df53-8215-49fd-a704-3aa8befea60b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_drwmic0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/basic_onboard_drwmic0_modules.json
ArtifactUUID:0bc0d784-0b02-46eb-a810-6625e0047144
ArtifactChecksum:Y2FiMTA4NTYzODQyNDI4MjQ2ZWI1ZDA5M2ZiMmU5MWQ=
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/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.yaml
ArtifactUUID:a9801a33-2d79-429a-8131-e5982ff9417e
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/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.env
ArtifactUUID:8c7a528f-1d47-4a6f-91aa-ecf44b993935
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/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.env
ArtifactUUID:8c7a528f-1d47-4a6f-91aa-ecf44b993935
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-17T01:19:22.434Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5b325e2d-23cd-405a-8c09-8e79a87de0bc ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:19:22.458Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-17T01:19:22.459Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-17T01:19:22.459Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-17T01:19:22.459Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 87cfaba5-59e5-4cd3-b931-bdaa35e4ea32 from URL: /sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar
2021-09-17T01:19:22.460Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-17T01:19:22.460Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar
2021-09-17T01:19:22.915Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-17T01:19:22.919Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar 87cfaba5-59e5-4cd3-b931-bdaa35e4ea32 71354
2021-09-17T01:19:22.919Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar ASDC sendASDCNotification
2021-09-17T01:19:22.919Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar
2021-09-17T01:19:22.919Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-17T01:19:22.920Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:19:22.921Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:19:22.921Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631841562919,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:19:23.022Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-17T01:19:23.023Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:19:23.023Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:19:23.034Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:19:23.035Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:19:23.922Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-17T01:19:23.923Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-17T01:19:23.924Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 87cfaba5-59e5-4cd3-b931-bdaa35e4ea32, URL: /sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar to file: /app/ASDC/1/service-BasicOnboardDrwmic-csar.csar
2021-09-17T01:19:23.924Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardDrwmic-csar.csar
2021-09-17T01:19:23.924Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardDrwmic-csar.csar
2021-09-17T01:19:23.924Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardDrwmic-csar.csar
2021-09-17T01:19:24.081Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10027228056902809730/Definitions/service-BasicOnboardDrwmic-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-09-17T01:19:25.489Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-17T01:19:25.490Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-17T01:19:25.490Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardDrwmic-csar.csar
2021-09-17T01:19:25.490Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-17T01:19:25.490Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_DRWmIc 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-BasicOnboardDrwmic-csar.csar
2021-09-17T01:19:25.490Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardDrwmic-csar.csar
2021-09-17T01:19:25.490Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDrwmic-csar.csar
2021-09-17T01:19:25.491Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDrwmic-csar.csar
2021-09-17T01:19:25.491Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDrwmic-csar.csar
2021-09-17T01:19:25.491Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardDrwmic-csar.csar
2021-09-17T01:19:25.491Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardDrwmic-csar.csar
2021-09-17T01:19:25.491Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDrwmic-csar.csar
2021-09-17T01:19:25.491Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardDrwmic-csar.csar
2021-09-17T01:19:25.491Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-17T01:19:25.491Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:19:25.492Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DRWmIc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:19:25.492Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_DRWmIc 0 is matching search criteria
2021-09-17T01:19:25.492Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-17T01:19:25.492Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_DRWmIc 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-17T01:19:25.493Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:19:25.493Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DRWmIc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:19:25.493Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_DRWmIc 0 is matching search criteria
2021-09-17T01:19:25.493Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-17T01:19:25.493Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_DRWmIc 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-17T01:19:25.493Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:19:25.494Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DRWmIc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:19:25.494Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:19:25.494Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_DRWmIc 0 is not matching search criteria
2021-09-17T01:19:25.494Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-17T01:19:25.495Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-17T01:19:25.495Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-17T01:19:25.495Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-17T01:19:25.495Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-17T01:19:25.495Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:19:25.495Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DRWmIc is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-17T01:19:25.496Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:19:25.496Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_DRWmIc 0 is matching search criteria
2021-09-17T01:19:25.496Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_DRWmIc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-17T01:19:25.496Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:19:25.497Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_DRWmIc 0 is matching search criteria
2021-09-17T01:19:25.497Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_DRWmIc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-17T01:19:25.497Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:19:25.497Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_DRWmIc 0 is matching search criteria
2021-09-17T01:19:25.497Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_DRWmIc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-17T01:19:25.498Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:19:25.498Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_DRWmIc 0 is not matching search criteria
2021-09-17T01:19:25.498Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-17T01:19:25.498Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-17T01:19:25.498Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c5a665ec-63ef-4cfa-b264-317d0312d74d
2021-09-17T01:19:25.498Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:19:25.499Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DRWmIc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:19:25.499Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:19:25.499Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DRWmIc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:19:25.499Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:19:25.499Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DRWmIc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:19:25.499Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:19:25.500Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DRWmIc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:19:25.500Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_DRWmIc
Description:service
Model UUID:5b325e2d-23cd-405a-8c09-8e79a87de0bc
Model Version:NULL
Model InvariantUuid:cab97689-df93-4a22-9919-226ae4bf4928
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_DRWmIc
Model UUID:2bfadb46-91c6-4dab-871a-e68d03d0f619
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8971dc83-a5cc-417c-8888-9479f9e01fac
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:78bef2e3-fd6a-48ba-8c4f-a034236f0180
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:779afcf0-1be6-474e-af14-d45983fdb94c
ModelName:BasicOnboardDrwmic..base_ubuntu18..module-0
ModelUuid:0ed05a2d-8dee-4c4d-9add-77f3d4f543d0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c5a665ec-63ef-4cfa-b264-317d0312d74d
ModelInvariantUuid:959973da-2f1d-4a4d-9822-4477f44fafbc
ModelName:basic_onboard_DRWmIc-nodes.ubuntu18Cvfc
ModelUuid:e1ee3b7e-01f6-4ce1-98cc-599a94e8c78d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:d0d27b3a-6080-4898-a56a-96248e7447c1
ModelInvariantUuid:ac373ac4-3b58-4517-96bc-3f3b63bdf79c
ModelName:BasicOnboardDrwmic.compute.nodes.heat.ubuntu18
ModelUuid:cf403aec-3b35-4434-9df7-65f7a36b93a3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-17T01:19:25.505Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: a567df53-8215-49fd-a704-3aa8befea60b
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-17T01:19:25.507Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||basic_onboard_DRWmIc 0
2021-09-17T01:19:25.507Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a567df53-8215-49fd-a704-3aa8befea60b
2021-09-17T01:19:25.507Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0bc0d784-0b02-46eb-a810-6625e0047144 from URL: /sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/basic_onboard_drwmic0_modules.json
2021-09-17T01:19:25.508Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-17T01:19:25.508Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/basic_onboard_drwmic0_modules.json
2021-09-17T01:19:26.295Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-17T01:19:26.296Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/basic_onboard_drwmic0_modules.json 0bc0d784-0b02-46eb-a810-6625e0047144 798
2021-09-17T01:19:26.296Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/basic_onboard_drwmic0_modules.json ASDC sendASDCNotification
2021-09-17T01:19:26.296Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/basic_onboard_drwmic0_modules.json
2021-09-17T01:19:26.296Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-17T01:19:26.297Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:19:26.299Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:19:26.299Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631841566296,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/basic_onboard_drwmic0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:19:26.400Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-17T01:19:26.401Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:19:26.401Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:19:26.414Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:19:26.414Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:19:27.300Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardDrwmic..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "779afcf0-1be6-474e-af14-d45983fdb94c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0ed05a2d-8dee-4c4d-9add-77f3d4f543d0",
    "vfModuleModelCustomizationUUID": "55900d25-fae1-4b62-ad6d-9c3d2eea6f38",
    "isBase": true,
    "artifacts": [
      "a9801a33-2d79-429a-8131-e5982ff9417e",
      "8c7a528f-1d47-4a6f-91aa-ecf44b993935"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-17T01:19:27.304Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDrwmic..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0ed05a2d-8dee-4c4d-9add-77f3d4f543d0
VfModuleModelInvariantUUID:779afcf0-1be6-474e-af14-d45983fdb94c
VfModuleModelDescription:NULL
Artifacts UUID List:{
a9801a33-2d79-429a-8131-e5982ff9417e
,
8c7a528f-1d47-4a6f-91aa-ecf44b993935

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu18
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-09-17T01:19:27.305Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardDrwmic..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "779afcf0-1be6-474e-af14-d45983fdb94c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0ed05a2d-8dee-4c4d-9add-77f3d4f543d0",
    "vfModuleModelCustomizationUUID": "55900d25-fae1-4b62-ad6d-9c3d2eea6f38",
    "isBase": true,
    "artifacts": [
      "a9801a33-2d79-429a-8131-e5982ff9417e",
      "8c7a528f-1d47-4a6f-91aa-ecf44b993935"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-17T01:19:27.306Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDrwmic..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0ed05a2d-8dee-4c4d-9add-77f3d4f543d0
VfModuleModelInvariantUUID:779afcf0-1be6-474e-af14-d45983fdb94c
VfModuleModelDescription:NULL
Artifacts UUID List:{
a9801a33-2d79-429a-8131-e5982ff9417e
,
8c7a528f-1d47-4a6f-91aa-ecf44b993935

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu18
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-09-17T01:19:27.306Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a9801a33-2d79-429a-8131-e5982ff9417e from URL: /sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.yaml
2021-09-17T01:19:27.306Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-17T01:19:27.306Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.yaml
2021-09-17T01:19:28.207Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-17T01:19:28.208Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.yaml a9801a33-2d79-429a-8131-e5982ff9417e 5033
2021-09-17T01:19:28.208Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-17T01:19:28.208Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.yaml
2021-09-17T01:19:28.208Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-17T01:19:28.208Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:19:28.210Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:19:28.210Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631841568208,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:19:28.310Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:19:28.311Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:19:28.311Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:19:28.326Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:19:28.326Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:19:29.211Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8c7a528f-1d47-4a6f-91aa-ecf44b993935 from URL: /sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.env
2021-09-17T01:19:29.211Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-17T01:19:29.211Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.env
2021-09-17T01:19:29.923Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-17T01:19:29.924Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.env 8c7a528f-1d47-4a6f-91aa-ecf44b993935 909
2021-09-17T01:19:29.924Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-17T01:19:29.924Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.env
2021-09-17T01:19:29.924Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-17T01:19:29.924Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:19:29.926Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:19:29.926Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631841569924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:19:30.026Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:19:30.027Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:19:30.027Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:19:30.037Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:19:30.038Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:19:30.927Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 5b325e2d-23cd-405a-8c09-8e79a87de0bc
2021-09-17T01:19:30.927Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_DRWmIc 0 a567df53-8215-49fd-a704-3aa8befea60b ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-17T01:19:30.940Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3e595d2d, org.onap.sdc.toscaparser.api.parameters.Input@7afdc6cf, org.onap.sdc.toscaparser.api.parameters.Input@63a77157, org.onap.sdc.toscaparser.api.parameters.Input@7bffd3e1, org.onap.sdc.toscaparser.api.parameters.Input@f3b4986]
2021-09-17T01:19:30.941Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:19:30.941Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DRWmIc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:19:30.941Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-09-17T01:19:30.941Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 78bef2e3-fd6a-48ba-8c4f-a034236f0180
2021-09-17T01:19:30.941Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 78bef2e3-fd6a-48ba-8c4f-a034236f0180 matches Tosca VF Customization UUID: 78bef2e3-fd6a-48ba-8c4f-a034236f0180
2021-09-17T01:19:30.942Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 78bef2e3-fd6a-48ba-8c4f-a034236f0180  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-17T01:19:30.943Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:19:30.943Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DRWmIc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:19:30.944Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 78bef2e3-fd6a-48ba-8c4f-a034236f0180: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-09-17T01:19:30.944Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@21bdc45c
2021-09-17T01:19:30.944Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:19:30.944Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DRWmIc is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-17T01:19:30.944Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 55900d25-fae1-4b62-ad6d-9c3d2eea6f38
2021-09-17T01:19:30.945Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 55900d25-fae1-4b62-ad6d-9c3d2eea6f38
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-17T01:19:30.946Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:19:30.946Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_DRWmIc 0 is matching search criteria
2021-09-17T01:19:30.946Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_DRWmIc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-17T01:19:30.947Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:19:30.947Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_DRWmIc 0 is matching search criteria
2021-09-17T01:19:30.947Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_DRWmIc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-17T01:19:30.947Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:19:30.947Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_DRWmIc 0 is not matching search criteria
2021-09-17T01:19:30.947Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-17T01:19:30.947Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-17T01:19:30.947Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c5a665ec-63ef-4cfa-b264-317d0312d74d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-17T01:19:30.949Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:19:30.949Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_DRWmIc 0 is matching search criteria
2021-09-17T01:19:30.949Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_DRWmIc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-17T01:19:30.949Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:19:30.949Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_DRWmIc 0 is matching search criteria
2021-09-17T01:19:30.950Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_DRWmIc 0] matching following query criteria: sdcType=VF, customizationUUID=78bef2e3-fd6a-48ba-8c4f-a034236f0180
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-17T01:19:30.951Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:19:30.951Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DRWmIc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:19:30.951Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 5b325e2d-23cd-405a-8c09-8e79a87de0bc: basic_onboard_DRWmIc
2021-09-17T01:19:30.951Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:19:30.952Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DRWmIc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:19:30.952Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:19:30.952Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DRWmIc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:19:30.952Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:19:30.952Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DRWmIc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:19:30.952Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:19:30.952Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DRWmIc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:19:30.952Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:19:30.952Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DRWmIc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:19:30.953Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_DRWmIc 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:19:31.006Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_DRWmIc a567df53-8215-49fd-a704-3aa8befea60b 1 ASDC deployResourceStructure
2021-09-17T01:19:31.007Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/basic_onboard_drwmic0_modules.json ASDC sendASDCNotification
2021-09-17T01:19:31.007Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/basic_onboard_drwmic0_modules.json
2021-09-17T01:19:31.007Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-17T01:19:31.007Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:19:31.009Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:19:31.009Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631841571007,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/basic_onboard_drwmic0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-17T01:19:31.109Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:19:31.110Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:19:31.110Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:19:31.120Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:19:31.120Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:19:32.010Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-17T01:19:32.010Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.yaml
2021-09-17T01:19:32.010Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-17T01:19:32.011Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:19:32.012Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:19:32.012Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631841572010,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-17T01:19:32.113Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:19:32.114Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:19:32.114Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:19:32.125Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:19:32.126Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-17T01:19:33.014Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-17T01:19:33.014Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.env
2021-09-17T01:19:33.014Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-17T01:19:33.014Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:19:33.016Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:19:33.017Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631841573013,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-17T01:19:33.117Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:19:33.117Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:19:33.118Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:19:33.129Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:19:33.129Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:19:34.018Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar ASDC sendASDCNotification
2021-09-17T01:19:34.018Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar
2021-09-17T01:19:34.018Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-17T01:19:34.018Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:19:34.020Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:19:34.020Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631841574017,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-17T01:19:34.120Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:19:34.121Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:19:34.121Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:19:34.130Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:19:34.131Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:19:35.021Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5c35172-eab4-4e5e-a6ad-a897e1c126e7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-17T01:19:35.026Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5c35172-eab4-4e5e-a6ad-a897e1c126e7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-17T01:19:35.028Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-17T01:19:35.028Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-17T01:19:35.028Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-17T01:19:56.932Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:19:56.932Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:19:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:19:56.954Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:19:56.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631841476930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vfw3b6e33c104350_modules.json",
  "status": "NOTIFIED"
}
2021-09-17T01:19:56.958Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:19:56.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631841476930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-17T01:19:56.958Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:19:56.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631841476930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.958Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:19:56.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631841476930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-17T01:19:56.958Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:19:56.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631841476930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.959Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:19:56.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631841476930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:19:56.959Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:19:56.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631841486073,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:19:56.959Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:19:56.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631841491636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vfw3b6e33c104350_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:19:56.959Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:19:56.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631841492927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:19:56.960Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:19:56.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631841494285,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:19:56.960Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:19:56.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631841495636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vfw3b6e33c104350_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-17T01:19:56.960Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:19:56.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631841496641,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-17T01:19:56.960Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:19:56.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631841497644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-17T01:19:56.960Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:19:56.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631841498648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-17T01:19:56.961Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:19:56.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "clamp",
  "timestamp": 1631841517687,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.962Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:19:56.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "dcae-sch",
  "timestamp": 1631841513687,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.962Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:19:56.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "cds",
  "timestamp": 1631841513332,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.962Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:19:56.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "clamp",
  "timestamp": 1631841517687,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/basic_onboard_drwmic0_modules.json",
  "status": "NOTIFIED"
}
2021-09-17T01:19:56.963Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:19:56.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "dcae-sch",
  "timestamp": 1631841513687,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/basic_onboard_drwmic0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.963Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:19:56.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "cds",
  "timestamp": 1631841513332,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/basic_onboard_drwmic0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.963Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:19:56.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "clamp",
  "timestamp": 1631841517687,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.963Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:19:56.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "dcae-sch",
  "timestamp": 1631841513687,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.963Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:19:56.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "cds",
  "timestamp": 1631841513332,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.964Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:19:56.964Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.964Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "clamp",
  "timestamp": 1631841517687,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.964Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:19:56.964Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.964Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "dcae-sch",
  "timestamp": 1631841513687,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.964Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:19:56.964Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.964Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "cds",
  "timestamp": 1631841513332,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.964Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:19:56.964Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.964Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "clamp",
  "timestamp": 1631841517687,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.964Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:19:56.965Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.965Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "dcae-sch",
  "timestamp": 1631841513687,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.965Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:19:56.965Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.965Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "cds",
  "timestamp": 1631841513332,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.965Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:19:56.965Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.965Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631841524012,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.965Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:19:56.965Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.965Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "clamp",
  "timestamp": 1631841517687,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.965Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:19:56.965Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.966Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "dcae-sch",
  "timestamp": 1631841513687,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.966Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:19:56.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.966Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "cds",
  "timestamp": 1631841513332,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.966Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:19:56.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.966Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631841524012,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/basic_onboard_drwmic0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.966Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:19:56.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.966Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "policy-id",
  "timestamp": 1631841524986,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.966Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:19:56.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.966Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "clamp",
  "timestamp": 1631841517687,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:19:56.966Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:19:56.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.967Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "dcae-sch",
  "timestamp": 1631841513687,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.967Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:19:56.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.967Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "cds",
  "timestamp": 1631841513332,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:19:56.967Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:19:56.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.967Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631841524012,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.967Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:19:56.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.967Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "policy-id",
  "timestamp": 1631841524986,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/basic_onboard_drwmic0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.967Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:19:56.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.967Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631841524012,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.967Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:19:56.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.968Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "policy-id",
  "timestamp": 1631841524986,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-17T01:19:56.968Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:19:56.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.968Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631841524012,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.968Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:19:56.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.968Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "policy-id",
  "timestamp": 1631841524986,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.968Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:19:56.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.968Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "cds",
  "timestamp": 1631841528904,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:19:56.968Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:19:56.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.968Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631841528729,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.968Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:19:56.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631841528932,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.969Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:19:56.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "policy-id",
  "timestamp": 1631841524986,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.969Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:19:56.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631841524012,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.969Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:19:56.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "cds",
  "timestamp": 1631841529908,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:19:56.972Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f5c35172-eab4-4e5e-a6ad-a897e1c126e7
2021-09-17T01:19:56.972Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5c35172-eab4-4e5e-a6ad-a897e1c126e7 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:19:56.978Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.978Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631841528729,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/basic_onboard_drwmic0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.978Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:19:56.979Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.979Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631841528932,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/basic_onboard_drwmic0_modules.json",
  "status": "NOTIFIED"
}
2021-09-17T01:19:56.979Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:19:56.979Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.979Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "policy-id",
  "timestamp": 1631841524986,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.979Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:19:56.979Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.979Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631841524012,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.980Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:19:56.980Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.980Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "aai-ml",
  "timestamp": 1631841530068,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.980Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:19:56.980Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.980Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631841528729,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.980Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:19:56.980Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.981Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631841528932,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-17T01:19:56.981Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:19:56.981Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.981Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "policy-id",
  "timestamp": 1631841524986,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:19:56.981Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:19:56.981Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.981Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "aai-ml",
  "timestamp": 1631841530068,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/basic_onboard_drwmic0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.981Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:19:56.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631841528729,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.982Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:19:56.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631841528932,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.982Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:19:56.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "aai-ml",
  "timestamp": 1631841530068,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.983Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:19:56.983Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.983Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "policy-id",
  "timestamp": 1631841532804,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:19:56.983Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:19:56.983Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.983Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631841528729,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.983Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:19:56.983Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.984Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631841528932,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-17T01:19:56.984Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:19:56.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.984Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "aai-ml",
  "timestamp": 1631841530068,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.984Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:19:56.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.984Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "policy-id",
  "timestamp": 1631841533808,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-17T01:19:56.984Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:19:56.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.984Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631841528729,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.984Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:19:56.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.984Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631841528932,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.985Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:19:56.985Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.985Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "aai-ml",
  "timestamp": 1631841530068,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.985Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:19:56.985Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.985Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "policy-id",
  "timestamp": 1631841534810,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:19:56.988Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f5c35172-eab4-4e5e-a6ad-a897e1c126e7
2021-09-17T01:19:56.989Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5c35172-eab4-4e5e-a6ad-a897e1c126e7 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:19:56.994Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631841528729,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:19:56.994Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:19:56.994Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631841528932,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:19:56.994Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:19:56.995Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.995Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "aai-ml",
  "timestamp": 1631841530068,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.995Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:19:56.995Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.995Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "clamp",
  "timestamp": 1631841535787,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:19:56.995Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:19:56.995Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.995Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "aai-ml",
  "timestamp": 1631841530068,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:19:56.996Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:19:56.996Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.996Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "clamp",
  "timestamp": 1631841536804,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-17T01:19:56.996Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:20:05.028Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5c35172-eab4-4e5e-a6ad-a897e1c126e7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-17T01:20:05.035Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5c35172-eab4-4e5e-a6ad-a897e1c126e7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-17T01:20:05.037Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-17T01:20:05.037Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-17T01:20:05.037Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-17T01:20:35.038Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5c35172-eab4-4e5e-a6ad-a897e1c126e7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-17T01:20:35.045Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5c35172-eab4-4e5e-a6ad-a897e1c126e7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-17T01:20:35.047Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-17T01:20:35.047Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-17T01:20:35.047Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-17T01:20:56.932Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:20:56.932Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:20:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:20:57.457Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:20:57.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:20:57.459Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "clamp",
  "timestamp": 1631841537807,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:20:57.463Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f5c35172-eab4-4e5e-a6ad-a897e1c126e7
2021-09-17T01:20:57.463Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5c35172-eab4-4e5e-a6ad-a897e1c126e7 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:20:57.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:20:57.469Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631841537822,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:20:57.470Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:20:57.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:20:57.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631841538079,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/basic_onboard_drwmic0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:20:57.470Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:20:57.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:20:57.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "aai-ml",
  "timestamp": 1631841539088,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:20:57.470Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:20:57.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:20:57.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631841540241,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-17T01:20:57.470Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:20:57.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:20:57.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631841540434,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:20:57.470Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:20:57.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:20:57.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631841541245,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:20:57.472Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f5c35172-eab4-4e5e-a6ad-a897e1c126e7
2021-09-17T01:20:57.472Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5c35172-eab4-4e5e-a6ad-a897e1c126e7 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:20:57.476Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:20:57.476Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631841542924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:20:57.477Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:20:57.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:20:57.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631841543948,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:20:57.479Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f5c35172-eab4-4e5e-a6ad-a897e1c126e7
2021-09-17T01:20:57.479Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5c35172-eab4-4e5e-a6ad-a897e1c126e7 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-17T01:20:57.483Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:20:57.483Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631841544952,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/basic_onboard_drwmic0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-17T01:20:57.483Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:20:57.483Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:20:57.483Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "aai-ml",
  "timestamp": 1631841546079,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-17T01:20:57.484Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:20:57.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:20:57.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "aai-ml",
  "timestamp": 1631841547083,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:20:57.485Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f5c35172-eab4-4e5e-a6ad-a897e1c126e7
2021-09-17T01:20:57.486Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5c35172-eab4-4e5e-a6ad-a897e1c126e7 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:20:57.489Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:20:57.489Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631841553768,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-17T01:20:57.489Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:20:57.490Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:20:57.490Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631841554782,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:20:57.490Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:20:57.490Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:20:57.490Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631841554782,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/basic_onboard_drwmic0_modules.json",
  "status": "NOTIFIED"
}
2021-09-17T01:20:57.490Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:20:57.490Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:20:57.490Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631841554782,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-17T01:20:57.490Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:20:57.490Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:20:57.490Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631841554782,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:20:57.490Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:20:57.491Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:20:57.491Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631841554782,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-17T01:20:57.491Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:20:57.491Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:20:57.491Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631841554782,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:20:57.491Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:20:57.491Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:20:57.491Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631841554782,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:20:57.491Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:20:57.491Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:20:57.491Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631841562919,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:20:57.491Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:20:57.491Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:20:57.491Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631841566296,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/basic_onboard_drwmic0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:20:57.492Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:20:57.492Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:20:57.492Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631841568208,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:20:57.492Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:20:57.492Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:20:57.492Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631841569924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:20:57.492Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:20:57.492Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:20:57.492Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631841571007,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/basic_onboard_drwmic0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-17T01:20:57.492Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:20:57.492Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:20:57.492Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631841572010,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-17T01:20:57.492Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:20:57.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:20:57.493Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631841573013,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-17T01:20:57.493Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:20:57.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:20:57.493Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631841574017,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-17T01:20:57.493Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:21:05.047Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5c35172-eab4-4e5e-a6ad-a897e1c126e7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-17T01:21:05.053Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5c35172-eab4-4e5e-a6ad-a897e1c126e7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-17T01:21:05.055Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-17T01:21:05.055Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-17T01:21:05.056Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-17T01:21:05.056Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-17T01:21:05.056Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-17T01:21:05.056Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-17T01:21:05.056Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-17T01:21:05.056Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-17T01:21:05.056Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-17T01:21:05.056Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-17T01:21:05.056Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:21:05.059Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-17T01:21:35.059Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f5c35172-eab4-4e5e-a6ad-a897e1c126e7 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-17T01:21:35.062Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f5c35172-eab4-4e5e-a6ad-a897e1c126e7 and serviceModelVersionId: 5b325e2d-23cd-405a-8c09-8e79a87de0bc
2021-09-17T01:21:35.062Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cab97689-df93-4a22-9919-226ae4bf4928
2021-09-17T01:21:35.063Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cab97689-df93-4a22-9919-226ae4bf4928/model-vers/model-ver/5b325e2d-23cd-405a-8c09-8e79a87de0bc?depth=0
2021-09-17T01:21:35.067Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-17T01:21:35.105Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cab97689-df93-4a22-9919-226ae4bf4928/model-vers/model-ver/5b325e2d-23cd-405a-8c09-8e79a87de0bc?depth=0|INFO|500||Invoke
2021-09-17T01:21:35.106Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cab97689-df93-4a22-9919-226ae4bf4928/model-vers/model-ver/5b325e2d-23cd-405a-8c09-8e79a87de0bc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cab97689-df93-4a22-9919-226ae4bf4928/model-vers/model-ver/5b325e2d-23cd-405a-8c09-8e79a87de0bc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f5c35172-eab4-4e5e-a6ad-a897e1c126e7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[59173831-cf2c-465a-bb1d-fe24213fc467], X-ECOMP-RequestID=[f5c35172-eab4-4e5e-a6ad-a897e1c126e7], X-TransactionId=[], X-ONAP-RequestID=[f5c35172-eab4-4e5e-a6ad-a897e1c126e7], Content-Type=[application/merge-patch+json]}
2021-09-17T01:21:35.129Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cab97689-df93-4a22-9919-226ae4bf4928/model-vers/model-ver/5b325e2d-23cd-405a-8c09-8e79a87de0bc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-17T01:21:35.619Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cab97689-df93-4a22-9919-226ae4bf4928/model-vers/model-ver/5b325e2d-23cd-405a-8c09-8e79a87de0bc?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/cab97689-df93-4a22-9919-226ae4bf4928/model-vers/model-ver/5b325e2d-23cd-405a-8c09-8e79a87de0bc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210917-01:21:35:187-45484], vertex-id=[192536], Content-Length=[0], Date=[Fri, 17 Sep 2021 01:21:35 GMT], Content-Type=[application/json]}
2021-09-17T01:21:35.619Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cab97689-df93-4a22-9919-226ae4bf4928/model-vers/model-ver/5b325e2d-23cd-405a-8c09-8e79a87de0bc?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-17T01:21:35.620Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cab97689-df93-4a22-9919-226ae4bf4928/model-vers/model-ver/5b325e2d-23cd-405a-8c09-8e79a87de0bc?depth=0|INFO|500||InvokeReturn
2021-09-17T01:21:35.620Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-17T01:21:35.620Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-17T01:21:35.624Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-17T01:21:35.624Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f5c35172-eab4-4e5e-a6ad-a897e1c126e7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-17T01:21:35.624Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-17T01:21:35.625Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:21:35.627Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:21:35.627Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631841695624,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-17T01:21:35.727Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:21:35.728Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:21:35.728Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:21:35.739Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:21:35.740Z||pool-34-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-17T01:21:36.634Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:21:36.634Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:21:36.634Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:21:46.826Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:21:46.827Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:21:46.827Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:21:46.827Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:21:56.372Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:21:56.930Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:21:56.931Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:21:56.931Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:21:56.932Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:21:56.932Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:21:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:21:57.557Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:21:57.558Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:21:57.558Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631841695624,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-17T01:21:57.558Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:22:06.472Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:22:56.930Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:22:56.930Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:22:56.931Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:22:56.932Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:22:56.932Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:22:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:23:06.475Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:23:06.477Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:23:56.930Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:23:56.930Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:23:56.931Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:23:56.932Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:23:56.932Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:23:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:24:06.480Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:24:06.482Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:24:56.930Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:24:56.931Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:24:56.931Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:24:56.931Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:24:56.932Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:24:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:25:06.476Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:25:06.476Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:25:56.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:25:56.931Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:25:56.931Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:25:56.932Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:25:56.932Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:25:56.933Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:26:06.481Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:26:06.484Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:26:56.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:26:56.931Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:26:56.931Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:26:56.932Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:26:56.932Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:26:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:27:06.477Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:27:06.481Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:27:56.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:27:56.931Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:27:56.931Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:27:56.932Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:27:56.932Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:27:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:28:06.472Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:28:06.475Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:28:56.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:28:56.930Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:28:56.931Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:28:56.932Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:28:56.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:28:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:29:06.476Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:29:06.482Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:29:56.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:29:56.931Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:29:56.931Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:29:56.932Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:29:56.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:29:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:29:57.555Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:29:57.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-17T01:29:57.555Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"91e0565c-445e-4b67-8faf-9e8f16deec74","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"dc80cf29-3112-4764-8675-cde91223292a","serviceDescription":"service","serviceInvariantUUID":"cb0af789-1217-4876-b589-461757d2bfbb","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"4988bb91-0f9a-48ac-a7cd-0d4ea2104d77","resourceInvariantUUID":"379fa277-f2be-4087-93f9-71bfaa00e62b","resourceCustomizationUUID":"af75cbab-bbbd-4ad3-9049-f1193ddba984","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":"MmFkYzRmNmEyMjZmZjU0ZTEzMDk0OTkwMzM2MzFiNTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9657863f-0448-445d-97da-038c0148a4e3","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YThkMTUyZWU2NDE0NjJmNjIxZWI1NTMwMGM2MWQ5NTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ff32705c-d3b1-4d5e-81cc-01b3821c5146","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-17T01:29:57.557Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:29:57.558Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:29:57.559Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:29:57.560Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:29:57.560Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842196930,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:29:57.560Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:29:57.561Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842168932,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:29:57.561Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:29:57.561Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:29:57.561Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
  "consumerID": "cds",
  "timestamp": 1631842173332,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:29:57.561Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:29:57.561Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:29:57.561Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
  "consumerID": "dcae-sch",
  "timestamp": 1631842173687,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:29:57.562Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:29:57.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:29:57.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
  "consumerID": "policy-id",
  "timestamp": 1631842164986,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:29:57.562Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:29:57.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:29:57.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
  "consumerID": "cds",
  "timestamp": 1631842173332,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:29:57.562Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:29:57.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:29:57.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
  "consumerID": "dcae-sch",
  "timestamp": 1631842173687,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:29:57.562Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:29:57.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:29:57.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842168932,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:29:57.562Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:29:57.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:29:57.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
  "consumerID": "policy-id",
  "timestamp": 1631842164986,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:29:57.563Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:29:57.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:29:57.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
  "consumerID": "clamp",
  "timestamp": 1631842177687,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:29:57.563Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:29:57.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:29:57.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
  "consumerID": "policy-id",
  "timestamp": 1631842178482,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:29:57.563Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:29:57.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:29:57.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
  "consumerID": "cds",
  "timestamp": 1631842179029,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:29:57.563Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:29:57.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:29:57.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
  "consumerID": "clamp",
  "timestamp": 1631842177687,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:29:57.563Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:29:57.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:29:57.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
  "consumerID": "policy-id",
  "timestamp": 1631842179486,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-17T01:29:57.564Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:29:57.564Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:29:57.564Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
  "consumerID": "cds",
  "timestamp": 1631842180033,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:29:57.571Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 91e0565c-445e-4b67-8faf-9e8f16deec74
2021-09-17T01:29:57.571Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91e0565c-445e-4b67-8faf-9e8f16deec74 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:29:57.576Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:29:57.576Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
  "consumerID": "policy-id",
  "timestamp": 1631842180490,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:29:57.578Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 91e0565c-445e-4b67-8faf-9e8f16deec74
2021-09-17T01:29:57.578Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91e0565c-445e-4b67-8faf-9e8f16deec74 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:29:57.583Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:29:57.584Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
  "consumerID": "clamp",
  "timestamp": 1631842183091,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:29:57.584Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:29:57.584Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:29:57.584Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
  "consumerID": "clamp",
  "timestamp": 1631842184104,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-17T01:29:57.584Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:29:57.584Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:29:57.584Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631842184012,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:29:57.584Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:29:57.584Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:29:57.584Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
  "consumerID": "clamp",
  "timestamp": 1631842185106,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:29:57.586Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 91e0565c-445e-4b67-8faf-9e8f16deec74
2021-09-17T01:29:57.586Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91e0565c-445e-4b67-8faf-9e8f16deec74 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:29:57.590Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:29:57.590Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631842184012,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:29:57.590Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:29:57.590Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:29:57.590Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842188729,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:29:57.590Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:29:57.590Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:29:57.591Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842188729,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:29:57.591Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:29:57.591Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:29:57.591Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
  "consumerID": "aai-ml",
  "timestamp": 1631842190068,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:29:57.591Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:29:57.591Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:29:57.591Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
  "consumerID": "aai-ml",
  "timestamp": 1631842190068,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:29:57.592Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:29:57.592Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:29:57.592Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842192120,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:29:57.592Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:29:57.592Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:29:57.592Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
  "consumerID": "aai-ml",
  "timestamp": 1631842193197,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:29:57.592Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:29:57.592Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:29:57.592Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842193660,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-17T01:29:57.593Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:29:57.593Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:29:57.593Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842194664,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:29:57.595Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 91e0565c-445e-4b67-8faf-9e8f16deec74
2021-09-17T01:29:57.595Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91e0565c-445e-4b67-8faf-9e8f16deec74 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:29:57.660Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-17T01:29:57.660Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:29:57.660Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:29:57.671Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:29:57.672Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:29:58.561Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:29:58.562Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:29:58.563Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:29:58.564Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842196930,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:29:58.665Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-17T01:29:58.666Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:29:58.666Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:29:58.677Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:29:58.678Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:29:59.565Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "dc80cf29-3112-4764-8675-cde91223292a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "cb0af789-1217-4876-b589-461757d2bfbb",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "af75cbab-bbbd-4ad3-9049-f1193ddba984",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "4988bb91-0f9a-48ac-a7cd-0d4ea2104d77",
      "resourceInvariantUUID": "379fa277-f2be-4087-93f9-71bfaa00e62b",
      "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": "YThkMTUyZWU2NDE0NjJmNjIxZWI1NTMwMGM2MWQ5NTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ff32705c-d3b1-4d5e-81cc-01b3821c5146"
    }
  ],
  "workloadContext": "Production"
}
2021-09-17T01:29:59.565Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-17T01:29:59.565Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 dc80cf29-3112-4764-8675-cde91223292a ASDC
2021-09-17T01:29:59.566Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:91e0565c-445e-4b67-8faf-9e8f16deec74
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:dc80cf29-3112-4764-8675-cde91223292a
ServiceInvariantUUID:cb0af789-1217-4876-b589-461757d2bfbb
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:ff32705c-d3b1-4d5e-81cc-01b3821c5146
ArtifactChecksum:YThkMTUyZWU2NDE0NjJmNjIxZWI1NTMwMGM2MWQ5NTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:af75cbab-bbbd-4ad3-9049-f1193ddba984
ResourceInvariantUUID:379fa277-f2be-4087-93f9-71bfaa00e62b
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:4988bb91-0f9a-48ac-a7cd-0d4ea2104d77
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-09-17T01:29:59.566Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dc80cf29-3112-4764-8675-cde91223292a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-17T01:29:59.581Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-17T01:29:59.582Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-17T01:29:59.582Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-17T01:29:59.582Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ff32705c-d3b1-4d5e-81cc-01b3821c5146 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-17T01:29:59.582Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-09-17T01:29:59.582Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-17T01:30:00.829Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-09-17T01:30:00.831Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ff32705c-d3b1-4d5e-81cc-01b3821c5146 52178
2021-09-17T01:30:00.831Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-17T01:30:00.831Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-17T01:30:00.831Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-17T01:30:00.832Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:30:00.833Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:30:00.833Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842200831,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:30:00.933Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:30:00.934Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:30:00.934Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:30:00.946Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:30:00.947Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:30:01.834Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-17T01:30:01.835Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-17T01:30:01.835Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: ff32705c-d3b1-4d5e-81cc-01b3821c5146, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-17T01:30:01.835Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-09-17T01:30:01.835Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-17T01:30:01.835Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-17T01:30:01.911Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10574443719267154935/Definitions/service-BasicNetwork-template.yml
2021-09-17T01:30:02.283Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-17T01:30:02.284Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-09-17T01:30:02.284Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-17T01:30:02.284Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-09-17T01:30:02.284Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-17T01:30:02.284Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-17T01:30:02.284Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-17T01:30:02.284Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-17T01:30:02.284Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-17T01:30:02.284Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-17T01:30:02.284Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-17T01:30:02.284Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-17T01:30:02.284Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-09-17T01:30:02.285Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:30:02.285Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:30:02.285Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-17T01:30:02.285Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-09-17T01:30:02.285Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-17T01:30:02.285Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:30:02.285Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:30:02.285Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-17T01:30:02.285Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-09-17T01:30:02.285Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-17T01:30:02.285Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:30:02.286Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:30:02.286Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:30:02.286Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:30:02.286Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:30:02.286Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:30:02.286Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:30:02.286Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:30:02.286Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:30:02.286Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:30:02.286Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:dc80cf29-3112-4764-8675-cde91223292a
Model Version:NULL
Model InvariantUuid:cb0af789-1217-4876-b589-461757d2bfbb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:379fa277-f2be-4087-93f9-71bfaa00e62b
Model UUID:9671f96c-1252-4c50-9dd2-7e1612e824ec
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:af75cbab-bbbd-4ad3-9049-f1193ddba984
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-17T01:30:02.291Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 4988bb91-0f9a-48ac-a7cd-0d4ea2104d77
2021-09-17T01:30:02.292Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||No resources found for Service: dc80cf29-3112-4764-8675-cde91223292a
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-17T01:30:02.295Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||
2021-09-17T01:30:02.295Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-09-17T01:30:02.296Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||No resources found for Service: dc80cf29-3112-4764-8675-cde91223292a
2021-09-17T01:30:02.296Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: dc80cf29-3112-4764-8675-cde91223292a
2021-09-17T01:30:02.296Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-09-17T01:30:02.296Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-17T01:30:02.300Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@22c4eb8c, org.onap.sdc.toscaparser.api.parameters.Input@1f62e75, org.onap.sdc.toscaparser.api.parameters.Input@4e2dc91d, org.onap.sdc.toscaparser.api.parameters.Input@1b51bf9c, org.onap.sdc.toscaparser.api.parameters.Input@1e4cbff1]
2021-09-17T01:30:02.301Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:30:02.302Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:30:02.302Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:30:02.302Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:30:02.302Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid dc80cf29-3112-4764-8675-cde91223292a: Generic NeutronNet
2021-09-17T01:30:02.302Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:30:02.302Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:30:02.302Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:30:02.303Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-09-17T01:30:02.325Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:30:02.326Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:30:02.326Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:30:02.326Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:30:02.326Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:30:02.326Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:30:02.326Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-09-17T01:30:02.366Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-09-17T01:30:02.366Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-17T01:30:02.367Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-17T01:30:02.367Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-17T01:30:02.367Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:30:02.368Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:30:02.369Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842202366,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-17T01:30:02.469Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:30:02.470Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:30:02.470Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:30:02.481Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:30:02.481Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:30:03.370Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91e0565c-445e-4b67-8faf-9e8f16deec74
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-17T01:30:03.376Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91e0565c-445e-4b67-8faf-9e8f16deec74
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-17T01:30:03.377Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-17T01:30:03.377Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-17T01:30:03.377Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-17T01:30:33.378Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91e0565c-445e-4b67-8faf-9e8f16deec74
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-17T01:30:33.384Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91e0565c-445e-4b67-8faf-9e8f16deec74
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-17T01:30:33.386Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-17T01:30:33.386Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-17T01:30:33.386Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-17T01:30:56.932Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:30:56.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:30:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:30:57.059Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:30:57.059Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:30:57.059Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842196930,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:30:57.060Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:31:03.386Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91e0565c-445e-4b67-8faf-9e8f16deec74
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-17T01:31:03.403Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91e0565c-445e-4b67-8faf-9e8f16deec74
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-17T01:31:03.406Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-17T01:31:03.406Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-17T01:31:03.406Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-17T01:31:33.406Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91e0565c-445e-4b67-8faf-9e8f16deec74
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-17T01:31:33.412Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91e0565c-445e-4b67-8faf-9e8f16deec74
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-17T01:31:33.414Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-17T01:31:33.414Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-17T01:31:33.414Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-17T01:31:56.932Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:31:56.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:31:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:31:56.960Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:31:56.960Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:31:56.961Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
  "consumerID": "aai-ml",
  "timestamp": 1631842197677,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-17T01:31:56.961Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:31:56.961Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:31:56.961Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842196930,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:31:56.961Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:31:56.961Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:31:56.961Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
  "consumerID": "aai-ml",
  "timestamp": 1631842198681,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:31:56.964Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 91e0565c-445e-4b67-8faf-9e8f16deec74
2021-09-17T01:31:56.964Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91e0565c-445e-4b67-8faf-9e8f16deec74 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:31:56.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:31:56.969Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842200831,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:31:56.969Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:31:56.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:31:56.969Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842202366,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-17T01:31:56.969Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:32:03.414Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91e0565c-445e-4b67-8faf-9e8f16deec74
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-17T01:32:03.419Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91e0565c-445e-4b67-8faf-9e8f16deec74
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-17T01:32:03.421Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-17T01:32:03.421Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-17T01:32:03.421Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-17T01:32:03.421Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-17T01:32:03.422Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-17T01:32:03.422Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-17T01:32:03.422Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-17T01:32:03.422Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-17T01:32:03.422Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-17T01:32:03.422Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-17T01:32:03.422Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:32:03.424Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-17T01:32:33.425Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 91e0565c-445e-4b67-8faf-9e8f16deec74 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-17T01:32:33.428Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 91e0565c-445e-4b67-8faf-9e8f16deec74 and serviceModelVersionId: dc80cf29-3112-4764-8675-cde91223292a
2021-09-17T01:32:33.428Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cb0af789-1217-4876-b589-461757d2bfbb
2021-09-17T01:32:33.429Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cb0af789-1217-4876-b589-461757d2bfbb/model-vers/model-ver/dc80cf29-3112-4764-8675-cde91223292a?depth=0
2021-09-17T01:32:33.433Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-09-17T01:32:33.466Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cb0af789-1217-4876-b589-461757d2bfbb/model-vers/model-ver/dc80cf29-3112-4764-8675-cde91223292a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-09-17T01:32:33.467Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cb0af789-1217-4876-b589-461757d2bfbb/model-vers/model-ver/dc80cf29-3112-4764-8675-cde91223292a?depth=0|INFO|500||Invoke
2021-09-17T01:32:33.491Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cb0af789-1217-4876-b589-461757d2bfbb/model-vers/model-ver/dc80cf29-3112-4764-8675-cde91223292a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-17T01:32:33.578Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cb0af789-1217-4876-b589-461757d2bfbb/model-vers/model-ver/dc80cf29-3112-4764-8675-cde91223292a?depth=0|INFO|500||InvokeReturn
2021-09-17T01:32:33.579Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cb0af789-1217-4876-b589-461757d2bfbb/model-vers/model-ver/dc80cf29-3112-4764-8675-cde91223292a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210917-01:32:33:498-39066], vertex-id=[208896], Content-Length=[0], Date=[Fri, 17 Sep 2021 01:32:33 GMT], Content-Type=[application/json]}
2021-09-17T01:32:33.579Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-09-17T01:32:33.579Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-17T01:32:33.579Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-17T01:32:33.584Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-17T01:32:33.584Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 91e0565c-445e-4b67-8faf-9e8f16deec74 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-17T01:32:33.584Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-17T01:32:33.584Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:32:33.586Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:32:33.586Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842353584,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-17T01:32:33.686Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:32:33.687Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:32:33.688Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:32:33.704Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:32:33.704Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-17T01:32:34.595Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:32:34.596Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:32:34.596Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:32:38.920Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:32:38.920Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-17T01:32:38.920Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"44ff582f-369b-4139-bc3d-895bbee4f420","serviceName":"Demo_pNF_kjIuhd9HfYFqhA5GW2M6","serviceVersion":"1.0","serviceUUID":"84851bd5-1753-431b-8a87-41f05dd46eda","serviceDescription":"catalog service description","serviceInvariantUUID":"eff8960d-5605-466c-911e-e4e7ee39a0ea","resources":[{"resourceInstanceName":"pNF a9ba117b-8a40 0","resourceName":"pNF a9ba117b-8a40","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b8b94a00-71f1-4324-b30f-b7d1b18a483b","resourceInvariantUUID":"705f8acd-43b4-40e3-9741-9cfdbf6b7bbc","resourceCustomizationUUID":"ef3420c2-3601-41a5-b5a9-8ee6fb6f032e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/vf-license-model.xml","artifactChecksum":"MDIwMDYzOTQyOGZmODg0ZDY2ZTA1Yjg4NmJiMzlkNmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e9e5f4bb-5657-407a-93d5-4b8d9cd80f48","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/pNF.csar","artifactChecksum":"NTgyNjAxYTBlYWNhNDBkODcwOTVlMDBlOGQ5YjlkYjg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0fe9fcf9-a203-471a-b91e-a07177876973","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"502c7a78-84f8-4783-a9fb-58bc0985d75a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/vendor-license-model.xml","artifactChecksum":"ZDNkZmM2OTkzOGQzZTVjNGE2MzFlN2RlZDk1ZTdhMDg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c8f4e1df-a905-4bd2-9212-bde1b08c62a2","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a5e861ee-5324-4208-8d91-be8a86706a54","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5e93b74d-c570-4cb9-b499-2ce410a7f0f6","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfKjiuhd9hfyfqha5gw2m6-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/artifacts/service-DemoPnfKjiuhd9hfyfqha5gw2m6-template.yml","artifactChecksum":"ZmRiM2E5MzUwODAzZDNlMDhmZDBlM2I0MmMwMTJhNmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5c44747f-3e4f-4292-9662-7e08fff0f52b","artifactVersion":"1"},{"artifactName":"service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/artifacts/service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar","artifactChecksum":"NTRhY2M5ZmFkZDM1MzlhMGNiOWZiNTUxOGQwZDBjOTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b70da5f4-cd28-4c12-804b-027819b54f58","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-17T01:32:38.922Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:32:38.922Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:32:38.924Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:32:38.924Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842354595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:32:39.024Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:32:39.025Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:32:39.025Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:32:39.036Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:32:39.036Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:32:39.924Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:32:39.925Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:32:39.927Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:32:39.927Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842354595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:32:40.027Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:32:40.028Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:32:40.028Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:32:40.037Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:32:40.037Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:32:40.928Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:32:40.929Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:32:40.930Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:32:40.930Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842354595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:32:41.031Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:32:41.031Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:32:41.032Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:32:41.040Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:32:41.041Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:32:41.931Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:32:41.932Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:32:41.934Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:32:41.934Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842354595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:32:42.034Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:32:42.035Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:32:42.035Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:32:42.045Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:32:42.045Z||pool-43-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:32:42.935Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:32:42.936Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:32:42.938Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:32:42.938Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842354595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:32:43.039Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-17T01:32:43.040Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:32:43.040Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:32:43.050Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:32:43.051Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:32:43.938Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:32:43.939Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:32:43.941Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:32:43.941Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842354595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:32:44.041Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:32:44.042Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:32:44.042Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:32:44.052Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:32:44.053Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:32:44.942Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:32:44.943Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:32:44.945Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:32:44.945Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842354595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/artifacts/service-DemoPnfKjiuhd9hfyfqha5gw2m6-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:32:45.045Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:32:45.046Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:32:45.046Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:32:45.055Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:32:45.055Z||pool-46-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:32:45.945Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:32:45.946Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:32:45.948Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:32:45.949Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842354595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/artifacts/service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:32:46.049Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:32:46.050Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:32:46.050Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:32:46.063Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:32:46.063Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:32:46.950Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "serviceName": "Demo_pNF_kjIuhd9HfYFqhA5GW2M6",
  "serviceVersion": "1.0",
  "serviceUUID": "84851bd5-1753-431b-8a87-41f05dd46eda",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "eff8960d-5605-466c-911e-e4e7ee39a0ea",
  "resources": [
    {
      "resourceInstanceName": "pNF a9ba117b-8a40 0",
      "resourceCustomizationUUID": "ef3420c2-3601-41a5-b5a9-8ee6fb6f032e",
      "resourceName": "pNF a9ba117b-8a40",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "b8b94a00-71f1-4324-b30f-b7d1b18a483b",
      "resourceInvariantUUID": "705f8acd-43b4-40e3-9741-9cfdbf6b7bbc",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/artifacts/service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar",
      "artifactChecksum": "NTRhY2M5ZmFkZDM1MzlhMGNiOWZiNTUxOGQwZDBjOTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b70da5f4-cd28-4c12-804b-027819b54f58"
    }
  ],
  "workloadContext": "Production"
}
2021-09-17T01:32:46.950Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-17T01:32:46.950Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 84851bd5-1753-431b-8a87-41f05dd46eda ASDC
2021-09-17T01:32:46.951Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:44ff582f-369b-4139-bc3d-895bbee4f420
ServiceName:Demo_pNF_kjIuhd9HfYFqhA5GW2M6
ServiceVersion:1.0
ServiceUUID:84851bd5-1753-431b-8a87-41f05dd46eda
ServiceInvariantUUID:eff8960d-5605-466c-911e-e4e7ee39a0ea
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/artifacts/service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar
ArtifactUUID:b70da5f4-cd28-4c12-804b-027819b54f58
ArtifactChecksum:NTRhY2M5ZmFkZDM1MzlhMGNiOWZiNTUxOGQwZDBjOTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF a9ba117b-8a40 0
ResourceCustomizationUUID:ef3420c2-3601-41a5-b5a9-8ee6fb6f032e
ResourceInvariantUUID:705f8acd-43b4-40e3-9741-9cfdbf6b7bbc
ResourceName:pNF a9ba117b-8a40
ResourceType:PNF
ResourceUUID:b8b94a00-71f1-4324-b30f-b7d1b18a483b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-17T01:32:46.951Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 84851bd5-1753-431b-8a87-41f05dd46eda ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:32:46.966Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-17T01:32:46.966Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-17T01:32:46.966Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-17T01:32:46.966Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b70da5f4-cd28-4c12-804b-027819b54f58 from URL: /sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/artifacts/service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar
2021-09-17T01:32:46.966Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-09-17T01:32:46.967Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/artifacts/service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar
2021-09-17T01:32:47.817Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-09-17T01:32:47.821Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/artifacts/service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar b70da5f4-cd28-4c12-804b-027819b54f58 82547
2021-09-17T01:32:47.821Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/artifacts/service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar ASDC sendASDCNotification
2021-09-17T01:32:47.821Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/artifacts/service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar
2021-09-17T01:32:47.821Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-17T01:32:47.822Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:32:47.823Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:32:47.823Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842367821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/artifacts/service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:32:47.924Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-17T01:32:47.924Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:32:47.924Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:32:47.949Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:32:47.949Z||pool-48-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:32:48.824Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-17T01:32:48.825Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-17T01:32:48.826Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: b70da5f4-cd28-4c12-804b-027819b54f58, URL: /sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/artifacts/service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar to file: /app/ASDC/1/service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar
2021-09-17T01:32:48.826Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar
2021-09-17T01:32:48.826Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar
2021-09-17T01:32:48.827Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar
2021-09-17T01:32:49.171Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13178456808645339654/Definitions/service-DemoPnfKjiuhd9hfyfqha5gw2m6-template.yml
2021-09-17T01:32:49.792Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-17T01:32:49.792Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-09-17T01:32:49.792Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar
2021-09-17T01:32:49.792Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-17T01:32:49.792Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||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-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar
2021-09-17T01:32:49.792Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar
2021-09-17T01:32:49.792Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||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-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar
2021-09-17T01:32:49.793Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||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-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar
2021-09-17T01:32:49.793Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||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-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar
2021-09-17T01:32:49.793Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a9ba117b-8a40 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-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar
2021-09-17T01:32:49.793Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||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-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar
2021-09-17T01:32:49.793Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-09-17T01:32:49.793Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:32:49.793Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_kjIuhd9HfYFqhA5GW2M6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:32:49.794Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||Node template pNF a9ba117b-8a40 0 is matching search criteria
2021-09-17T01:32:49.794Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-09-17T01:32:49.794Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF a9ba117b-8a40 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-17T01:32:49.794Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:32:49.794Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_kjIuhd9HfYFqhA5GW2M6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:32:49.795Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||Node template pNF a9ba117b-8a40 0 is matching search criteria
2021-09-17T01:32:49.795Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-09-17T01:32:49.795Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF a9ba117b-8a40 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-17T01:32:49.795Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:32:49.795Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_kjIuhd9HfYFqhA5GW2M6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:32:49.795Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:32:49.795Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_kjIuhd9HfYFqhA5GW2M6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:32:49.796Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:32:49.796Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_kjIuhd9HfYFqhA5GW2M6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:32:49.796Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:32:49.796Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_kjIuhd9HfYFqhA5GW2M6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:32:49.796Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:32:49.796Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_kjIuhd9HfYFqhA5GW2M6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:32:49.796Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_kjIuhd9HfYFqhA5GW2M6
Description:catalog service description
Model UUID:84851bd5-1753-431b-8a87-41f05dd46eda
Model Version:NULL
Model InvariantUuid:eff8960d-5605-466c-911e-e4e7ee39a0ea
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-17T01:32:49.802Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: b8b94a00-71f1-4324-b30f-b7d1b18a483b
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-17T01:32:49.809Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||pNF a9ba117b-8a40 0
2021-09-17T01:32:49.809Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b8b94a00-71f1-4324-b30f-b7d1b18a483b
2021-09-17T01:32:49.809Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 84851bd5-1753-431b-8a87-41f05dd46eda
2021-09-17T01:32:49.809Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 84851bd5-1753-431b-8a87-41f05dd46eda
2021-09-17T01:32:49.809Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF a9ba117b-8a40 0 b8b94a00-71f1-4324-b30f-b7d1b18a483b ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-17T01:32:49.814Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@66572596, org.onap.sdc.toscaparser.api.parameters.Input@56f6c91f, org.onap.sdc.toscaparser.api.parameters.Input@6908a33e, org.onap.sdc.toscaparser.api.parameters.Input@62b3c548, org.onap.sdc.toscaparser.api.parameters.Input@3d17271d]
2021-09-17T01:32:49.814Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:32:49.814Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_kjIuhd9HfYFqhA5GW2M6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:32:49.814Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 84851bd5-1753-431b-8a87-41f05dd46eda: pNF a9ba117b-8a40
2021-09-17T01:32:49.815Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||Processing PNF resource: b8b94a00-71f1-4324-b30f-b7d1b18a483b
2021-09-17T01:32:49.815Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:32:49.815Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_kjIuhd9HfYFqhA5GW2M6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:32:49.815Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||Resource customization UUID: ef3420c2-3601-41a5-b5a9-8ee6fb6f032e is the same as notified resource customizationUUID: ef3420c2-3601-41a5-b5a9-8ee6fb6f032e
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-09-17T01:32:49.861Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF a9ba117b-8a40 b8b94a00-71f1-4324-b30f-b7d1b18a483b 0 ASDC deployResourceStructure
2021-09-17T01:32:49.862Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/artifacts/service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar ASDC sendASDCNotification
2021-09-17T01:32:49.862Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/artifacts/service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar
2021-09-17T01:32:49.862Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-17T01:32:49.862Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:32:49.863Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:32:49.863Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842369862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/artifacts/service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-17T01:32:49.964Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:32:49.964Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:32:49.965Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:32:49.975Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:32:49.976Z||pool-49-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:32:50.864Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44ff582f-369b-4139-bc3d-895bbee4f420
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-17T01:32:50.869Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44ff582f-369b-4139-bc3d-895bbee4f420
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-17T01:32:50.873Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-17T01:32:50.873Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-17T01:32:50.873Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-17T01:32:56.932Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:32:56.932Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:32:56.932Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:32:56.957Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:32:56.959Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.959Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "cds",
  "timestamp": 1631842263332,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:32:56.960Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:32:56.960Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.960Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "clamp",
  "timestamp": 1631842267687,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:32:56.960Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:32:56.960Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.960Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631842264012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:32:56.960Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:32:56.960Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.960Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842268932,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:32:56.960Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:32:56.960Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.960Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "policy-id",
  "timestamp": 1631842264986,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:32:56.961Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:32:56.961Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.961Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631842264012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:32:56.961Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:32:56.961Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.961Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "clamp",
  "timestamp": 1631842267687,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:32:56.961Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:32:56.961Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.961Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "cds",
  "timestamp": 1631842263332,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:32:56.961Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:32:56.961Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.961Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842268932,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:32:56.961Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:32:56.961Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.961Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "policy-id",
  "timestamp": 1631842264986,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:32:56.961Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:32:56.962Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.962Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631842264012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:32:56.962Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:32:56.962Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.962Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "clamp",
  "timestamp": 1631842267687,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:32:56.962Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:32:56.962Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.962Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "cds",
  "timestamp": 1631842263332,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:32:56.962Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:32:56.962Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.962Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842268932,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:32:56.962Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:32:56.962Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.962Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "policy-id",
  "timestamp": 1631842264986,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:32:56.962Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:32:56.962Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.962Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "dcae-sch",
  "timestamp": 1631842273687,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:32:56.963Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:32:56.963Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.963Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "cds",
  "timestamp": 1631842263332,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:32:56.963Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:32:56.963Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.963Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "clamp",
  "timestamp": 1631842267687,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:32:56.963Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:32:56.963Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.963Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631842264012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:32:56.963Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:32:56.963Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.963Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842268932,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:32:56.963Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:32:56.963Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.963Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "policy-id",
  "timestamp": 1631842264986,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:32:56.963Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:32:56.963Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.964Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "dcae-sch",
  "timestamp": 1631842273687,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:32:56.964Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:32:56.964Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.964Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "cds",
  "timestamp": 1631842263332,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:32:56.964Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:32:56.964Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.964Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631842264012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:32:56.964Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:32:56.964Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.964Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "clamp",
  "timestamp": 1631842267687,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:32:56.964Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:32:56.964Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.964Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842268932,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:32:56.964Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:32:56.964Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.964Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "policy-id",
  "timestamp": 1631842264986,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:32:56.964Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:32:56.964Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.965Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "dcae-sch",
  "timestamp": 1631842273687,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:32:56.965Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:32:56.965Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.965Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "cds",
  "timestamp": 1631842263332,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:32:56.965Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:32:56.965Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.965Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "clamp",
  "timestamp": 1631842267687,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:32:56.965Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:32:56.965Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.965Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631842264012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-17T01:32:56.965Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:32:56.965Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.965Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842268932,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:32:56.965Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:32:56.965Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.965Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "policy-id",
  "timestamp": 1631842264986,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:32:56.965Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:32:56.966Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.966Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "dcae-sch",
  "timestamp": 1631842273687,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:32:56.966Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:32:56.966Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.966Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631842264012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/artifacts/service-DemoPnfKjiuhd9hfyfqha5gw2m6-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:32:56.966Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:32:56.966Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.966Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "clamp",
  "timestamp": 1631842267687,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/artifacts/service-DemoPnfKjiuhd9hfyfqha5gw2m6-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:32:56.966Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:32:56.966Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.966Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "cds",
  "timestamp": 1631842263332,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/artifacts/service-DemoPnfKjiuhd9hfyfqha5gw2m6-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:32:56.966Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:32:56.966Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.966Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842268932,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/artifacts/service-DemoPnfKjiuhd9hfyfqha5gw2m6-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:32:56.966Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:32:56.966Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.966Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "policy-id",
  "timestamp": 1631842264986,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/artifacts/service-DemoPnfKjiuhd9hfyfqha5gw2m6-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:32:56.967Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:32:56.967Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.967Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "dcae-sch",
  "timestamp": 1631842273687,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:32:56.967Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:32:56.967Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.967Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631842264012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/artifacts/service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:32:56.967Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:32:56.967Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.967Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "cds",
  "timestamp": 1631842263332,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/artifacts/service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:32:56.967Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:32:56.967Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.967Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "clamp",
  "timestamp": 1631842267687,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/artifacts/service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:32:56.967Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:32:56.967Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.967Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842268932,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/artifacts/service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:32:56.967Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:32:56.968Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.968Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "policy-id",
  "timestamp": 1631842264986,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/artifacts/service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:32:56.968Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:32:56.968Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.968Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "dcae-sch",
  "timestamp": 1631842273687,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:32:56.968Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:32:56.968Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.968Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842278729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:32:56.968Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:32:56.968Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.968Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "dcae-sch",
  "timestamp": 1631842273687,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/artifacts/service-DemoPnfKjiuhd9hfyfqha5gw2m6-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:32:56.968Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:32:56.968Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.968Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842278729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:32:56.968Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:32:56.968Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.968Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "aai-ml",
  "timestamp": 1631842280068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:32:56.968Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:32:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "dcae-sch",
  "timestamp": 1631842273687,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/artifacts/service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:32:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:32:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842278729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:32:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:32:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "aai-ml",
  "timestamp": 1631842280068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:32:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:32:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "policy-id",
  "timestamp": 1631842281728,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/artifacts/service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:32:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:32:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "cds",
  "timestamp": 1631842281803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/artifacts/service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:32:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:32:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631842281913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:32:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:32:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842278729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:32:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:32:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "aai-ml",
  "timestamp": 1631842280068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:32:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:32:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "policy-id",
  "timestamp": 1631842282732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/artifacts/service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-17T01:32:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:32:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "cds",
  "timestamp": 1631842282808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/artifacts/service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:32:56.973Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 44ff582f-369b-4139-bc3d-895bbee4f420
2021-09-17T01:32:56.973Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44ff582f-369b-4139-bc3d-895bbee4f420 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:32:56.978Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.978Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631842283116,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-17T01:32:56.978Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:32:56.978Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.978Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842278729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:32:56.978Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:32:56.978Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.978Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "aai-ml",
  "timestamp": 1631842280068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:32:56.978Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:32:56.978Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.978Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "policy-id",
  "timestamp": 1631842283735,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:32:56.982Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 44ff582f-369b-4139-bc3d-895bbee4f420
2021-09-17T01:32:56.982Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44ff582f-369b-4139-bc3d-895bbee4f420 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:32:56.987Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.987Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631842284119,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:32:56.989Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 44ff582f-369b-4139-bc3d-895bbee4f420
2021-09-17T01:32:56.989Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44ff582f-369b-4139-bc3d-895bbee4f420 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:32:56.993Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.993Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842278729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:32:56.993Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:32:56.993Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.993Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "aai-ml",
  "timestamp": 1631842280068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:32:56.993Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:32:56.993Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.993Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842278729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/artifacts/service-DemoPnfKjiuhd9hfyfqha5gw2m6-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:32:56.993Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:32:56.993Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.993Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "aai-ml",
  "timestamp": 1631842280068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:32:56.993Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:32:56.993Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.994Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842278729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/artifacts/service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:32:56.994Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:32:56.994Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.994Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "aai-ml",
  "timestamp": 1631842280068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/artifacts/service-DemoPnfKjiuhd9hfyfqha5gw2m6-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:32:56.994Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:32:56.994Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.994Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "aai-ml",
  "timestamp": 1631842280068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/artifacts/service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:32:56.994Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:32:56.994Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.994Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842288411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/artifacts/service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:32:56.994Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:32:56.994Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.994Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "aai-ml",
  "timestamp": 1631842290009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/artifacts/service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:32:56.994Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:32:56.994Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.995Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842290234,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/artifacts/service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-17T01:32:56.995Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:32:56.995Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.995Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "clamp",
  "timestamp": 1631842290903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/artifacts/service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:32:56.995Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:32:56.995Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:56.995Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842291237,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:32:56.997Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 44ff582f-369b-4139-bc3d-895bbee4f420
2021-09-17T01:32:56.997Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44ff582f-369b-4139-bc3d-895bbee4f420 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:32:57.001Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:57.001Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "clamp",
  "timestamp": 1631842292912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/artifacts/service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-17T01:32:57.001Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:32:57.002Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:57.002Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "clamp",
  "timestamp": 1631842293914,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:32:57.003Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 44ff582f-369b-4139-bc3d-895bbee4f420
2021-09-17T01:32:57.003Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44ff582f-369b-4139-bc3d-895bbee4f420 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:32:57.008Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:57.008Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "aai-ml",
  "timestamp": 1631842293957,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/artifacts/service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-17T01:32:57.008Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:32:57.008Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:32:57.008Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "aai-ml",
  "timestamp": 1631842294962,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:32:57.010Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 44ff582f-369b-4139-bc3d-895bbee4f420
2021-09-17T01:32:57.010Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44ff582f-369b-4139-bc3d-895bbee4f420 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:33:20.874Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44ff582f-369b-4139-bc3d-895bbee4f420
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-17T01:33:20.880Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44ff582f-369b-4139-bc3d-895bbee4f420
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-17T01:33:20.882Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-17T01:33:20.882Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-17T01:33:20.882Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-17T01:33:20.882Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-17T01:33:20.883Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-17T01:33:20.883Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-17T01:33:20.883Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-17T01:33:20.883Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-17T01:33:20.883Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-17T01:33:20.883Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-17T01:33:20.883Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-17T01:33:20.883Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:33:20.885Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-17T01:33:50.885Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 44ff582f-369b-4139-bc3d-895bbee4f420 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-17T01:33:50.889Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 44ff582f-369b-4139-bc3d-895bbee4f420 and serviceModelVersionId: 84851bd5-1753-431b-8a87-41f05dd46eda
2021-09-17T01:33:50.889Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eff8960d-5605-466c-911e-e4e7ee39a0ea
2021-09-17T01:33:50.890Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eff8960d-5605-466c-911e-e4e7ee39a0ea/model-vers/model-ver/84851bd5-1753-431b-8a87-41f05dd46eda?depth=0
2021-09-17T01:33:50.894Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-09-17T01:33:50.928Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eff8960d-5605-466c-911e-e4e7ee39a0ea/model-vers/model-ver/84851bd5-1753-431b-8a87-41f05dd46eda?depth=0|INFO|500||Invoke
2021-09-17T01:33:50.928Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eff8960d-5605-466c-911e-e4e7ee39a0ea/model-vers/model-ver/84851bd5-1753-431b-8a87-41f05dd46eda?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eff8960d-5605-466c-911e-e4e7ee39a0ea/model-vers/model-ver/84851bd5-1753-431b-8a87-41f05dd46eda?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[44ff582f-369b-4139-bc3d-895bbee4f420], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[31d3e295-8fbe-408d-8e6e-49f5d48e9267], X-ECOMP-RequestID=[44ff582f-369b-4139-bc3d-895bbee4f420], X-TransactionId=[], X-ONAP-RequestID=[44ff582f-369b-4139-bc3d-895bbee4f420], Content-Type=[application/merge-patch+json]}
2021-09-17T01:33:50.945Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eff8960d-5605-466c-911e-e4e7ee39a0ea/model-vers/model-ver/84851bd5-1753-431b-8a87-41f05dd46eda?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-17T01:33:51.101Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eff8960d-5605-466c-911e-e4e7ee39a0ea/model-vers/model-ver/84851bd5-1753-431b-8a87-41f05dd46eda?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/eff8960d-5605-466c-911e-e4e7ee39a0ea/model-vers/model-ver/84851bd5-1753-431b-8a87-41f05dd46eda?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210917-01:33:50:951-63032], vertex-id=[204824], Content-Length=[0], Date=[Fri, 17 Sep 2021 01:33:50 GMT], Content-Type=[application/json]}
2021-09-17T01:33:51.101Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eff8960d-5605-466c-911e-e4e7ee39a0ea/model-vers/model-ver/84851bd5-1753-431b-8a87-41f05dd46eda?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-17T01:33:51.102Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eff8960d-5605-466c-911e-e4e7ee39a0ea/model-vers/model-ver/84851bd5-1753-431b-8a87-41f05dd46eda?depth=0|INFO|500||InvokeReturn
2021-09-17T01:33:51.102Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-17T01:33:51.102Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-17T01:33:51.107Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-17T01:33:51.107Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 44ff582f-369b-4139-bc3d-895bbee4f420 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-17T01:33:51.107Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-17T01:33:51.108Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:33:51.109Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:33:51.109Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842431107,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-17T01:33:51.209Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:33:51.210Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:33:51.210Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:33:51.225Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:33:51.226Z||pool-50-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-09-17T01:33:52.117Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:33:52.118Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:33:52.118Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:33:56.932Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:33:56.932Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:33:56.932Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:33:56.955Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:33:56.955Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:33:56.955Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842353584,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-17T01:33:56.956Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:33:56.956Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:33:56.956Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842354595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:33:56.956Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:33:56.956Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:33:56.956Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842354595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:33:56.956Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:33:56.956Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:33:56.957Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842354595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:33:56.957Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:33:56.957Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:33:56.957Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842354595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:33:56.957Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:33:56.957Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:33:56.957Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842354595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:33:56.957Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:33:56.957Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:33:56.957Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842354595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:33:56.957Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:33:56.957Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:33:56.957Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842354595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/artifacts/service-DemoPnfKjiuhd9hfyfqha5gw2m6-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:33:56.958Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:33:56.958Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:33:56.958Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842354595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/artifacts/service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:33:56.958Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:33:56.958Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:33:56.958Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842367821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/artifacts/service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:33:56.958Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:33:56.958Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:33:56.958Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842369862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/artifacts/service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-17T01:33:56.958Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:34:01.661Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:34:01.662Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:34:01.662Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:34:01.663Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:34:11.204Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:34:11.205Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:34:11.205Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:34:11.205Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:34:20.748Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:34:56.930Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:34:56.931Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:34:56.931Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:34:56.932Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:34:56.932Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:34:56.932Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:34:56.956Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:34:56.956Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:34:56.956Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842431107,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-17T01:34:56.957Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:34:57.555Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:34:57.556Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-17T01:34:57.556Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"d66cc938-3c01-49f9-861a-2fc1262fb80c","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"62d5edae-1e06-47ab-9317-d3df7eb282b0","serviceDescription":"service","serviceInvariantUUID":"d3d1a5b4-256e-4f00-a08e-c5af46380843","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a14caad1-8474-41ab-86f1-2be89f0f3052","resourceInvariantUUID":"6c39ca68-29be-4a6a-95e4-f5d925612590","resourceCustomizationUUID":"0d059da8-7d17-4536-8dee-0d30befefa9d","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":"ZmM3MjY5MzIyNjkyYTllOWUzNGE5YzMxMzdiNzJlNzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"005fd1a0-c204-4366-928d-613c84067f39","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":"YzFhODliMWI1Mzc3NzY4MTA3MTJlMGRmMDQ0MTUzZDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e74ffd16-a1cb-4f3a-8239-69f4af70b3b1","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":"42172e50-0cd7-4837-af9b-8b10de26b846","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":"9b873257-9656-4a84-95a9-ae92703d293b","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":"1566b584-ae2f-4711-b76e-b87e1f1d69a1","artifactVersion":"2","generatedFromUUID":"42172e50-0cd7-4837-af9b-8b10de26b846"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MjI0NjIwNDJjMTM0Zjc2MWUxYjk2YjA0MWIxODUwZTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d29e1588-4a5d-4623-9939-ff79c7cdf8da","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NmMxNjcwN2ZhYjVlNjA2MGMyMjMxMzUxZDg4MDgxNDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ee359b06-923f-4639-80ad-2f3bb0467242","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-17T01:34:57.557Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:34:57.557Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:34:57.559Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:34:57.559Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842496930,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:34:57.659Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:34:57.660Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:34:57.660Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:34:57.674Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:34:57.675Z||pool-51-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:34:58.559Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:34:58.560Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:34:58.562Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:34:58.562Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842496930,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-17T01:34:58.662Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:34:58.663Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:34:58.663Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:34:58.673Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:34:58.673Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:34:59.563Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:34:59.564Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:34:59.565Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:34:59.565Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842496930,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-17T01:34:59.666Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:34:59.667Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:34:59.667Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:34:59.678Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:34:59.679Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:35:00.566Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:35:00.567Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:35:00.569Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:35:00.569Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842496930,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:00.669Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:35:00.670Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:35:00.670Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:35:00.684Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:35:00.684Z||pool-54-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:35:01.569Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:35:01.570Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:35:01.572Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:35:01.572Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842496930,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-17T01:35:01.672Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:35:01.673Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:35:01.673Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:35:01.682Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:35:01.682Z||pool-55-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:35:02.573Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:35:02.573Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:35:02.575Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:35:02.575Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842496930,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:02.676Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-17T01:35:02.676Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:35:02.676Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:35:02.688Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:35:02.688Z||pool-56-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:35:03.576Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:35:03.577Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:35:03.578Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:35:03.578Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842496930,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:35:03.679Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-17T01:35:03.679Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:35:03.679Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:35:03.691Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:35:03.691Z||pool-57-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:35:04.580Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "62d5edae-1e06-47ab-9317-d3df7eb282b0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d3d1a5b4-256e-4f00-a08e-c5af46380843",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "0d059da8-7d17-4536-8dee-0d30befefa9d",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a14caad1-8474-41ab-86f1-2be89f0f3052",
      "resourceInvariantUUID": "6c39ca68-29be-4a6a-95e4-f5d925612590",
      "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": "YzFhODliMWI1Mzc3NzY4MTA3MTJlMGRmMDQ0MTUzZDA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e74ffd16-a1cb-4f3a-8239-69f4af70b3b1",
          "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": "42172e50-0cd7-4837-af9b-8b10de26b846",
          "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": "1566b584-ae2f-4711-b76e-b87e1f1d69a1",
            "generatedFromUUID": "42172e50-0cd7-4837-af9b-8b10de26b846"
          },
          "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": "1566b584-ae2f-4711-b76e-b87e1f1d69a1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NmMxNjcwN2ZhYjVlNjA2MGMyMjMxMzUxZDg4MDgxNDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ee359b06-923f-4639-80ad-2f3bb0467242"
    }
  ],
  "workloadContext": "Production"
}
2021-09-17T01:35:04.580Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-17T01:35:04.581Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 62d5edae-1e06-47ab-9317-d3df7eb282b0 ASDC
2021-09-17T01:35:04.581Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:d66cc938-3c01-49f9-861a-2fc1262fb80c
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:62d5edae-1e06-47ab-9317-d3df7eb282b0
ServiceInvariantUUID:d3d1a5b4-256e-4f00-a08e-c5af46380843
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:ee359b06-923f-4639-80ad-2f3bb0467242
ArtifactChecksum:NmMxNjcwN2ZhYjVlNjA2MGMyMjMxMzUxZDg4MDgxNDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:0d059da8-7d17-4536-8dee-0d30befefa9d
ResourceInvariantUUID:6c39ca68-29be-4a6a-95e4-f5d925612590
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:a14caad1-8474-41ab-86f1-2be89f0f3052
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:e74ffd16-a1cb-4f3a-8239-69f4af70b3b1
ArtifactChecksum:YzFhODliMWI1Mzc3NzY4MTA3MTJlMGRmMDQ0MTUzZDA=
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:42172e50-0cd7-4837-af9b-8b10de26b846
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:1566b584-ae2f-4711-b76e-b87e1f1d69a1
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:1566b584-ae2f-4711-b76e-b87e1f1d69a1
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-17T01:35:04.581Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 62d5edae-1e06-47ab-9317-d3df7eb282b0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:35:04.607Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-17T01:35:04.608Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-17T01:35:04.608Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-17T01:35:04.608Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ee359b06-923f-4639-80ad-2f3bb0467242 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-17T01:35:04.608Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-09-17T01:35:04.608Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-17T01:35:06.080Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-09-17T01:35:06.083Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ee359b06-923f-4639-80ad-2f3bb0467242 70866
2021-09-17T01:35:06.083Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-09-17T01:35:06.083Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-17T01:35:06.083Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-17T01:35:06.084Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:35:06.085Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:35:06.085Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842506083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:35:06.186Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-17T01:35:06.186Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:35:06.186Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:35:06.202Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:35:06.203Z||pool-58-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:35:07.086Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-17T01:35:07.087Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-17T01:35:07.087Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: ee359b06-923f-4639-80ad-2f3bb0467242, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-17T01:35:07.088Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-09-17T01:35:07.088Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-17T01:35:07.088Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-09-17T01:35:07.357Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10516497900186955578/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-09-17T01:35:08.211Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-17T01:35:08.212Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-09-17T01:35:08.212Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-17T01:35:08.212Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-17T01:35:08.212Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-17T01:35:08.212Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-17T01:35:08.212Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-17T01:35:08.212Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-17T01:35:08.212Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-17T01:35:08.212Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-17T01:35:08.213Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-17T01:35:08.213Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-17T01:35:08.213Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-17T01:35:08.213Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-09-17T01:35:08.213Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:35:08.213Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:35:08.213Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-17T01:35:08.213Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-09-17T01:35:08.214Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-17T01:35:08.214Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:35:08.214Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:35:08.214Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-17T01:35:08.214Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-09-17T01:35:08.214Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-17T01:35:08.214Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:35:08.214Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:35:08.215Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:35:08.215Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-17T01:35:08.215Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-09-17T01:35:08.215Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-09-17T01:35:08.215Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-09-17T01:35:08.215Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-17T01:35:08.215Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-17T01:35:08.215Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:35:08.215Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-17T01:35:08.216Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:35:08.216Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-17T01:35:08.216Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-17T01:35:08.216Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:35:08.216Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-17T01:35:08.216Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-17T01:35:08.216Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:35:08.217Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-17T01:35:08.217Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-17T01:35:08.217Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:35:08.217Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-17T01:35:08.217Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-17T01:35:08.217Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-17T01:35:08.217Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=89206e0c-240c-4d36-be7e-a37dac97d2ce
2021-09-17T01:35:08.218Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:35:08.218Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:35:08.218Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:35:08.218Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:35:08.218Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:35:08.218Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:35:08.218Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:35:08.218Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:35:08.218Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:62d5edae-1e06-47ab-9317-d3df7eb282b0
Model Version:NULL
Model InvariantUuid:d3d1a5b4-256e-4f00-a08e-c5af46380843
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:8709b4fc-50a4-4405-a3a5-d95824a43d90
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6c39ca68-29be-4a6a-95e4-f5d925612590
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0d059da8-7d17-4536-8dee-0d30befefa9d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cd7da723-1f8a-4b93-99ee-61fadd107ad3
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:49dab08d-76a0-45ed-85d2-29222f345f24
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:89206e0c-240c-4d36-be7e-a37dac97d2ce
ModelInvariantUuid:0500f6b9-c7e8-43ac-8272-6ac22a028eb8
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:f6d5d2bd-0bab-4e33-a47a-912529606b55
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:85d9058a-9b0d-41a1-b352-18e2b9e6d962
ModelInvariantUuid:e700a781-cdae-427c-8c6b-35b8a6d90a58
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:19d0bed1-8a37-419e-b115-255bc8294235
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-17T01:35:08.224Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: a14caad1-8474-41ab-86f1-2be89f0f3052
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-17T01:35:08.226Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||basic_vm 0
2021-09-17T01:35:08.226Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a14caad1-8474-41ab-86f1-2be89f0f3052
2021-09-17T01:35:08.226Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e74ffd16-a1cb-4f3a-8239-69f4af70b3b1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-17T01:35:08.226Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-09-17T01:35:08.226Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-17T01:35:09.475Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-09-17T01:35:09.476Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json e74ffd16-a1cb-4f3a-8239-69f4af70b3b1 787
2021-09-17T01:35:09.476Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-09-17T01:35:09.476Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-17T01:35:09.476Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-17T01:35:09.476Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:35:09.478Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:35:09.478Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842509476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:35:09.581Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-09-17T01:35:09.582Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:35:09.582Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:35:09.595Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:35:09.596Z||pool-59-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:35:10.479Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "cd7da723-1f8a-4b93-99ee-61fadd107ad3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "49dab08d-76a0-45ed-85d2-29222f345f24",
    "vfModuleModelCustomizationUUID": "898ddece-38c5-436a-b237-c6f6916c853b",
    "isBase": true,
    "artifacts": [
      "42172e50-0cd7-4837-af9b-8b10de26b846",
      "1566b584-ae2f-4711-b76e-b87e1f1d69a1"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-17T01:35:10.486Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:49dab08d-76a0-45ed-85d2-29222f345f24
VfModuleModelInvariantUUID:cd7da723-1f8a-4b93-99ee-61fadd107ad3
VfModuleModelDescription:NULL
Artifacts UUID List:{
42172e50-0cd7-4837-af9b-8b10de26b846
,
1566b584-ae2f-4711-b76e-b87e1f1d69a1

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-09-17T01:35:10.488Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "cd7da723-1f8a-4b93-99ee-61fadd107ad3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "49dab08d-76a0-45ed-85d2-29222f345f24",
    "vfModuleModelCustomizationUUID": "898ddece-38c5-436a-b237-c6f6916c853b",
    "isBase": true,
    "artifacts": [
      "42172e50-0cd7-4837-af9b-8b10de26b846",
      "1566b584-ae2f-4711-b76e-b87e1f1d69a1"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-17T01:35:10.488Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:49dab08d-76a0-45ed-85d2-29222f345f24
VfModuleModelInvariantUUID:cd7da723-1f8a-4b93-99ee-61fadd107ad3
VfModuleModelDescription:NULL
Artifacts UUID List:{
42172e50-0cd7-4837-af9b-8b10de26b846
,
1566b584-ae2f-4711-b76e-b87e1f1d69a1

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-09-17T01:35:10.489Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 42172e50-0cd7-4837-af9b-8b10de26b846 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-17T01:35:10.489Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-09-17T01:35:10.489Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-17T01:35:11.004Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-09-17T01:35:11.005Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 42172e50-0cd7-4837-af9b-8b10de26b846 5033
2021-09-17T01:35:11.005Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-09-17T01:35:11.005Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-17T01:35:11.005Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-17T01:35:11.006Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:35:11.007Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:35:11.007Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842511005,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:35:11.108Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-17T01:35:11.108Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:35:11.108Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:35:11.119Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:35:11.120Z||pool-60-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:35:12.008Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1566b584-ae2f-4711-b76e-b87e1f1d69a1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-17T01:35:12.009Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-09-17T01:35:12.009Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-17T01:35:12.804Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-09-17T01:35:12.805Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 1566b584-ae2f-4711-b76e-b87e1f1d69a1 903
2021-09-17T01:35:12.805Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-09-17T01:35:12.806Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-17T01:35:12.806Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-17T01:35:12.806Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:35:12.808Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:35:12.808Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842512805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:35:12.908Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:35:12.909Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:35:12.909Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:35:12.922Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:35:12.923Z||pool-61-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:35:13.809Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 62d5edae-1e06-47ab-9317-d3df7eb282b0
2021-09-17T01:35:13.809Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 a14caad1-8474-41ab-86f1-2be89f0f3052 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-17T01:35:13.820Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@20c39eef, org.onap.sdc.toscaparser.api.parameters.Input@53581b16, org.onap.sdc.toscaparser.api.parameters.Input@6469ec9d, org.onap.sdc.toscaparser.api.parameters.Input@3620edc2, org.onap.sdc.toscaparser.api.parameters.Input@a28290f]
2021-09-17T01:35:13.821Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:35:13.821Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:35:13.822Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2021-09-17T01:35:13.822Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 0d059da8-7d17-4536-8dee-0d30befefa9d
2021-09-17T01:35:13.822Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0d059da8-7d17-4536-8dee-0d30befefa9d matches Tosca VF Customization UUID: 0d059da8-7d17-4536-8dee-0d30befefa9d
2021-09-17T01:35:13.822Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 0d059da8-7d17-4536-8dee-0d30befefa9d  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-17T01:35:13.824Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:35:13.824Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:35:13.824Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 0d059da8-7d17-4536-8dee-0d30befefa9d: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2021-09-17T01:35:13.825Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@362ac35
2021-09-17T01:35:13.825Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:35:13.825Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-17T01:35:13.825Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 898ddece-38c5-436a-b237-c6f6916c853b
2021-09-17T01:35:13.825Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 898ddece-38c5-436a-b237-c6f6916c853b
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-17T01:35:13.827Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:35:13.827Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-17T01:35:13.827Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-17T01:35:13.828Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:35:13.828Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-17T01:35:13.828Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-17T01:35:13.828Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:35:13.828Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-17T01:35:13.829Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-17T01:35:13.829Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-17T01:35:13.829Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=89206e0c-240c-4d36-be7e-a37dac97d2ce
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-17T01:35:13.831Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:35:13.831Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-17T01:35:13.831Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-17T01:35:13.832Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:35:13.832Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-17T01:35:13.832Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=0d059da8-7d17-4536-8dee-0d30befefa9d
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-17T01:35:13.833Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:35:13.833Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:35:13.834Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 62d5edae-1e06-47ab-9317-d3df7eb282b0: basic_vm
2021-09-17T01:35:13.834Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:35:13.834Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:35:13.834Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:35:13.834Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:35:13.834Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:35:13.834Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:35:13.835Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:35:13.835Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:35:13.835Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:35:13.835Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:35:13.835Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:35:13.892Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm a14caad1-8474-41ab-86f1-2be89f0f3052 1 ASDC deployResourceStructure
2021-09-17T01:35:13.893Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-09-17T01:35:13.893Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-17T01:35:13.893Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-17T01:35:13.894Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:35:13.895Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:35:13.895Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842513893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-17T01:35:13.996Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-17T01:35:13.996Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:35:13.997Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:35:14.011Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:35:14.011Z||pool-62-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:35:14.896Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-09-17T01:35:14.897Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-17T01:35:14.897Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-17T01:35:14.897Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:35:14.899Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:35:14.899Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842514896,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-17T01:35:14.999Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:35:15.000Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:35:15.000Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:35:15.013Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:35:15.013Z||pool-63-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:35:15.900Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-09-17T01:35:15.900Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-17T01:35:15.900Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-17T01:35:15.901Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:35:15.902Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:35:15.902Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842515900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-17T01:35:16.004Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-17T01:35:16.004Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:35:16.005Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:35:16.016Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:35:16.016Z||pool-64-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:35:16.903Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-09-17T01:35:16.904Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-17T01:35:16.904Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-17T01:35:16.904Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:35:16.906Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:35:16.906Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842516903,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-17T01:35:17.006Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:35:17.007Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:35:17.007Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:35:17.018Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:35:17.018Z||pool-65-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:35:17.907Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d66cc938-3c01-49f9-861a-2fc1262fb80c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-17T01:35:17.914Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d66cc938-3c01-49f9-861a-2fc1262fb80c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-17T01:35:17.916Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-17T01:35:17.916Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-17T01:35:17.916Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-17T01:35:47.917Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d66cc938-3c01-49f9-861a-2fc1262fb80c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-17T01:35:47.922Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d66cc938-3c01-49f9-861a-2fc1262fb80c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-17T01:35:47.923Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-17T01:35:47.923Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-17T01:35:47.923Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-17T01:35:56.932Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:35:56.932Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:35:56.932Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:35:56.952Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:35:56.962Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:56.962Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "cds",
  "timestamp": 1631842458332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:56.963Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:56.963Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:56.963Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "aai-ml",
  "timestamp": 1631842460068,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:56.963Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:56.963Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:56.963Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "dcae-sch",
  "timestamp": 1631842453687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:56.963Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:56.963Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:56.963Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842458729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:56.963Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:56.964Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:56.964Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "dcae-sch",
  "timestamp": 1631842453687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:56.964Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:56.964Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:56.964Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "aai-ml",
  "timestamp": 1631842460068,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:56.964Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:56.964Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:56.964Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "cds",
  "timestamp": 1631842458332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:56.964Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:56.964Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:56.964Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842458729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:56.964Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:56.964Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:56.964Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "aai-ml",
  "timestamp": 1631842460068,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:56.964Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:56.964Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:56.964Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "dcae-sch",
  "timestamp": 1631842453687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:56.964Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:56.964Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:56.965Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "cds",
  "timestamp": 1631842458332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:56.965Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:56.965Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:56.965Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842458729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:56.965Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:56.965Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:56.965Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631842464012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:56.965Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:56.965Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:56.965Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "dcae-sch",
  "timestamp": 1631842453687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:56.965Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:56.965Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:56.965Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "aai-ml",
  "timestamp": 1631842460068,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:56.965Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:56.965Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:56.965Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "cds",
  "timestamp": 1631842458332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:56.965Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:56.966Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:56.966Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842458729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:56.966Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:56.966Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:56.966Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631842464012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:56.966Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:56.966Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:56.966Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "policy-id",
  "timestamp": 1631842464986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:56.966Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:56.966Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:56.966Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "dcae-sch",
  "timestamp": 1631842453687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:56.966Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:56.966Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:56.966Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "aai-ml",
  "timestamp": 1631842460068,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:56.966Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:56.966Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:56.966Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "cds",
  "timestamp": 1631842458332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:56.967Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:56.967Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:56.967Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842458729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:56.967Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:56.967Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:56.967Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631842464012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:56.967Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:56.968Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:56.968Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "policy-id",
  "timestamp": 1631842464986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:56.968Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:56.968Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:56.968Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "dcae-sch",
  "timestamp": 1631842453687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:56.968Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:56.968Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:56.968Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "aai-ml",
  "timestamp": 1631842460068,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "cds",
  "timestamp": 1631842458332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842458729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631842464012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "policy-id",
  "timestamp": 1631842464986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-17T01:35:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "dcae-sch",
  "timestamp": 1631842453687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "aai-ml",
  "timestamp": 1631842460068,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:35:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "cds",
  "timestamp": 1631842458332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:35:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842458729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:35:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "policy-id",
  "timestamp": 1631842464986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631842464012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842468932,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:56.971Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:56.971Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "policy-id",
  "timestamp": 1631842464986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:56.971Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:56.971Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:56.971Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631842464012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:56.971Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:56.971Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:56.971Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842470303,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:35:56.971Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:35:56.971Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:56.971Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "cds",
  "timestamp": 1631842470302,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:35:56.971Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:35:56.971Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:56.971Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "aai-ml",
  "timestamp": 1631842470503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:35:56.971Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:35:56.972Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:56.972Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842468932,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-17T01:35:56.972Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:56.972Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:56.972Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631842464012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:56.972Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:56.972Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:56.972Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "policy-id",
  "timestamp": 1631842464986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:56.972Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:56.972Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:56.972Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "cds",
  "timestamp": 1631842471307,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:35:56.975Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d66cc938-3c01-49f9-861a-2fc1262fb80c
2021-09-17T01:35:56.975Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d66cc938-3c01-49f9-861a-2fc1262fb80c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:35:56.980Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:56.980Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842468932,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-17T01:35:56.980Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:56.980Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:56.980Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "policy-id",
  "timestamp": 1631842464986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:35:56.981Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:56.981Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:56.981Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842468932,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:56.981Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:56.981Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:56.981Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842472647,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-17T01:35:56.981Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:35:56.981Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:56.981Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "policy-id",
  "timestamp": 1631842473331,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:35:56.981Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:35:56.981Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:56.981Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842468932,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-17T01:35:56.981Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:56.981Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:56.981Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842473651,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:35:56.983Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d66cc938-3c01-49f9-861a-2fc1262fb80c
2021-09-17T01:35:56.984Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d66cc938-3c01-49f9-861a-2fc1262fb80c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:35:56.988Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:56.988Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "policy-id",
  "timestamp": 1631842474334,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-17T01:35:56.988Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:35:56.988Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:56.988Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842468932,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:56.989Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:56.989Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:56.989Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "policy-id",
  "timestamp": 1631842475336,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:35:56.993Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d66cc938-3c01-49f9-861a-2fc1262fb80c
2021-09-17T01:35:56.993Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d66cc938-3c01-49f9-861a-2fc1262fb80c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:35:56.999Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:56.999Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842468932,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:35:56.999Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:56.999Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:56.999Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842478074,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:35:56.999Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:35:56.999Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:56.999Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "clamp",
  "timestamp": 1631842477687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:56.999Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:56.999Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:57.000Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "clamp",
  "timestamp": 1631842477687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-17T01:35:57.000Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:57.000Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:57.000Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "aai-ml",
  "timestamp": 1631842479822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-17T01:35:57.000Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:35:57.000Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:57.000Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "clamp",
  "timestamp": 1631842477687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:57.000Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:57.000Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:57.000Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "aai-ml",
  "timestamp": 1631842480825,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:35:57.003Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d66cc938-3c01-49f9-861a-2fc1262fb80c
2021-09-17T01:35:57.003Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d66cc938-3c01-49f9-861a-2fc1262fb80c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:35:57.008Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:57.008Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842480914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:35:57.009Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:35:57.009Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:57.009Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "clamp",
  "timestamp": 1631842477687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:57.009Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:57.009Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:57.009Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "clamp",
  "timestamp": 1631842477687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:57.009Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:57.009Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:57.009Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842483120,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:35:57.009Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:35:57.009Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:57.009Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "clamp",
  "timestamp": 1631842477687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:57.010Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:57.010Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:57.010Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842484140,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:35:57.012Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d66cc938-3c01-49f9-861a-2fc1262fb80c
2021-09-17T01:35:57.012Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d66cc938-3c01-49f9-861a-2fc1262fb80c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-17T01:35:57.017Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:57.017Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "clamp",
  "timestamp": 1631842477687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:35:57.018Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:57.018Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:57.018Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842485144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-17T01:35:57.018Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:35:57.018Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:57.018Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631842484012,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:57.019Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:57.019Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:57.019Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "policy-id",
  "timestamp": 1631842484986,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:57.019Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:57.019Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:57.019Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631842484012,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:57.019Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:57.020Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:57.020Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "policy-id",
  "timestamp": 1631842484986,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:57.020Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:57.020Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:57.020Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631842484012,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:57.020Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:57.020Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:57.020Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "policy-id",
  "timestamp": 1631842484986,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:57.020Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:57.021Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:57.021Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "cds",
  "timestamp": 1631842488332,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:57.021Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:57.021Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:57.021Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842488729,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:57.021Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:57.021Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:57.021Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631842484012,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:57.022Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:57.022Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:57.022Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "policy-id",
  "timestamp": 1631842484986,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-17T01:35:57.022Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:57.022Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:57.022Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842488932,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:57.022Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:57.022Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:57.022Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "cds",
  "timestamp": 1631842488332,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:57.023Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:57.023Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:57.023Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842488729,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:57.023Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:57.023Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:57.023Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631842484012,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:57.023Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:57.023Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:57.024Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "policy-id",
  "timestamp": 1631842484986,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:57.024Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:57.024Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:57.024Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842488932,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:57.024Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:57.024Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:57.024Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "aai-ml",
  "timestamp": 1631842490068,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:57.025Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:57.025Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:57.025Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "cds",
  "timestamp": 1631842488332,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:57.025Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:57.025Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:57.025Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842488729,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:57.025Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:57.025Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:57.025Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631842484012,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:57.026Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:57.026Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:57.026Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "policy-id",
  "timestamp": 1631842484986,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:57.026Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:57.026Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:57.026Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842488932,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-17T01:35:57.026Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:57.026Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:57.026Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "aai-ml",
  "timestamp": 1631842490068,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:57.026Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:57.026Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:57.026Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "cds",
  "timestamp": 1631842488332,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:57.026Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:57.026Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:57.027Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842488729,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:57.027Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:57.027Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:57.027Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631842484012,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:57.027Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:57.027Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:57.027Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "policy-id",
  "timestamp": 1631842484986,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:57.027Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:57.027Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:57.027Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842488932,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-17T01:35:57.027Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:57.027Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:57.027Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "aai-ml",
  "timestamp": 1631842490068,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:57.027Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:57.027Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:57.028Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "cds",
  "timestamp": 1631842488332,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:57.028Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:57.028Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:57.028Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842488729,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:57.028Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:57.028Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:57.028Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631842484012,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:57.028Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:57.028Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:57.028Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "policy-id",
  "timestamp": 1631842484986,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:35:57.028Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:57.028Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:57.028Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842488932,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:57.028Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:57.028Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:57.028Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "aai-ml",
  "timestamp": 1631842490068,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:57.029Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:57.029Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:57.029Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "cds",
  "timestamp": 1631842488332,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:57.029Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:57.029Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:57.029Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "dcae-sch",
  "timestamp": 1631842493687,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-09-17T01:35:57.029Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:57.029Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:57.029Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842488729,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:57.029Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:57.029Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:57.029Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842488932,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-17T01:35:57.029Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:57.029Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:57.029Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "aai-ml",
  "timestamp": 1631842490068,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:57.029Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:57.030Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:57.030Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "cds",
  "timestamp": 1631842488332,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:57.030Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:57.030Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:57.030Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "dcae-sch",
  "timestamp": 1631842493687,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:57.030Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:57.030Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:57.030Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842488729,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:57.031Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:57.031Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:57.031Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842488932,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:57.031Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:57.031Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:57.031Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "aai-ml",
  "timestamp": 1631842490068,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:57.031Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:57.031Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:57.031Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "policy-id",
  "timestamp": 1631842495827,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:35:57.031Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:35:57.031Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:57.032Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "cds",
  "timestamp": 1631842488332,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:35:57.032Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:57.032Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:57.032Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "dcae-sch",
  "timestamp": 1631842493687,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:57.032Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:57.032Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:57.032Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842488729,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:35:57.032Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:57.032Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:57.032Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842488932,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:35:57.032Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:35:57.032Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:35:57.032Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "aai-ml",
  "timestamp": 1631842490068,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:35:57.032Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:36:17.924Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d66cc938-3c01-49f9-861a-2fc1262fb80c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-17T01:36:17.930Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d66cc938-3c01-49f9-861a-2fc1262fb80c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-17T01:36:17.938Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-17T01:36:17.938Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-17T01:36:17.938Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-17T01:36:17.938Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-17T01:36:17.938Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-17T01:36:17.938Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-17T01:36:17.938Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-17T01:36:17.938Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-17T01:36:17.939Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-17T01:36:17.939Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:36:17.942Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-17T01:36:47.942Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d66cc938-3c01-49f9-861a-2fc1262fb80c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-17T01:36:47.945Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d66cc938-3c01-49f9-861a-2fc1262fb80c and serviceModelVersionId: 62d5edae-1e06-47ab-9317-d3df7eb282b0
2021-09-17T01:36:47.945Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d3d1a5b4-256e-4f00-a08e-c5af46380843
2021-09-17T01:36:47.946Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d3d1a5b4-256e-4f00-a08e-c5af46380843/model-vers/model-ver/62d5edae-1e06-47ab-9317-d3df7eb282b0?depth=0
2021-09-17T01:36:47.949Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-09-17T01:36:47.982Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d3d1a5b4-256e-4f00-a08e-c5af46380843/model-vers/model-ver/62d5edae-1e06-47ab-9317-d3df7eb282b0?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-09-17T01:36:47.983Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d3d1a5b4-256e-4f00-a08e-c5af46380843/model-vers/model-ver/62d5edae-1e06-47ab-9317-d3df7eb282b0?depth=0|INFO|500||Invoke
2021-09-17T01:36:48.004Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d3d1a5b4-256e-4f00-a08e-c5af46380843/model-vers/model-ver/62d5edae-1e06-47ab-9317-d3df7eb282b0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-17T01:36:48.413Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d3d1a5b4-256e-4f00-a08e-c5af46380843/model-vers/model-ver/62d5edae-1e06-47ab-9317-d3df7eb282b0?depth=0|INFO|500||InvokeReturn
2021-09-17T01:36:48.413Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d3d1a5b4-256e-4f00-a08e-c5af46380843/model-vers/model-ver/62d5edae-1e06-47ab-9317-d3df7eb282b0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210917-01:36:48:011-18574], vertex-id=[380992], Content-Length=[0], Date=[Fri, 17 Sep 2021 01:36:48 GMT], Content-Type=[application/json]}
2021-09-17T01:36:48.413Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-09-17T01:36:48.413Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-17T01:36:48.413Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-17T01:36:48.417Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-17T01:36:48.418Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d66cc938-3c01-49f9-861a-2fc1262fb80c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-17T01:36:48.418Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-17T01:36:48.418Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:36:48.419Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:36:48.420Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842608418,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-17T01:36:48.520Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:36:48.521Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:36:48.521Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:36:48.535Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:36:48.535Z||pool-66-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-17T01:36:49.427Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-17T01:36:49.427Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"5c4dab4f-9646-4c5b-a65d-09063872435b","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"5c79cfcc-8bc7-4c5b-9fb8-1581e2267d91","serviceDescription":"service","serviceInvariantUUID":"e07c6bcd-34ec-4992-84d6-b2f48f49ddbb","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71212627-8653-407c-9c64-2545aaba249d","resourceInvariantUUID":"d58cd7be-4dd5-4787-94cf-c009b5146835","resourceCustomizationUUID":"dd761d25-97a7-4912-b7c7-f9cf9dc371c2","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":"685f876f-7c9e-497b-952b-09de73c61680","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":"ZDUzYzQwNmE4YjA3NGNhMjUwNDJjYjQwMGQ2YTk4ZDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c8dd5aac-0a6b-483d-a7f2-348dabcbc8a6","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":"ZGRmZmY2MTg3Mjk3YjhhZDk4NDlkNDQzMWMxN2U0MWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ff9f1d03-607f-4dfc-8080-af6ac1d37c65","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":"6ce10d6e-f2bc-4464-b875-6a2270150582","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":"6c3b8d9d-373e-4ac2-a790-231088ba87a7","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":"d9660c7a-4bb5-4810-bec6-326aac526342","artifactVersion":"2","generatedFromUUID":"6ce10d6e-f2bc-4464-b875-6a2270150582"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MzM5ZTgzOTFlNDRkYzdiYjIxZTVmOGEwOTg1MDljNGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1d30dce9-3ccb-451b-bfa9-51803cc66d25","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"ZmEzNjU1ODAxZDYxYmY4NmU2N2EzN2NjMTI0YzIyMDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dce60462-571a-4d5f-b61a-9ca2ece32b37","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-17T01:36:49.428Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:36:49.428Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:36:49.429Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:36:49.430Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842496930,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:36:49.530Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:36:49.530Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:36:49.531Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:36:49.542Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:36:49.542Z||pool-67-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:36:50.430Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:36:50.431Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:36:50.433Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:36:50.434Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842496930,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:36:50.534Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:36:50.534Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:36:50.535Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:36:50.545Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:36:50.545Z||pool-68-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:36:51.434Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:36:51.436Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:36:51.437Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:36:51.438Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842496930,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-17T01:36:51.538Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:36:51.539Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:36:51.539Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:36:51.548Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:36:51.548Z||pool-69-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:36:52.438Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:36:52.440Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:36:52.441Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:36:52.441Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842496930,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-17T01:36:52.542Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:36:52.542Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:36:52.542Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:36:52.552Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:36:52.553Z||pool-70-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:36:53.442Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:36:53.443Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:36:53.445Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:36:53.445Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842496930,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:36:53.545Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:36:53.546Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:36:53.546Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:36:53.578Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:36:53.579Z||pool-71-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:36:54.445Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:36:54.446Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:36:54.449Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:36:54.449Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842496930,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-17T01:36:54.549Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:36:54.550Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:36:54.550Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:36:54.562Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:36:54.562Z||pool-72-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:36:55.449Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:36:55.451Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:36:55.452Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:36:55.452Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842496930,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:36:55.553Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:36:55.553Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:36:55.554Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:36:55.572Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:36:55.572Z||pool-73-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:36:56.453Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:36:56.454Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:36:56.455Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:36:56.455Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842496930,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:36:56.556Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-17T01:36:56.556Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:36:56.556Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:36:56.566Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:36:56.566Z||pool-74-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:36:56.932Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:36:56.932Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:36:56.932Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:36:56.952Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:36:56.953Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:36:56.953Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "policy-id",
  "timestamp": 1631842496830,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-17T01:36:56.954Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:36:57.456Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "5c79cfcc-8bc7-4c5b-9fb8-1581e2267d91",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e07c6bcd-34ec-4992-84d6-b2f48f49ddbb",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "dd761d25-97a7-4912-b7c7-f9cf9dc371c2",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71212627-8653-407c-9c64-2545aaba249d",
      "resourceInvariantUUID": "d58cd7be-4dd5-4787-94cf-c009b5146835",
      "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": "ZGRmZmY2MTg3Mjk3YjhhZDk4NDlkNDQzMWMxN2U0MWY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ff9f1d03-607f-4dfc-8080-af6ac1d37c65",
          "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": "6ce10d6e-f2bc-4464-b875-6a2270150582",
          "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": "d9660c7a-4bb5-4810-bec6-326aac526342",
            "generatedFromUUID": "6ce10d6e-f2bc-4464-b875-6a2270150582"
          },
          "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": "d9660c7a-4bb5-4810-bec6-326aac526342",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "ZmEzNjU1ODAxZDYxYmY4NmU2N2EzN2NjMTI0YzIyMDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "dce60462-571a-4d5f-b61a-9ca2ece32b37"
    }
  ],
  "workloadContext": "Production"
}
2021-09-17T01:36:57.457Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-17T01:36:57.457Z|d66cc938-3c01-49f9-861a-2fc1262fb80c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5c79cfcc-8bc7-4c5b-9fb8-1581e2267d91 ASDC
2021-09-17T01:36:57.457Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:5c4dab4f-9646-4c5b-a65d-09063872435b
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:5c79cfcc-8bc7-4c5b-9fb8-1581e2267d91
ServiceInvariantUUID:e07c6bcd-34ec-4992-84d6-b2f48f49ddbb
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:dce60462-571a-4d5f-b61a-9ca2ece32b37
ArtifactChecksum:ZmEzNjU1ODAxZDYxYmY4NmU2N2EzN2NjMTI0YzIyMDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:dd761d25-97a7-4912-b7c7-f9cf9dc371c2
ResourceInvariantUUID:d58cd7be-4dd5-4787-94cf-c009b5146835
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:71212627-8653-407c-9c64-2545aaba249d
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:ff9f1d03-607f-4dfc-8080-af6ac1d37c65
ArtifactChecksum:ZGRmZmY2MTg3Mjk3YjhhZDk4NDlkNDQzMWMxN2U0MWY=
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:6ce10d6e-f2bc-4464-b875-6a2270150582
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:d9660c7a-4bb5-4810-bec6-326aac526342
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:d9660c7a-4bb5-4810-bec6-326aac526342
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-17T01:36:57.457Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5c79cfcc-8bc7-4c5b-9fb8-1581e2267d91 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:36:57.477Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-17T01:36:57.477Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-17T01:36:57.477Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-17T01:36:57.477Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: dce60462-571a-4d5f-b61a-9ca2ece32b37 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-17T01:36:57.478Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-09-17T01:36:57.478Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-17T01:36:59.119Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-09-17T01:36:59.122Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar dce60462-571a-4d5f-b61a-9ca2ece32b37 73477
2021-09-17T01:36:59.123Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-09-17T01:36:59.123Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-17T01:36:59.123Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-17T01:36:59.123Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:36:59.125Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:36:59.125Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842619123,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:36:59.225Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:36:59.226Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:36:59.226Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:36:59.236Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:36:59.236Z||pool-75-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:37:00.126Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-17T01:37:00.127Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-17T01:37:00.127Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: dce60462-571a-4d5f-b61a-9ca2ece32b37, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-17T01:37:00.128Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-09-17T01:37:00.128Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-17T01:37:00.128Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-17T01:37:00.234Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9861759906821491905/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-09-17T01:37:01.157Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-17T01:37:01.158Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-09-17T01:37:01.158Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-17T01:37:01.158Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-17T01:37:01.158Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-17T01:37:01.158Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-17T01:37:01.158Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-17T01:37:01.158Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-17T01:37:01.158Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-17T01:37:01.158Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-17T01:37:01.158Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-17T01:37:01.158Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-17T01:37:01.158Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-17T01:37:01.158Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-09-17T01:37:01.158Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:37:01.159Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:37:01.159Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-17T01:37:01.159Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-09-17T01:37:01.159Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-17T01:37:01.159Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:37:01.159Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:37:01.159Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-17T01:37:01.160Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-09-17T01:37:01.160Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-17T01:37:01.160Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:37:01.160Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:37:01.160Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:37:01.160Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-17T01:37:01.160Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-17T01:37:01.161Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-17T01:37:01.161Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-17T01:37:01.161Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-17T01:37:01.161Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-17T01:37:01.161Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:37:01.161Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-17T01:37:01.161Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:37:01.161Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-17T01:37:01.161Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-17T01:37:01.162Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:37:01.162Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-17T01:37:01.162Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-17T01:37:01.162Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:37:01.162Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-17T01:37:01.162Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-17T01:37:01.162Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:37:01.162Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-17T01:37:01.163Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-17T01:37:01.163Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-17T01:37:01.163Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=23a8bb30-1043-4dbb-b070-4f9301e6e78b
2021-09-17T01:37:01.163Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:37:01.163Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:37:01.163Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:37:01.163Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:37:01.163Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:37:01.163Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:37:01.164Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:37:01.164Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:37:01.164Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:5c79cfcc-8bc7-4c5b-9fb8-1581e2267d91
Model Version:NULL
Model InvariantUuid:e07c6bcd-34ec-4992-84d6-b2f48f49ddbb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:ac5cc868-495f-4673-bccd-11d63ba060fd
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d58cd7be-4dd5-4787-94cf-c009b5146835
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:dd761d25-97a7-4912-b7c7-f9cf9dc371c2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d8422b95-db14-4f65-8130-947a8f217118
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:fbed2c6b-50c2-458b-bc59-914b74d2a5ca
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:23a8bb30-1043-4dbb-b070-4f9301e6e78b
ModelInvariantUuid:8019fee7-9058-4db6-a1e1-c7d39afa285d
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:2da44613-a693-45ff-bb4a-11211154913e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:e54f3d8b-f88e-44c2-afa7-0c3911fe5aad
ModelInvariantUuid:a7eaf5a7-6057-47f0-9f0d-e4c2dc15611d
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:23233d19-bddd-4b21-a76d-51f2810b9ab1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-17T01:37:01.169Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 71212627-8653-407c-9c64-2545aaba249d
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-17T01:37:01.171Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||basicclamp 0
2021-09-17T01:37:01.171Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 71212627-8653-407c-9c64-2545aaba249d
2021-09-17T01:37:01.171Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ff9f1d03-607f-4dfc-8080-af6ac1d37c65 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-17T01:37:01.172Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-09-17T01:37:01.172Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-17T01:37:02.714Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-09-17T01:37:02.715Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ff9f1d03-607f-4dfc-8080-af6ac1d37c65 790
2021-09-17T01:37:02.715Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-09-17T01:37:02.715Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-17T01:37:02.715Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-17T01:37:02.716Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:37:02.717Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:37:02.717Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842622715,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:37:02.818Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:37:02.818Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:37:02.819Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:37:02.830Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:37:02.831Z||pool-76-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:37:03.718Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "d8422b95-db14-4f65-8130-947a8f217118",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fbed2c6b-50c2-458b-bc59-914b74d2a5ca",
    "vfModuleModelCustomizationUUID": "e4caaf64-2daa-446f-8aec-147f0d5cb8ce",
    "isBase": true,
    "artifacts": [
      "6ce10d6e-f2bc-4464-b875-6a2270150582",
      "d9660c7a-4bb5-4810-bec6-326aac526342"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-17T01:37:03.721Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fbed2c6b-50c2-458b-bc59-914b74d2a5ca
VfModuleModelInvariantUUID:d8422b95-db14-4f65-8130-947a8f217118
VfModuleModelDescription:NULL
Artifacts UUID List:{
6ce10d6e-f2bc-4464-b875-6a2270150582
,
d9660c7a-4bb5-4810-bec6-326aac526342

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu18
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-09-17T01:37:03.722Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "d8422b95-db14-4f65-8130-947a8f217118",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fbed2c6b-50c2-458b-bc59-914b74d2a5ca",
    "vfModuleModelCustomizationUUID": "e4caaf64-2daa-446f-8aec-147f0d5cb8ce",
    "isBase": true,
    "artifacts": [
      "6ce10d6e-f2bc-4464-b875-6a2270150582",
      "d9660c7a-4bb5-4810-bec6-326aac526342"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-17T01:37:03.722Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fbed2c6b-50c2-458b-bc59-914b74d2a5ca
VfModuleModelInvariantUUID:d8422b95-db14-4f65-8130-947a8f217118
VfModuleModelDescription:NULL
Artifacts UUID List:{
6ce10d6e-f2bc-4464-b875-6a2270150582
,
d9660c7a-4bb5-4810-bec6-326aac526342

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu18
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-09-17T01:37:03.723Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6ce10d6e-f2bc-4464-b875-6a2270150582 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-17T01:37:03.723Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-09-17T01:37:03.723Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-17T01:37:04.422Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-09-17T01:37:04.422Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 6ce10d6e-f2bc-4464-b875-6a2270150582 5033
2021-09-17T01:37:04.422Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-17T01:37:04.422Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-17T01:37:04.422Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-17T01:37:04.423Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:37:04.424Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:37:04.424Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842624422,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:37:04.525Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:37:04.525Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:37:04.525Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:37:04.534Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:37:04.535Z||pool-77-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:37:05.425Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d9660c7a-4bb5-4810-bec6-326aac526342 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-17T01:37:05.426Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-09-17T01:37:05.426Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-17T01:37:06.782Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-09-17T01:37:06.782Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env d9660c7a-4bb5-4810-bec6-326aac526342 909
2021-09-17T01:37:06.782Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-17T01:37:06.782Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-17T01:37:06.783Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-17T01:37:06.783Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:37:06.784Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:37:06.784Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842626782,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:37:06.885Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-17T01:37:06.885Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:37:06.885Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:37:06.897Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:37:06.897Z||pool-78-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:37:07.785Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 5c79cfcc-8bc7-4c5b-9fb8-1581e2267d91
2021-09-17T01:37:07.786Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 71212627-8653-407c-9c64-2545aaba249d ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-17T01:37:07.795Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2f369970, org.onap.sdc.toscaparser.api.parameters.Input@27145b1c, org.onap.sdc.toscaparser.api.parameters.Input@38077fa0, org.onap.sdc.toscaparser.api.parameters.Input@3ce50bc, org.onap.sdc.toscaparser.api.parameters.Input@1828b4ac]
2021-09-17T01:37:07.797Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:37:07.797Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:37:07.797Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2021-09-17T01:37:07.797Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= dd761d25-97a7-4912-b7c7-f9cf9dc371c2
2021-09-17T01:37:07.797Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: dd761d25-97a7-4912-b7c7-f9cf9dc371c2 matches Tosca VF Customization UUID: dd761d25-97a7-4912-b7c7-f9cf9dc371c2
2021-09-17T01:37:07.798Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: dd761d25-97a7-4912-b7c7-f9cf9dc371c2  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-17T01:37:07.799Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:37:07.799Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:37:07.800Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id dd761d25-97a7-4912-b7c7-f9cf9dc371c2: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-09-17T01:37:07.800Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6fa2aeb2
2021-09-17T01:37:07.800Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:37:07.800Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-17T01:37:07.801Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e4caaf64-2daa-446f-8aec-147f0d5cb8ce
2021-09-17T01:37:07.801Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e4caaf64-2daa-446f-8aec-147f0d5cb8ce
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-17T01:37:07.803Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:37:07.803Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-17T01:37:07.803Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-17T01:37:07.803Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:37:07.804Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-17T01:37:07.804Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-17T01:37:07.804Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:37:07.804Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-17T01:37:07.804Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-17T01:37:07.804Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-17T01:37:07.804Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=23a8bb30-1043-4dbb-b070-4f9301e6e78b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-17T01:37:07.806Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:37:07.806Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-17T01:37:07.806Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-17T01:37:07.806Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:37:07.807Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-17T01:37:07.807Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=dd761d25-97a7-4912-b7c7-f9cf9dc371c2
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-17T01:37:07.808Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:37:07.808Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:37:07.808Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 5c79cfcc-8bc7-4c5b-9fb8-1581e2267d91: basicclamp
2021-09-17T01:37:07.809Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:37:07.809Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:37:07.809Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:37:07.809Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:37:07.809Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:37:07.809Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:37:07.809Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:37:07.810Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:37:07.810Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:37:07.810Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:37:07.810Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:37:07.870Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 71212627-8653-407c-9c64-2545aaba249d 1 ASDC deployResourceStructure
2021-09-17T01:37:07.870Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-09-17T01:37:07.871Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-17T01:37:07.871Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-17T01:37:07.871Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:37:07.872Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:37:07.873Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842627870,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-17T01:37:07.973Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:37:07.974Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:37:07.974Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:37:07.985Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:37:07.986Z||pool-79-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:37:08.873Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-17T01:37:08.874Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-17T01:37:08.874Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-17T01:37:08.874Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:37:08.877Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:37:08.878Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842628873,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-17T01:37:08.976Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-09-17T01:37:08.977Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:37:08.977Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:37:08.989Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:37:08.989Z||pool-80-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:37:09.878Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-17T01:37:09.879Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-17T01:37:09.879Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-17T01:37:09.879Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:37:09.881Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:37:09.881Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842629878,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-17T01:37:09.982Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:37:09.982Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:37:09.982Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:37:09.994Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:37:09.994Z||pool-81-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:37:10.882Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-09-17T01:37:10.882Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-17T01:37:10.882Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-17T01:37:10.883Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:37:10.884Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:37:10.884Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842630882,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-17T01:37:10.985Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:37:10.985Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:37:10.985Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:37:10.997Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:37:10.997Z||pool-82-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:37:11.885Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c4dab4f-9646-4c5b-a65d-09063872435b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-17T01:37:11.890Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c4dab4f-9646-4c5b-a65d-09063872435b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-17T01:37:11.891Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-17T01:37:11.892Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-17T01:37:11.892Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-17T01:37:41.892Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c4dab4f-9646-4c5b-a65d-09063872435b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-17T01:37:41.897Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c4dab4f-9646-4c5b-a65d-09063872435b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-17T01:37:41.899Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-17T01:37:41.899Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-17T01:37:41.899Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-17T01:37:56.932Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:37:56.932Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:37:56.932Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:37:56.952Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:37:56.961Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:56.962Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "dcae-sch",
  "timestamp": 1631842493687,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:56.962Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:56.962Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:56.962Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842496930,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:56.962Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:56.962Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:56.962Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "aai-ml",
  "timestamp": 1631842490068,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:37:56.962Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:56.963Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:56.963Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "policy-id",
  "timestamp": 1631842497832,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:37:56.965Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5c4dab4f-9646-4c5b-a65d-09063872435b
2021-09-17T01:37:56.965Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c4dab4f-9646-4c5b-a65d-09063872435b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:37:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "clamp",
  "timestamp": 1631842497934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:37:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:37:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "dcae-sch",
  "timestamp": 1631842493687,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "cds",
  "timestamp": 1631842498379,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:37:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:37:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842496930,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-17T01:37:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842498689,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:37:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:37:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842498774,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:37:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:37:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "dcae-sch",
  "timestamp": 1631842493687,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "cds",
  "timestamp": 1631842499383,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:37:56.972Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5c4dab4f-9646-4c5b-a65d-09063872435b
2021-09-17T01:37:56.972Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c4dab4f-9646-4c5b-a65d-09063872435b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:37:56.975Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:56.975Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842496930,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-17T01:37:56.976Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:56.976Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:56.976Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "clamp",
  "timestamp": 1631842499942,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-17T01:37:56.976Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:37:56.976Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:56.976Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "dcae-sch",
  "timestamp": 1631842493687,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:56.976Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:56.976Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:56.976Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "aai-ml",
  "timestamp": 1631842500328,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:37:56.976Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:37:56.976Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:56.976Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842496930,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:56.976Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:56.976Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:56.976Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "clamp",
  "timestamp": 1631842500945,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:37:56.978Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d66cc938-3c01-49f9-861a-2fc1262fb80c
2021-09-17T01:37:56.978Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d66cc938-3c01-49f9-861a-2fc1262fb80c and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:37:56.982Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:56.982Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842501093,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-17T01:37:56.982Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:37:56.982Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:56.982Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842501321,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:37:56.983Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:37:56.983Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:56.983Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "dcae-sch",
  "timestamp": 1631842493687,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:56.983Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:56.983Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:56.983Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842496930,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-17T01:37:56.983Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:56.983Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:56.983Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842502097,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:37:56.985Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5c4dab4f-9646-4c5b-a65d-09063872435b
2021-09-17T01:37:56.985Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c4dab4f-9646-4c5b-a65d-09063872435b and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:37:56.989Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:56.989Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842496930,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:56.989Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:56.989Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:56.989Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842503501,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:37:56.989Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:37:56.989Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:56.990Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842496930,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:37:56.990Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:56.990Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:56.990Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842504520,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:37:56.992Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5c4dab4f-9646-4c5b-a65d-09063872435b
2021-09-17T01:37:56.992Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c4dab4f-9646-4c5b-a65d-09063872435b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-17T01:37:56.994Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:56.994Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842505524,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-17T01:37:56.995Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:37:56.995Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:56.995Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "dcae-sch",
  "timestamp": 1631842505695,
  "artifactURL": "/sdc/v1/catalog/services/5c79cfcc-8bc7-4c5b-9fb8-1581e2267d91/resourceInstances/basicclamp0/artifacts/685f876f-7c9e-497b-952b-09de73c61680",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:37:56.995Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:37:56.995Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:56.995Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842506083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:37:56.995Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:37:56.995Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:56.995Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "dcae-sch",
  "timestamp": 1631842506991,
  "artifactURL": "/sdc/v1/catalog/services/5c79cfcc-8bc7-4c5b-9fb8-1581e2267d91/resourceInstances/basicclamp0/artifacts/685f876f-7c9e-497b-952b-09de73c61680",
  "status": "DEPLOY_OK"
}
2021-09-17T01:37:56.996Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:37:56.996Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:56.996Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "dcae-sch",
  "timestamp": 1631842507994,
  "artifactURL": "/sdc/v1/catalog/services/5c79cfcc-8bc7-4c5b-9fb8-1581e2267d91/resourceInstances/basicclamp0/artifacts/685f876f-7c9e-497b-952b-09de73c61680",
  "status": "COMPONENT_DONE_OK",
  "componentName": "service-change-handler"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:37:56.997Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 5c4dab4f-9646-4c5b-a65d-09063872435b
2021-09-17T01:37:56.998Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c4dab4f-9646-4c5b-a65d-09063872435b and ComponentName service-change-handler
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:37:57.002Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.002Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "aai-ml",
  "timestamp": 1631842508178,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-17T01:37:57.002Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:37:57.003Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.003Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "clamp",
  "timestamp": 1631842507687,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:57.003Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.003Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.003Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "aai-ml",
  "timestamp": 1631842509182,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:37:57.005Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5c4dab4f-9646-4c5b-a65d-09063872435b
2021-09-17T01:37:57.005Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c4dab4f-9646-4c5b-a65d-09063872435b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:37:57.010Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.010Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "clamp",
  "timestamp": 1631842507687,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:57.010Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.010Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.010Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842509476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:37:57.010Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:37:57.010Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.010Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "clamp",
  "timestamp": 1631842507687,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-17T01:37:57.010Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.010Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.010Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631842504012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:57.010Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.010Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.010Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842508932,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:57.011Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.011Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.011Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "policy-id",
  "timestamp": 1631842504986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:57.011Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.011Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.011Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "cds",
  "timestamp": 1631842503332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:57.011Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.011Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.011Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842511005,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:37:57.011Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:37:57.012Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.012Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "clamp",
  "timestamp": 1631842507687,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:57.012Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.012Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.012Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842508932,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-17T01:37:57.012Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.012Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.012Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631842504012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:57.012Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.012Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.012Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "policy-id",
  "timestamp": 1631842504986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:57.012Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.012Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.012Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "cds",
  "timestamp": 1631842503332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:57.012Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.012Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.012Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "clamp",
  "timestamp": 1631842507687,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:57.012Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.012Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.012Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631842504012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:57.012Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.012Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.013Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842508932,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-17T01:37:57.013Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.013Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.013Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "policy-id",
  "timestamp": 1631842504986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-17T01:37:57.013Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.013Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.013Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "cds",
  "timestamp": 1631842503332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:57.013Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.013Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.013Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842512805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:37:57.013Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:37:57.013Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.013Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "clamp",
  "timestamp": 1631842507687,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:57.013Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.013Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.013Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842508932,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:57.013Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.013Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.013Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631842504012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:57.013Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.013Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.014Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "policy-id",
  "timestamp": 1631842504986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:57.014Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.014Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.014Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "cds",
  "timestamp": 1631842503332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:57.014Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.014Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.014Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842513893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-17T01:37:57.014Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:37:57.014Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.014Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "dcae-sch",
  "timestamp": 1631842513687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:57.014Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.014Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.014Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "clamp",
  "timestamp": 1631842507687,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:57.014Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.014Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.014Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631842504012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:57.014Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.014Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.014Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842508932,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-17T01:37:57.014Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.014Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.014Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "policy-id",
  "timestamp": 1631842504986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:57.014Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.015Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.015Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "cds",
  "timestamp": 1631842503332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:57.015Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.015Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.015Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842514896,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-17T01:37:57.015Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:37:57.015Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.015Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "dcae-sch",
  "timestamp": 1631842513687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:57.015Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.015Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.015Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "clamp",
  "timestamp": 1631842507687,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:37:57.015Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.015Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.015Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631842504012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:57.015Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.015Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.015Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842508932,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:57.015Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.015Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.015Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "policy-id",
  "timestamp": 1631842504986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:57.015Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.015Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.016Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "cds",
  "timestamp": 1631842503332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:57.016Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.016Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.016Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842515900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-17T01:37:57.016Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:37:57.016Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.016Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "dcae-sch",
  "timestamp": 1631842513687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:57.016Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.016Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.016Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631842504012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:57.016Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.016Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.016Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842508932,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:57.016Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.016Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.016Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "policy-id",
  "timestamp": 1631842504986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:57.016Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.016Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.016Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "cds",
  "timestamp": 1631842503332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:57.016Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.016Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.016Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842516903,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-17T01:37:57.016Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:37:57.016Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.017Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "dcae-sch",
  "timestamp": 1631842513687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:57.017Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.017Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.017Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631842504012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:57.017Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.017Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.017Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842508932,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:37:57.017Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.017Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.017Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "policy-id",
  "timestamp": 1631842504986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:37:57.017Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.017Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.017Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "cds",
  "timestamp": 1631842503332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:37:57.017Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.017Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.017Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "dcae-sch",
  "timestamp": 1631842513687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:57.017Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.017Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.017Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "dcae-sch",
  "timestamp": 1631842513687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:57.017Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.017Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.017Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842518729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:57.017Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.018Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.018Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "policy-id",
  "timestamp": 1631842519825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:37:57.018Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:37:57.018Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.018Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842519881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:37:57.018Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:37:57.018Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.018Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "dcae-sch",
  "timestamp": 1631842513687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:57.018Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.018Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.018Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842518729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:57.018Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.018Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.018Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "cds",
  "timestamp": 1631842520419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:37:57.018Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:37:57.018Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.018Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "aai-ml",
  "timestamp": 1631842520068,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:57.018Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.018Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.018Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "policy-id",
  "timestamp": 1631842520828,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-17T01:37:57.018Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:37:57.018Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.019Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "dcae-sch",
  "timestamp": 1631842513687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:57.019Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.019Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.019Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842518729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:57.019Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.019Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.019Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "aai-ml",
  "timestamp": 1631842520068,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:57.019Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.019Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.019Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "policy-id",
  "timestamp": 1631842521832,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:37:57.025Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 28ce16e8-fb5f-4386-86a3-30555e36da5e
2021-09-17T01:37:57.025Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28ce16e8-fb5f-4386-86a3-30555e36da5e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:37:57.029Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.029Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842522119,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:37:57.029Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:37:57.029Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.029Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842518729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:57.029Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.029Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.029Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "cds",
  "timestamp": 1631842522481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:37:57.031Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 28ce16e8-fb5f-4386-86a3-30555e36da5e
2021-09-17T01:37:57.032Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28ce16e8-fb5f-4386-86a3-30555e36da5e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:37:57.036Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.036Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "aai-ml",
  "timestamp": 1631842520068,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:57.036Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.036Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.036Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842518729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:57.036Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.036Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.037Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "aai-ml",
  "timestamp": 1631842520068,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:57.037Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.037Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.037Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842524310,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:37:57.037Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:37:57.037Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.037Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842518729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:57.037Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.037Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.037Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "aai-ml",
  "timestamp": 1631842520068,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:57.037Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.037Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.037Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842525336,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:37:57.040Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 28ce16e8-fb5f-4386-86a3-30555e36da5e
2021-09-17T01:37:57.040Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28ce16e8-fb5f-4386-86a3-30555e36da5e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-17T01:37:57.043Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.043Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842518729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:57.043Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.043Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.043Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "aai-ml",
  "timestamp": 1631842520068,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:57.043Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.043Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.043Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "clamp",
  "timestamp": 1631842525938,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:37:57.044Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:37:57.044Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.044Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842526339,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-17T01:37:57.044Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:37:57.044Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.044Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842518729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:37:57.044Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.044Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.044Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "aai-ml",
  "timestamp": 1631842520068,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:57.044Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.044Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.045Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "clamp",
  "timestamp": 1631842526941,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:37:57.045Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:37:57.045Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.045Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "aai-ml",
  "timestamp": 1631842520068,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:37:57.045Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.045Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.045Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842528484,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:37:57.045Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:37:57.045Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.045Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "aai-ml",
  "timestamp": 1631842530010,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:37:57.045Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:37:57.046Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.046Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842530929,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-17T01:37:57.046Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:37:57.046Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.046Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "clamp",
  "timestamp": 1631842531008,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-17T01:37:57.046Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:37:57.046Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.046Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842531933,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:37:57.048Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 28ce16e8-fb5f-4386-86a3-30555e36da5e
2021-09-17T01:37:57.048Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28ce16e8-fb5f-4386-86a3-30555e36da5e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:37:57.052Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.052Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "clamp",
  "timestamp": 1631842532010,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-17T01:37:57.052Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:37:57.052Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.052Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "clamp",
  "timestamp": 1631842533013,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:37:57.054Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5c4dab4f-9646-4c5b-a65d-09063872435b
2021-09-17T01:37:57.054Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c4dab4f-9646-4c5b-a65d-09063872435b and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:37:57.057Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.058Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "aai-ml",
  "timestamp": 1631842536916,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-17T01:37:57.058Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:37:57.058Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.058Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "aai-ml",
  "timestamp": 1631842537920,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:37:57.059Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 28ce16e8-fb5f-4386-86a3-30555e36da5e
2021-09-17T01:37:57.059Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28ce16e8-fb5f-4386-86a3-30555e36da5e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:37:57.063Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.063Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "clamp",
  "timestamp": 1631842537687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:57.063Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.063Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.063Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "clamp",
  "timestamp": 1631842537687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-17T01:37:57.064Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.064Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.064Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "clamp",
  "timestamp": 1631842537687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:57.064Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.064Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.064Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "clamp",
  "timestamp": 1631842537687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:57.064Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.064Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.064Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "clamp",
  "timestamp": 1631842537687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:57.064Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.064Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.064Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "clamp",
  "timestamp": 1631842537687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:57.064Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.064Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.064Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "clamp",
  "timestamp": 1631842537687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:37:57.064Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.064Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.064Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "clamp",
  "timestamp": 1631842537687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:37:57.064Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:37:57.064Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.064Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "clamp",
  "timestamp": 1631842552942,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:37:57.064Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:37:57.064Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:37:57.064Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "clamp",
  "timestamp": 1631842555946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-17T01:37:57.065Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:38:11.900Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c4dab4f-9646-4c5b-a65d-09063872435b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-17T01:38:11.905Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c4dab4f-9646-4c5b-a65d-09063872435b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-17T01:38:11.907Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-17T01:38:11.907Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-17T01:38:11.907Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-17T01:38:11.907Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-17T01:38:11.907Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-17T01:38:11.907Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-17T01:38:11.907Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-17T01:38:11.907Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-17T01:38:11.907Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-17T01:38:11.907Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-17T01:38:11.907Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-17T01:38:11.907Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:38:11.909Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-17T01:38:41.910Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5c4dab4f-9646-4c5b-a65d-09063872435b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-17T01:38:41.913Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5c4dab4f-9646-4c5b-a65d-09063872435b and serviceModelVersionId: 5c79cfcc-8bc7-4c5b-9fb8-1581e2267d91
2021-09-17T01:38:41.913Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e07c6bcd-34ec-4992-84d6-b2f48f49ddbb
2021-09-17T01:38:41.914Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e07c6bcd-34ec-4992-84d6-b2f48f49ddbb/model-vers/model-ver/5c79cfcc-8bc7-4c5b-9fb8-1581e2267d91?depth=0
2021-09-17T01:38:41.918Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-09-17T01:38:41.952Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e07c6bcd-34ec-4992-84d6-b2f48f49ddbb/model-vers/model-ver/5c79cfcc-8bc7-4c5b-9fb8-1581e2267d91?depth=0|INFO|500||Invoke
2021-09-17T01:38:41.953Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e07c6bcd-34ec-4992-84d6-b2f48f49ddbb/model-vers/model-ver/5c79cfcc-8bc7-4c5b-9fb8-1581e2267d91?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e07c6bcd-34ec-4992-84d6-b2f48f49ddbb/model-vers/model-ver/5c79cfcc-8bc7-4c5b-9fb8-1581e2267d91?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5c4dab4f-9646-4c5b-a65d-09063872435b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9b40e719-82fd-45b3-aa39-906af3989db4], X-ECOMP-RequestID=[5c4dab4f-9646-4c5b-a65d-09063872435b], X-TransactionId=[], X-ONAP-RequestID=[5c4dab4f-9646-4c5b-a65d-09063872435b], Content-Type=[application/merge-patch+json]}
2021-09-17T01:38:41.969Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e07c6bcd-34ec-4992-84d6-b2f48f49ddbb/model-vers/model-ver/5c79cfcc-8bc7-4c5b-9fb8-1581e2267d91?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-17T01:38:42.330Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e07c6bcd-34ec-4992-84d6-b2f48f49ddbb/model-vers/model-ver/5c79cfcc-8bc7-4c5b-9fb8-1581e2267d91?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/e07c6bcd-34ec-4992-84d6-b2f48f49ddbb/model-vers/model-ver/5c79cfcc-8bc7-4c5b-9fb8-1581e2267d91?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210917-01:38:41:974-41776], vertex-id=[397376], Content-Length=[0], Date=[Fri, 17 Sep 2021 01:38:41 GMT], Content-Type=[application/json]}
2021-09-17T01:38:42.330Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e07c6bcd-34ec-4992-84d6-b2f48f49ddbb/model-vers/model-ver/5c79cfcc-8bc7-4c5b-9fb8-1581e2267d91?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-17T01:38:42.331Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e07c6bcd-34ec-4992-84d6-b2f48f49ddbb/model-vers/model-ver/5c79cfcc-8bc7-4c5b-9fb8-1581e2267d91?depth=0|INFO|500||InvokeReturn
2021-09-17T01:38:42.331Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-17T01:38:42.331Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-17T01:38:42.336Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-17T01:38:42.336Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5c4dab4f-9646-4c5b-a65d-09063872435b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-17T01:38:42.336Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-17T01:38:42.336Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:38:42.338Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:38:42.338Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842722336,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-17T01:38:42.438Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:38:42.439Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:38:42.439Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:38:42.450Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:38:42.450Z||pool-83-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-17T01:38:43.346Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:38:43.346Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:38:43.346Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:38:47.639Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:38:47.640Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-17T01:38:47.641Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"28ce16e8-fb5f-4386-86a3-30555e36da5e","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"bc4a8617-c1d2-402f-9003-46c4335cc9f3","serviceDescription":"service","serviceInvariantUUID":"fa0b291f-19d3-4ff3-a242-b4de4b244356","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b3809b34-0d32-43d2-b75a-76765d508c9c","resourceInvariantUUID":"58d36a43-c54a-4dbb-871b-1f8e2054e0f9","resourceCustomizationUUID":"7d86dd44-a9e3-468a-b2ce-6ce971b221b2","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":"M2FmN2FiMmU5YjA0NzgzZjExYjk4NTBkOGQ3MDk1MTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"64bc030b-671d-44c2-a365-67d908352822","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":"Mjk3ZTVkYTY5NDA0Y2RiNmVmOTg1YTZmZWM4OWY4NDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4ff4869f-12ec-429c-b5b1-05e027b463fe","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":"373a0866-8ec8-47ad-b303-1f2f8fa7f990","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":"947c129c-28ff-4dcc-ba05-76de2ee017e7","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":"3226c746-03fa-4f50-a614-1f449bbd4951","artifactVersion":"2","generatedFromUUID":"373a0866-8ec8-47ad-b303-1f2f8fa7f990"},{"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":"YTRkZTcyYjE1NDVhNjAxYTRkMGM1MTViMzExZDk1YmY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"ef330265-5a42-4fe9-bbe1-44b48dc33312","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":"ODYzMTczNmQ2NDI2M2JlN2EyMThjMTIxNGExOGY2YWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"021c35f6-d9e8-4687-a30c-0cc43f931562","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZmM0ZjdjNTM2YWM3ZTkzOWM0OTQzZTgxM2M3MGJmMzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3595c722-189a-4b4d-98f8-220bd436acf8","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-17T01:38:47.642Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:38:47.642Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:38:47.644Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:38:47.644Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842723346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:38:47.744Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:38:47.745Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:38:47.745Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:38:47.758Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:38:47.758Z||pool-84-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:38:48.645Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:38:48.646Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:38:48.647Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:38:48.647Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842723346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-17T01:38:48.748Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:38:48.749Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:38:48.749Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:38:48.762Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:38:48.763Z||pool-85-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-09-17T01:38:49.648Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:38:49.649Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:38:49.651Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:38:49.651Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842723346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-17T01:38:49.751Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:38:49.752Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:38:49.752Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:38:49.765Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:38:49.765Z||pool-86-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:38:50.652Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:38:50.652Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:38:50.654Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:38:50.654Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842723346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:38:50.754Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:38:50.755Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:38:50.755Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:38:50.766Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:38:50.766Z||pool-87-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:38:51.655Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:38:51.655Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:38:51.657Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:38:51.657Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842723346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-17T01:38:51.758Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-17T01:38:51.758Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:38:51.759Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:38:51.770Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:38:51.770Z||pool-88-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:38:52.658Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:38:52.659Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:38:52.660Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:38:52.660Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842723346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:38:52.761Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:38:52.762Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:38:52.762Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:38:52.774Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:38:52.774Z||pool-89-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:38:53.661Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:38:53.662Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:38:53.663Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:38:53.663Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842723346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:38:53.764Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:38:53.764Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:38:53.765Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:38:53.774Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:38:53.775Z||pool-90-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:38:54.664Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:38:54.665Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:38:54.667Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:38:54.667Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842723346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:38:54.767Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:38:54.768Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:38:54.768Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:38:54.779Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:38:54.780Z||pool-91-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:38:55.668Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "bc4a8617-c1d2-402f-9003-46c4335cc9f3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fa0b291f-19d3-4ff3-a242-b4de4b244356",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "7d86dd44-a9e3-468a-b2ce-6ce971b221b2",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b3809b34-0d32-43d2-b75a-76765d508c9c",
      "resourceInvariantUUID": "58d36a43-c54a-4dbb-871b-1f8e2054e0f9",
      "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": "Mjk3ZTVkYTY5NDA0Y2RiNmVmOTg1YTZmZWM4OWY4NDA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4ff4869f-12ec-429c-b5b1-05e027b463fe",
          "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": "373a0866-8ec8-47ad-b303-1f2f8fa7f990",
          "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": "3226c746-03fa-4f50-a614-1f449bbd4951",
            "generatedFromUUID": "373a0866-8ec8-47ad-b303-1f2f8fa7f990"
          },
          "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": "3226c746-03fa-4f50-a614-1f449bbd4951",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZmM0ZjdjNTM2YWM3ZTkzOWM0OTQzZTgxM2M3MGJmMzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3595c722-189a-4b4d-98f8-220bd436acf8"
    }
  ],
  "workloadContext": "Production"
}
2021-09-17T01:38:55.668Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-17T01:38:55.669Z|5c4dab4f-9646-4c5b-a65d-09063872435b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 bc4a8617-c1d2-402f-9003-46c4335cc9f3 ASDC
2021-09-17T01:38:55.669Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:28ce16e8-fb5f-4386-86a3-30555e36da5e
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:bc4a8617-c1d2-402f-9003-46c4335cc9f3
ServiceInvariantUUID:fa0b291f-19d3-4ff3-a242-b4de4b244356
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:3595c722-189a-4b4d-98f8-220bd436acf8
ArtifactChecksum:ZmM0ZjdjNTM2YWM3ZTkzOWM0OTQzZTgxM2M3MGJmMzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:7d86dd44-a9e3-468a-b2ce-6ce971b221b2
ResourceInvariantUUID:58d36a43-c54a-4dbb-871b-1f8e2054e0f9
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:b3809b34-0d32-43d2-b75a-76765d508c9c
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:4ff4869f-12ec-429c-b5b1-05e027b463fe
ArtifactChecksum:Mjk3ZTVkYTY5NDA0Y2RiNmVmOTg1YTZmZWM4OWY4NDA=
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:373a0866-8ec8-47ad-b303-1f2f8fa7f990
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:3226c746-03fa-4f50-a614-1f449bbd4951
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:3226c746-03fa-4f50-a614-1f449bbd4951
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-17T01:38:55.669Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bc4a8617-c1d2-402f-9003-46c4335cc9f3 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-17T01:38:55.689Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-17T01:38:55.689Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-17T01:38:55.690Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-17T01:38:55.690Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3595c722-189a-4b4d-98f8-220bd436acf8 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-17T01:38:55.690Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-09-17T01:38:55.690Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-17T01:38:56.932Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:38:56.932Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:38:56.932Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:38:56.954Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:38:56.954Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:38:56.954Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "clamp",
  "timestamp": 1631842556948,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:38:56.957Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 28ce16e8-fb5f-4386-86a3-30555e36da5e
2021-09-17T01:38:56.957Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28ce16e8-fb5f-4386-86a3-30555e36da5e and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:38:56.961Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:38:56.961Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d66cc938-3c01-49f9-861a-2fc1262fb80c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842608418,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-17T01:38:56.961Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:38:56.961Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:38:56.961Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842496930,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:38:56.961Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:38:56.961Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:38:56.961Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842496930,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:38:56.962Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:38:56.962Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:38:56.962Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842496930,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-17T01:38:56.962Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:38:56.962Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:38:56.962Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842496930,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-17T01:38:56.962Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:38:56.962Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:38:56.962Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842496930,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:38:56.962Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:38:56.962Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:38:56.962Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842496930,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-17T01:38:56.962Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:38:56.962Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:38:56.962Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842496930,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:38:56.962Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:38:56.962Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:38:56.962Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842496930,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:38:56.962Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:38:57.816Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-09-17T01:38:57.819Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 3595c722-189a-4b4d-98f8-220bd436acf8 78612
2021-09-17T01:38:57.819Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-09-17T01:38:57.819Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-17T01:38:57.819Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-17T01:38:57.819Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:38:57.825Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:38:57.825Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842737819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:38:57.922Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-09-17T01:38:57.923Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:38:57.923Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:38:57.936Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:38:57.936Z||pool-92-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:38:58.825Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-17T01:38:58.827Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-17T01:38:58.827Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 3595c722-189a-4b4d-98f8-220bd436acf8, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-17T01:38:58.827Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-09-17T01:38:58.827Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-17T01:38:58.827Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-17T01:38:58.956Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16645694835361482208/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-09-17T01:38:59.925Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-17T01:38:59.925Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-09-17T01:38:59.925Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-17T01:38:59.925Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-17T01:38:59.925Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-17T01:38:59.925Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-17T01:38:59.926Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-17T01:38:59.926Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-17T01:38:59.926Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-17T01:38:59.926Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-17T01:38:59.926Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-17T01:38:59.926Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-17T01:38:59.926Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-17T01:38:59.926Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-09-17T01:38:59.926Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:38:59.927Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:38:59.927Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-17T01:38:59.927Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-09-17T01:38:59.927Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-17T01:38:59.927Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:38:59.927Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:38:59.927Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-17T01:38:59.928Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-09-17T01:38:59.928Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-17T01:38:59.928Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:38:59.928Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:38:59.928Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:38:59.928Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-17T01:38:59.928Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-09-17T01:38:59.928Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-09-17T01:38:59.928Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-09-17T01:38:59.929Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-17T01:38:59.929Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-17T01:38:59.929Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:38:59.929Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-17T01:38:59.929Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:38:59.929Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-17T01:38:59.929Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-17T01:38:59.929Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:38:59.929Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-17T01:38:59.929Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-17T01:38:59.930Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:38:59.930Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-17T01:38:59.930Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-17T01:38:59.930Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:38:59.930Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-17T01:38:59.930Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-17T01:38:59.930Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-17T01:38:59.930Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=efd1d8c1-cff3-4ef6-a660-36542d2008f6
2021-09-17T01:38:59.930Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:38:59.930Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:38:59.930Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:38:59.930Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:38:59.931Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:38:59.931Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:38:59.931Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:38:59.931Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:38:59.931Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:bc4a8617-c1d2-402f-9003-46c4335cc9f3
Model Version:NULL
Model InvariantUuid:fa0b291f-19d3-4ff3-a242-b4de4b244356
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:9d298f3d-4f26-41de-b9c2-0214512c3773
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:58d36a43-c54a-4dbb-871b-1f8e2054e0f9
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7d86dd44-a9e3-468a-b2ce-6ce971b221b2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2d98e88b-be57-4759-84f4-8d67586a83ac
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:85432b85-4f19-40f9-8718-9e8610b05cee
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:efd1d8c1-cff3-4ef6-a660-36542d2008f6
ModelInvariantUuid:94725e36-d1f7-4249-9912-fe06211effbd
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:02c8b50e-16da-4d6a-8b1b-9dbd88faff1d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:ff254fb7-0765-448b-8630-d26df13728ce
ModelInvariantUuid:10a9fd16-4dda-4090-a964-9898f90c2a44
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:779cf32e-9c0c-4e6b-af0a-3735a4e5fef4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-17T01:38:59.936Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: b3809b34-0d32-43d2-b75a-76765d508c9c
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-17T01:38:59.937Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||basic_vm_macro 0
2021-09-17T01:38:59.938Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b3809b34-0d32-43d2-b75a-76765d508c9c
2021-09-17T01:38:59.938Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4ff4869f-12ec-429c-b5b1-05e027b463fe from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-09-17T01:38:59.938Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-09-17T01:38:59.938Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-09-17T01:39:00.832Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-09-17T01:39:00.833Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 4ff4869f-12ec-429c-b5b1-05e027b463fe 792
2021-09-17T01:39:00.833Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-09-17T01:39:00.833Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-09-17T01:39:00.833Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-17T01:39:00.833Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:39:00.835Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:39:00.835Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842740833,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:39:00.935Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:39:00.936Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:39:00.936Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:39:00.951Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:39:00.951Z||pool-93-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:39:01.836Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "2d98e88b-be57-4759-84f4-8d67586a83ac",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "85432b85-4f19-40f9-8718-9e8610b05cee",
    "vfModuleModelCustomizationUUID": "a628f779-0fd1-4f0a-a32f-2e773ef5e9d7",
    "isBase": true,
    "artifacts": [
      "373a0866-8ec8-47ad-b303-1f2f8fa7f990",
      "3226c746-03fa-4f50-a614-1f449bbd4951"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-17T01:39:01.840Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:85432b85-4f19-40f9-8718-9e8610b05cee
VfModuleModelInvariantUUID:2d98e88b-be57-4759-84f4-8d67586a83ac
VfModuleModelDescription:NULL
Artifacts UUID List:{
373a0866-8ec8-47ad-b303-1f2f8fa7f990
,
3226c746-03fa-4f50-a614-1f449bbd4951

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-09-17T01:39:01.842Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "2d98e88b-be57-4759-84f4-8d67586a83ac",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "85432b85-4f19-40f9-8718-9e8610b05cee",
    "vfModuleModelCustomizationUUID": "a628f779-0fd1-4f0a-a32f-2e773ef5e9d7",
    "isBase": true,
    "artifacts": [
      "373a0866-8ec8-47ad-b303-1f2f8fa7f990",
      "3226c746-03fa-4f50-a614-1f449bbd4951"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-17T01:39:01.842Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:85432b85-4f19-40f9-8718-9e8610b05cee
VfModuleModelInvariantUUID:2d98e88b-be57-4759-84f4-8d67586a83ac
VfModuleModelDescription:NULL
Artifacts UUID List:{
373a0866-8ec8-47ad-b303-1f2f8fa7f990
,
3226c746-03fa-4f50-a614-1f449bbd4951

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-09-17T01:39:01.842Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 373a0866-8ec8-47ad-b303-1f2f8fa7f990 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-09-17T01:39:01.843Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-09-17T01:39:01.843Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-09-17T01:39:03.031Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-09-17T01:39:03.031Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 373a0866-8ec8-47ad-b303-1f2f8fa7f990 5033
2021-09-17T01:39:03.031Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-09-17T01:39:03.031Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-09-17T01:39:03.032Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-17T01:39:03.032Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:39:03.033Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:39:03.033Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842743031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:39:03.134Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:39:03.135Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:39:03.135Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:39:03.145Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:39:03.145Z||pool-94-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:39:04.034Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3226c746-03fa-4f50-a614-1f449bbd4951 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-09-17T01:39:04.035Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-09-17T01:39:04.035Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-09-17T01:39:04.704Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-09-17T01:39:04.705Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 3226c746-03fa-4f50-a614-1f449bbd4951 903
2021-09-17T01:39:04.705Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-09-17T01:39:04.705Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-09-17T01:39:04.705Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-17T01:39:04.705Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:39:04.707Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:39:04.707Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842744705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:39:04.808Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:39:04.808Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:39:04.808Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:39:04.817Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:39:04.817Z||pool-95-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:39:05.708Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: bc4a8617-c1d2-402f-9003-46c4335cc9f3
2021-09-17T01:39:05.709Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 b3809b34-0d32-43d2-b75a-76765d508c9c ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-17T01:39:05.717Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@15ab6962, org.onap.sdc.toscaparser.api.parameters.Input@48afddd2, org.onap.sdc.toscaparser.api.parameters.Input@342c78f8, org.onap.sdc.toscaparser.api.parameters.Input@34877c73, org.onap.sdc.toscaparser.api.parameters.Input@7aa9f3f8]
2021-09-17T01:39:05.718Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:39:05.718Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:39:05.718Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2021-09-17T01:39:05.719Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 7d86dd44-a9e3-468a-b2ce-6ce971b221b2
2021-09-17T01:39:05.719Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7d86dd44-a9e3-468a-b2ce-6ce971b221b2 matches Tosca VF Customization UUID: 7d86dd44-a9e3-468a-b2ce-6ce971b221b2
2021-09-17T01:39:05.719Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 7d86dd44-a9e3-468a-b2ce-6ce971b221b2  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-17T01:39:05.721Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:39:05.721Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:39:05.721Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 7d86dd44-a9e3-468a-b2ce-6ce971b221b2: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2021-09-17T01:39:05.722Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@14093902
2021-09-17T01:39:05.722Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:39:05.722Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-17T01:39:05.722Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a628f779-0fd1-4f0a-a32f-2e773ef5e9d7
2021-09-17T01:39:05.722Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a628f779-0fd1-4f0a-a32f-2e773ef5e9d7
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-17T01:39:05.724Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:39:05.724Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-17T01:39:05.724Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-17T01:39:05.724Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:39:05.725Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-17T01:39:05.725Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-17T01:39:05.725Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:39:05.725Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-17T01:39:05.725Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-17T01:39:05.725Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-17T01:39:05.725Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=efd1d8c1-cff3-4ef6-a660-36542d2008f6
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-17T01:39:05.727Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:39:05.727Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-17T01:39:05.727Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-17T01:39:05.728Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:39:05.728Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-17T01:39:05.728Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=7d86dd44-a9e3-468a-b2ce-6ce971b221b2
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-17T01:39:05.729Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:39:05.729Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:39:05.729Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid bc4a8617-c1d2-402f-9003-46c4335cc9f3: basic_vm_macro
2021-09-17T01:39:05.729Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:39:05.729Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:39:05.730Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:39:05.730Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:39:05.730Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:39:05.730Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:39:05.730Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:39:05.730Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:39:05.730Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:39:05.730Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:39:05.730Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:39:05.783Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro b3809b34-0d32-43d2-b75a-76765d508c9c 1 ASDC deployResourceStructure
2021-09-17T01:39:05.784Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-09-17T01:39:05.784Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-09-17T01:39:05.784Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-17T01:39:05.784Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:39:05.786Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:39:05.787Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842745784,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-17T01:39:05.887Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:39:05.888Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:39:05.888Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:39:05.900Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:39:05.901Z||pool-96-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-09-17T01:39:06.787Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-09-17T01:39:06.788Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-09-17T01:39:06.788Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-17T01:39:06.788Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:39:06.789Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:39:06.789Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842746787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-17T01:39:06.890Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:39:06.890Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:39:06.890Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:39:06.900Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:39:06.901Z||pool-97-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:39:07.790Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-09-17T01:39:07.791Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-09-17T01:39:07.791Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-17T01:39:07.791Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:39:07.793Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:39:07.793Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842747790,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-17T01:39:07.894Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:39:07.894Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:39:07.895Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:39:07.907Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:39:07.907Z||pool-98-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:39:08.794Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-09-17T01:39:08.794Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-17T01:39:08.795Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-17T01:39:08.795Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:39:08.796Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:39:08.796Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842748794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-17T01:39:08.897Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-17T01:39:08.897Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:39:08.897Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:39:08.906Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:39:08.906Z||pool-99-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:39:09.797Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 28ce16e8-fb5f-4386-86a3-30555e36da5e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-17T01:39:09.802Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 28ce16e8-fb5f-4386-86a3-30555e36da5e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-17T01:39:09.804Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-17T01:39:09.804Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-17T01:39:09.804Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-17T01:39:09.804Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-17T01:39:09.804Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-17T01:39:09.804Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-17T01:39:09.804Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-17T01:39:09.804Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-17T01:39:09.804Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-17T01:39:09.804Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-17T01:39:09.804Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:39:09.806Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-17T01:39:39.806Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 28ce16e8-fb5f-4386-86a3-30555e36da5e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-17T01:39:39.809Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 28ce16e8-fb5f-4386-86a3-30555e36da5e and serviceModelVersionId: bc4a8617-c1d2-402f-9003-46c4335cc9f3
2021-09-17T01:39:39.809Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fa0b291f-19d3-4ff3-a242-b4de4b244356
2021-09-17T01:39:39.810Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fa0b291f-19d3-4ff3-a242-b4de4b244356/model-vers/model-ver/bc4a8617-c1d2-402f-9003-46c4335cc9f3?depth=0
2021-09-17T01:39:39.813Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-09-17T01:39:39.840Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fa0b291f-19d3-4ff3-a242-b4de4b244356/model-vers/model-ver/bc4a8617-c1d2-402f-9003-46c4335cc9f3?depth=0|INFO|500||Invoke
2021-09-17T01:39:39.841Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fa0b291f-19d3-4ff3-a242-b4de4b244356/model-vers/model-ver/bc4a8617-c1d2-402f-9003-46c4335cc9f3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fa0b291f-19d3-4ff3-a242-b4de4b244356/model-vers/model-ver/bc4a8617-c1d2-402f-9003-46c4335cc9f3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[28ce16e8-fb5f-4386-86a3-30555e36da5e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[02720d74-db19-4654-9ca2-8b5a78f3011c], X-ECOMP-RequestID=[28ce16e8-fb5f-4386-86a3-30555e36da5e], X-TransactionId=[], X-ONAP-RequestID=[28ce16e8-fb5f-4386-86a3-30555e36da5e], Content-Type=[application/merge-patch+json]}
2021-09-17T01:39:39.854Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fa0b291f-19d3-4ff3-a242-b4de4b244356/model-vers/model-ver/bc4a8617-c1d2-402f-9003-46c4335cc9f3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-17T01:39:40.111Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fa0b291f-19d3-4ff3-a242-b4de4b244356/model-vers/model-ver/bc4a8617-c1d2-402f-9003-46c4335cc9f3?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/fa0b291f-19d3-4ff3-a242-b4de4b244356/model-vers/model-ver/bc4a8617-c1d2-402f-9003-46c4335cc9f3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210917-01:39:39:859-44576], vertex-id=[323688], Content-Length=[0], Date=[Fri, 17 Sep 2021 01:39:39 GMT], Content-Type=[application/json]}
2021-09-17T01:39:40.111Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fa0b291f-19d3-4ff3-a242-b4de4b244356/model-vers/model-ver/bc4a8617-c1d2-402f-9003-46c4335cc9f3?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-17T01:39:40.112Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fa0b291f-19d3-4ff3-a242-b4de4b244356/model-vers/model-ver/bc4a8617-c1d2-402f-9003-46c4335cc9f3?depth=0|INFO|500||InvokeReturn
2021-09-17T01:39:40.112Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-17T01:39:40.112Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-17T01:39:40.117Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-17T01:39:40.117Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 28ce16e8-fb5f-4386-86a3-30555e36da5e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-17T01:39:40.118Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-17T01:39:40.118Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:39:40.120Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:39:40.120Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842780118,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-17T01:39:40.220Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:39:40.221Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:39:40.221Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:39:40.234Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:39:40.235Z||pool-100-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-17T01:39:41.127Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-17T01:39:41.127Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"afdc4fe3-3d14-4543-9ff2-e8f28910fa45","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"613b0995-3773-4839-86d0-2aac4f9adb4b","serviceDescription":"service","serviceInvariantUUID":"c112441d-7f99-4d22-add8-91503a0afac7","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e457d9e1-9977-4daf-8bb8-3e7f26e64325","resourceInvariantUUID":"0b40264e-684c-449b-8bf9-b5a0a4d8999e","resourceCustomizationUUID":"68f464cb-7a0e-4545-a338-3e280fea919b","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":"ZjU4M2FhMGVkMWU0NDYxMDUwOGVkNzRiZDE2ZWY2ZDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3afe72c9-ba14-4c1b-adbc-0734c4c9d8cd","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":"6de01b6c-d067-4417-a23b-bc293a85ae9e","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":"98ed49f3-75b3-4982-adaf-8c6e9b862a92","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":"NDQ4NzE0YjI1NGNmYTRlMjVkMDg1ZTc0NzM2NDJmM2E\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"facc8446-913f-4977-a67c-2712359efc3e","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":"3e49a934-5114-4d20-855d-9d34ce8ef170","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":"04219807-753a-4d49-bc94-8ddc65555234","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":"23246f1d-17f0-4419-9b42-dfdd53091c7b","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":"NDVmMDcxZjA4NWMzMzIyNzA4YTQ0M2Q3ZWQ5ZTk5ZGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c93b8a0b-8832-449c-a90a-06df5a706ac0","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"M2Y2N2UzZjIxNzM5MmYxMWU5YjNmMjBkZDk0NjMzMjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3142eda1-a1ad-42c9-807f-deb88625f65a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-17T01:39:41.128Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:39:41.128Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:39:41.129Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:39:41.129Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842723346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:41.230Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-17T01:39:41.230Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:39:41.230Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:39:41.240Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:39:41.241Z||pool-101-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:39:42.130Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:39:42.131Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:39:42.132Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:39:42.132Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842723346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:42.232Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:39:42.233Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:39:42.233Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:39:42.244Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:39:42.245Z||pool-102-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:39:43.133Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:39:43.134Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:39:43.135Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:39:43.135Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842723346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:43.236Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-17T01:39:43.237Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:39:43.237Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:39:43.246Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:39:43.246Z||pool-103-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:39:44.136Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:39:44.137Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:39:44.138Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:39:44.138Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842723346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:44.239Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:39:44.239Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:39:44.239Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:39:44.252Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:39:44.252Z||pool-104-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:39:45.139Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:39:45.140Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:39:45.141Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:39:45.141Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842723346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:45.242Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:39:45.242Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:39:45.242Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:39:45.251Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:39:45.251Z||pool-105-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:39:46.142Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:39:46.143Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:39:46.144Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:39:46.144Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842723346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:46.245Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-17T01:39:46.245Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:39:46.245Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:39:46.256Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:39:46.257Z||pool-106-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:39:47.145Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:39:47.145Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:39:47.147Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:39:47.147Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842723346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:47.247Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:39:47.248Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:39:47.248Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:39:47.259Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:39:47.259Z||pool-107-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:39:48.148Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:39:48.148Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:39:48.150Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:39:48.150Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842723346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:48.250Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:39:48.251Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:39:48.251Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:39:48.277Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:39:48.277Z||pool-108-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:39:49.151Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:39:49.152Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:39:49.153Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:39:49.154Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842723346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:39:49.254Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:39:49.254Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:39:49.254Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:39:49.267Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:39:49.267Z||pool-109-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:39:50.155Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "613b0995-3773-4839-86d0-2aac4f9adb4b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c112441d-7f99-4d22-add8-91503a0afac7",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "68f464cb-7a0e-4545-a338-3e280fea919b",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e457d9e1-9977-4daf-8bb8-3e7f26e64325",
      "resourceInvariantUUID": "0b40264e-684c-449b-8bf9-b5a0a4d8999e",
      "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": "M2Y2N2UzZjIxNzM5MmYxMWU5YjNmMjBkZDk0NjMzMjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3142eda1-a1ad-42c9-807f-deb88625f65a"
    }
  ],
  "workloadContext": "Production"
}
2021-09-17T01:39:50.156Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-17T01:39:50.156Z|28ce16e8-fb5f-4386-86a3-30555e36da5e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 613b0995-3773-4839-86d0-2aac4f9adb4b ASDC
2021-09-17T01:39:50.156Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:afdc4fe3-3d14-4543-9ff2-e8f28910fa45
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:613b0995-3773-4839-86d0-2aac4f9adb4b
ServiceInvariantUUID:c112441d-7f99-4d22-add8-91503a0afac7
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:3142eda1-a1ad-42c9-807f-deb88625f65a
ArtifactChecksum:M2Y2N2UzZjIxNzM5MmYxMWU5YjNmMjBkZDk0NjMzMjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:68f464cb-7a0e-4545-a338-3e280fea919b
ResourceInvariantUUID:0b40264e-684c-449b-8bf9-b5a0a4d8999e
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:e457d9e1-9977-4daf-8bb8-3e7f26e64325
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-17T01:39:50.156Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 613b0995-3773-4839-86d0-2aac4f9adb4b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:39:50.172Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-17T01:39:50.172Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-17T01:39:50.172Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-17T01:39:50.172Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3142eda1-a1ad-42c9-807f-deb88625f65a from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-17T01:39:50.172Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-09-17T01:39:50.173Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-17T01:39:50.740Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-09-17T01:39:50.750Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 3142eda1-a1ad-42c9-807f-deb88625f65a 105552
2021-09-17T01:39:50.750Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-09-17T01:39:50.750Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-17T01:39:50.751Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-17T01:39:50.753Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:39:50.759Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:39:50.759Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842790750,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:39:50.860Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:39:50.861Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:39:50.861Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:39:50.873Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:39:50.874Z||pool-110-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:39:51.760Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-17T01:39:51.761Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-17T01:39:51.761Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 3142eda1-a1ad-42c9-807f-deb88625f65a, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-17T01:39:51.761Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-09-17T01:39:51.762Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-17T01:39:51.762Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-17T01:39:51.847Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP315743643979737356/Definitions/service-TestPnfMacro-template.yml
2021-09-17T01:39:52.443Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-17T01:39:52.443Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-09-17T01:39:52.443Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-17T01:39:52.443Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-17T01:39:52.444Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-17T01:39:52.444Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-17T01:39:52.444Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-17T01:39:52.444Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-17T01:39:52.444Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-17T01:39:52.444Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-17T01:39:52.444Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-17T01:39:52.444Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-09-17T01:39:52.444Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:39:52.445Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:39:52.445Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-09-17T01:39:52.445Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-09-17T01:39:52.445Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-17T01:39:52.445Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:39:52.445Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:39:52.446Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-09-17T01:39:52.446Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-09-17T01:39:52.446Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-17T01:39:52.446Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:39:52.446Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:39:52.446Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:39:52.447Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:39:52.447Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:39:52.447Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:39:52.447Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:39:52.447Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:39:52.447Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:39:52.448Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:39:52.448Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:613b0995-3773-4839-86d0-2aac4f9adb4b
Model Version:NULL
Model InvariantUuid:c112441d-7f99-4d22-add8-91503a0afac7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-17T01:39:52.454Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: e457d9e1-9977-4daf-8bb8-3e7f26e64325
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-17T01:39:52.457Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||INFO|500||test-pnf 0
2021-09-17T01:39:52.457Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e457d9e1-9977-4daf-8bb8-3e7f26e64325
2021-09-17T01:39:52.457Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 613b0995-3773-4839-86d0-2aac4f9adb4b
2021-09-17T01:39:52.457Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 613b0995-3773-4839-86d0-2aac4f9adb4b
2021-09-17T01:39:52.457Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 e457d9e1-9977-4daf-8bb8-3e7f26e64325 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-17T01:39:52.461Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@33a10d54, org.onap.sdc.toscaparser.api.parameters.Input@58254933, org.onap.sdc.toscaparser.api.parameters.Input@3fde4144, org.onap.sdc.toscaparser.api.parameters.Input@4f9d7c4d, org.onap.sdc.toscaparser.api.parameters.Input@74ed1347]
2021-09-17T01:39:52.461Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:39:52.462Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:39:52.462Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 613b0995-3773-4839-86d0-2aac4f9adb4b: test-pnf
2021-09-17T01:39:52.462Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||INFO|500||Processing PNF resource: e457d9e1-9977-4daf-8bb8-3e7f26e64325
2021-09-17T01:39:52.462Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:39:52.462Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:39:52.463Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||INFO|500||Resource customization UUID: 68f464cb-7a0e-4545-a338-3e280fea919b is the same as notified resource customizationUUID: 68f464cb-7a0e-4545-a338-3e280fea919b
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-09-17T01:39:52.484Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf e457d9e1-9977-4daf-8bb8-3e7f26e64325 0 ASDC deployResourceStructure
2021-09-17T01:39:52.485Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-09-17T01:39:52.485Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-17T01:39:52.485Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-17T01:39:52.485Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:39:52.487Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:39:52.487Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842792485,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-17T01:39:52.587Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:39:52.588Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:39:52.588Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:39:52.599Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:39:52.600Z||pool-111-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:39:53.488Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: afdc4fe3-3d14-4543-9ff2-e8f28910fa45
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-17T01:39:53.493Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: afdc4fe3-3d14-4543-9ff2-e8f28910fa45
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-17T01:39:53.494Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-17T01:39:53.494Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-17T01:39:53.494Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-17T01:39:56.932Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:39:56.932Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:39:56.932Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:39:56.961Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:39:56.962Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.962Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842619123,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:39:56.963Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:39:56.963Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.963Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842622715,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:39:56.963Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:39:56.963Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.963Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842624422,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:39:56.963Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:39:56.963Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.963Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842626782,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:39:56.963Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:39:56.963Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.963Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842627870,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-17T01:39:56.963Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:39:56.964Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.964Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842628873,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-17T01:39:56.964Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:39:56.964Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.964Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842629878,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-17T01:39:56.964Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:39:56.964Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.964Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842630882,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-17T01:39:56.964Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:39:56.964Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.964Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "aai-ml",
  "timestamp": 1631842640068,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:56.964Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:56.964Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.964Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631842644012,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:56.964Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:56.964Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.964Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842638729,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:56.964Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:56.964Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.964Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "cds",
  "timestamp": 1631842638332,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:56.965Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:56.965Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.965Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "policy-id",
  "timestamp": 1631842644986,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:56.965Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:56.965Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.965Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "cds",
  "timestamp": 1631842638332,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:56.965Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:56.965Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.965Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "aai-ml",
  "timestamp": 1631842640068,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:56.965Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:56.965Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.965Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631842644012,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:56.965Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:56.965Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.965Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842638729,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:56.965Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:56.965Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.965Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "policy-id",
  "timestamp": 1631842644986,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:56.965Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:56.965Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.965Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "aai-ml",
  "timestamp": 1631842640068,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:56.966Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:56.966Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.966Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "cds",
  "timestamp": 1631842638332,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:56.966Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:56.966Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.966Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631842644012,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:56.966Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:56.966Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.966Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842638729,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:56.966Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:56.966Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.966Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "policy-id",
  "timestamp": 1631842644986,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:56.966Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:56.966Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.966Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631842644012,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:56.966Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:56.966Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.966Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "aai-ml",
  "timestamp": 1631842640068,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:56.966Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:56.966Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.966Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "cds",
  "timestamp": 1631842638332,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:56.966Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:56.967Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.967Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842638729,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:56.967Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:56.967Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.967Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "policy-id",
  "timestamp": 1631842644986,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:56.967Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:56.967Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.967Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842648932,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:56.967Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:56.967Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.967Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "aai-ml",
  "timestamp": 1631842640068,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:56.967Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:56.967Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.967Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "cds",
  "timestamp": 1631842638332,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:56.967Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:56.967Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.967Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631842644012,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:56.968Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:56.968Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.968Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842638729,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:56.968Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:56.968Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.968Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "policy-id",
  "timestamp": 1631842644986,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:56.968Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:56.968Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.968Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842648932,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:56.968Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:56.968Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.968Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "aai-ml",
  "timestamp": 1631842640068,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:56.968Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:56.968Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.968Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631842644012,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:56.968Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:56.968Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.968Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "cds",
  "timestamp": 1631842638332,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:56.968Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:56.968Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.968Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842638729,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:56.968Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "policy-id",
  "timestamp": 1631842644986,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842648932,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "cds",
  "timestamp": 1631842638332,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631842644012,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-17T01:39:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "aai-ml",
  "timestamp": 1631842640068,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842638729,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "policy-id",
  "timestamp": 1631842644986,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842648932,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "cds",
  "timestamp": 1631842638332,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "aai-ml",
  "timestamp": 1631842640068,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631842644012,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842638729,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "policy-id",
  "timestamp": 1631842644986,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:56.971Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:56.971Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.971Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842648932,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:56.971Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:56.971Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.971Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "dcae-sch",
  "timestamp": 1631842653687,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:56.971Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:56.971Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.971Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "cds",
  "timestamp": 1631842638332,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:39:56.971Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:56.971Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.971Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "aai-ml",
  "timestamp": 1631842640068,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:39:56.971Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:56.971Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.971Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631842644012,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:56.971Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:56.971Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.971Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842638729,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:39:56.971Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:56.972Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.972Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "policy-id",
  "timestamp": 1631842644986,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:39:56.972Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:56.972Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.972Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842648932,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:56.972Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:56.972Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.972Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "dcae-sch",
  "timestamp": 1631842653687,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:56.972Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:56.972Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.972Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842648932,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:56.972Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:56.972Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.972Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "dcae-sch",
  "timestamp": 1631842653687,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:56.972Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:56.972Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.972Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842648932,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:56.972Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:56.972Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.972Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "policy-id",
  "timestamp": 1631842656929,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:39:56.972Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:39:56.973Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.973Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "aai-ml",
  "timestamp": 1631842656981,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:39:56.973Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:39:56.973Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.973Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631842657018,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:39:56.973Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:39:56.973Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.973Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "cds",
  "timestamp": 1631842657219,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:39:56.973Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:39:56.973Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.973Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842657240,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:39:56.973Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:39:56.973Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.973Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "dcae-sch",
  "timestamp": 1631842653687,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:56.973Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:56.973Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.973Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842648932,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:39:56.973Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:56.973Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.973Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "policy-id",
  "timestamp": 1631842657932,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-17T01:39:56.973Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:39:56.974Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.974Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631842658041,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-17T01:39:56.974Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:39:56.974Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.974Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "clamp",
  "timestamp": 1631842657687,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:56.974Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:56.974Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.974Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "dcae-sch",
  "timestamp": 1631842653687,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:56.974Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:56.974Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.974Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "cds",
  "timestamp": 1631842658593,
  "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-09-17T01:39:56.977Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of afdc4fe3-3d14-4543-9ff2-e8f28910fa45
2021-09-17T01:39:56.977Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId afdc4fe3-3d14-4543-9ff2-e8f28910fa45 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:39:56.982Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.982Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "policy-id",
  "timestamp": 1631842658935,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:39:56.984Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of afdc4fe3-3d14-4543-9ff2-e8f28910fa45
2021-09-17T01:39:56.984Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId afdc4fe3-3d14-4543-9ff2-e8f28910fa45 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:39:56.988Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.988Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631842659043,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:39:56.990Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of afdc4fe3-3d14-4543-9ff2-e8f28910fa45
2021-09-17T01:39:56.990Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId afdc4fe3-3d14-4543-9ff2-e8f28910fa45 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:39:56.995Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.995Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842659189,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-17T01:39:56.995Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:39:56.995Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.995Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "clamp",
  "timestamp": 1631842657687,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:56.995Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:56.995Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.995Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "dcae-sch",
  "timestamp": 1631842653687,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:56.995Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:56.995Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:56.996Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842660192,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:39:56.998Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of afdc4fe3-3d14-4543-9ff2-e8f28910fa45
2021-09-17T01:39:56.998Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId afdc4fe3-3d14-4543-9ff2-e8f28910fa45 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:39:57.002Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:57.002Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "clamp",
  "timestamp": 1631842657687,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:57.002Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:57.002Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:57.002Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "dcae-sch",
  "timestamp": 1631842653687,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:57.002Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:57.002Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:57.002Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "clamp",
  "timestamp": 1631842657687,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:57.002Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:57.002Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:57.002Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "dcae-sch",
  "timestamp": 1631842653687,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:57.002Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:57.002Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:57.002Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "aai-ml",
  "timestamp": 1631842662117,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-17T01:39:57.002Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:39:57.002Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:57.002Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "clamp",
  "timestamp": 1631842657687,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:57.003Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:57.003Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:57.003Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "dcae-sch",
  "timestamp": 1631842653687,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:57.003Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:57.003Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:57.003Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "aai-ml",
  "timestamp": 1631842663121,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:39:57.005Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of afdc4fe3-3d14-4543-9ff2-e8f28910fa45
2021-09-17T01:39:57.005Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId afdc4fe3-3d14-4543-9ff2-e8f28910fa45 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:39:57.009Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:57.009Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "clamp",
  "timestamp": 1631842657687,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:57.009Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:57.009Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:57.009Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "clamp",
  "timestamp": 1631842657687,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:57.009Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:57.009Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:57.009Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "clamp",
  "timestamp": 1631842657687,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:39:57.009Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:39:57.010Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:39:57.010Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "clamp",
  "timestamp": 1631842657687,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:39:57.010Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:23.495Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: afdc4fe3-3d14-4543-9ff2-e8f28910fa45
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-17T01:40:23.500Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: afdc4fe3-3d14-4543-9ff2-e8f28910fa45
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-17T01:40:23.501Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-17T01:40:23.501Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-17T01:40:23.501Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-17T01:40:23.501Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-17T01:40:23.501Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-17T01:40:23.501Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-17T01:40:23.502Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-17T01:40:23.502Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-17T01:40:23.502Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-17T01:40:23.502Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-17T01:40:23.502Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:40:23.504Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-17T01:40:53.504Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: afdc4fe3-3d14-4543-9ff2-e8f28910fa45 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-17T01:40:53.510Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: afdc4fe3-3d14-4543-9ff2-e8f28910fa45 and serviceModelVersionId: 613b0995-3773-4839-86d0-2aac4f9adb4b
2021-09-17T01:40:53.510Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c112441d-7f99-4d22-add8-91503a0afac7
2021-09-17T01:40:53.511Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c112441d-7f99-4d22-add8-91503a0afac7/model-vers/model-ver/613b0995-3773-4839-86d0-2aac4f9adb4b?depth=0
2021-09-17T01:40:53.515Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-09-17T01:40:53.543Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c112441d-7f99-4d22-add8-91503a0afac7/model-vers/model-ver/613b0995-3773-4839-86d0-2aac4f9adb4b?depth=0|INFO|500||Invoke
2021-09-17T01:40:53.543Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c112441d-7f99-4d22-add8-91503a0afac7/model-vers/model-ver/613b0995-3773-4839-86d0-2aac4f9adb4b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c112441d-7f99-4d22-add8-91503a0afac7/model-vers/model-ver/613b0995-3773-4839-86d0-2aac4f9adb4b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[afdc4fe3-3d14-4543-9ff2-e8f28910fa45], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6649d9c2-5373-40b6-8a24-b1c026b2eb56], X-ECOMP-RequestID=[afdc4fe3-3d14-4543-9ff2-e8f28910fa45], X-TransactionId=[], X-ONAP-RequestID=[afdc4fe3-3d14-4543-9ff2-e8f28910fa45], Content-Type=[application/merge-patch+json]}
2021-09-17T01:40:53.560Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c112441d-7f99-4d22-add8-91503a0afac7/model-vers/model-ver/613b0995-3773-4839-86d0-2aac4f9adb4b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-17T01:40:53.632Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c112441d-7f99-4d22-add8-91503a0afac7/model-vers/model-ver/613b0995-3773-4839-86d0-2aac4f9adb4b?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/c112441d-7f99-4d22-add8-91503a0afac7/model-vers/model-ver/613b0995-3773-4839-86d0-2aac4f9adb4b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210917-01:40:53:566-69568], vertex-id=[340072], Content-Length=[0], Date=[Fri, 17 Sep 2021 01:40:53 GMT], Content-Type=[application/json]}
2021-09-17T01:40:53.632Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c112441d-7f99-4d22-add8-91503a0afac7/model-vers/model-ver/613b0995-3773-4839-86d0-2aac4f9adb4b?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-17T01:40:53.633Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c112441d-7f99-4d22-add8-91503a0afac7/model-vers/model-ver/613b0995-3773-4839-86d0-2aac4f9adb4b?depth=0|INFO|500||InvokeReturn
2021-09-17T01:40:53.633Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-17T01:40:53.633Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-17T01:40:53.637Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-17T01:40:53.637Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID afdc4fe3-3d14-4543-9ff2-e8f28910fa45 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-17T01:40:53.637Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-17T01:40:53.637Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:40:53.638Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:40:53.639Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842853637,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-17T01:40:53.739Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:40:53.739Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:40:53.740Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:40:53.753Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:40:53.753Z||pool-112-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-17T01:40:54.648Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-17T01:40:54.648Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"5f86bf63-8468-4187-8cb4-e8beb7c9dfc1","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"639af210-4140-4b51-8024-3d289d2e6952","serviceDescription":"service","serviceInvariantUUID":"2e0dd72f-8cd9-49fd-9e3f-579a419ff0b7","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e9169cac-e389-49b6-aeb9-d28e29d11d7c","resourceInvariantUUID":"6589bf3d-08fc-4ca1-aff2-f6a9027089e6","resourceCustomizationUUID":"751d52e9-fa22-43f7-b152-3ee6fc884135","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":"NDAwZTA2MTMwZWZjNGNkNDIyN2MyMjY2YWQ5MjRiMWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8991181c-a8d8-4e49-b06c-595c8cf7efb7","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":"245c193c-9019-4230-996b-3c100fd1976a","artifactVersion":"2","generatedFromUUID":"a2ad9fe1-d986-4ca4-bb42-28a2ce267ff7"},{"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":"a2ad9fe1-d986-4ca4-bb42-28a2ce267ff7","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":"M2IxNGE0YTQwZmQzZjUxNzNkMjNhMWViNzQ5YzczZjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1a6e91a2-d31d-4178-8628-39b11b8f05c4","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":"99119f19-afac-4290-ab58-4237bb98725d","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":"409d066b-8f74-4fda-98db-acf2f78de8e0","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":"990b855a-30b7-4126-ba67-df0383183c6b","artifactVersion":"2","generatedFromUUID":"99119f19-afac-4290-ab58-4237bb98725d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YzYwMzgxNmFjZWM4MzQ2ZTcxNjU4ZDYyZTA0YzBlNTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"aebd8852-7fe1-4825-a9b1-e20e2eb1219b","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MDRiNzZjYTAwZmY5ZjVjYzU5MTY1MmVmMGJjM2ZkZGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6a15cca3-d325-4aa1-b520-aa36bf521cf7","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-17T01:40:54.648Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:40:54.648Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:40:54.650Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:40:54.650Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842723346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:54.750Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:40:54.751Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:40:54.751Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:40:54.761Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:40:54.762Z||pool-113-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:40:55.650Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:40:55.651Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:40:55.652Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:40:55.652Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842723346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-17T01:40:55.753Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:40:55.753Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:40:55.754Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:40:55.766Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:40:55.766Z||pool-114-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:40:56.653Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:40:56.654Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:40:56.655Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:40:56.655Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842723346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-17T01:40:56.755Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:40:56.756Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:40:56.756Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:40:56.768Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:40:56.768Z||pool-115-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:40:56.932Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:40:56.932Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:40:56.932Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:40:56.955Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:40:56.957Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.957Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "clamp",
  "timestamp": 1631842678961,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:40:56.958Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:40:56.958Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.958Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "clamp",
  "timestamp": 1631842680968,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-17T01:40:56.958Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:40:56.958Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.958Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "clamp",
  "timestamp": 1631842681970,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:40:56.962Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of afdc4fe3-3d14-4543-9ff2-e8f28910fa45
2021-09-17T01:40:56.962Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId afdc4fe3-3d14-4543-9ff2-e8f28910fa45 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:40:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631842704012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842698729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "cds",
  "timestamp": 1631842698332,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "aai-ml",
  "timestamp": 1631842700068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:56.969Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "policy-id",
  "timestamp": 1631842704986,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631842704012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "cds",
  "timestamp": 1631842698332,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842698729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:56.970Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.971Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "aai-ml",
  "timestamp": 1631842700068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:56.971Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:56.971Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.971Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "policy-id",
  "timestamp": 1631842704986,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:56.971Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:56.971Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.971Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631842704012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:56.971Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:56.971Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.971Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "cds",
  "timestamp": 1631842698332,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:56.971Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:56.971Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.971Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842698729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:56.971Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:56.971Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.971Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "aai-ml",
  "timestamp": 1631842700068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:56.971Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:56.972Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.972Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "policy-id",
  "timestamp": 1631842704986,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:56.972Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:56.972Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.972Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631842704012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:56.972Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:56.972Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.972Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "aai-ml",
  "timestamp": 1631842700068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:56.972Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:56.972Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.972Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "cds",
  "timestamp": 1631842698332,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:56.972Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:56.972Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.972Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842698729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:56.972Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:56.972Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.972Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "policy-id",
  "timestamp": 1631842704986,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:56.973Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:56.973Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.973Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631842704012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:56.973Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:56.973Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.973Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "aai-ml",
  "timestamp": 1631842700068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:56.973Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:56.973Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.973Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "cds",
  "timestamp": 1631842698332,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:56.973Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:56.973Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.973Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842698729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:56.973Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:56.973Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.973Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842708932,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:56.973Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:56.974Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.974Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "policy-id",
  "timestamp": 1631842704986,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-17T01:40:56.974Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:56.974Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.974Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631842704012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:56.974Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:56.974Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.974Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "aai-ml",
  "timestamp": 1631842700068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:56.974Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:56.974Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.974Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842698729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:56.974Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:56.974Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.974Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "cds",
  "timestamp": 1631842698332,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:56.974Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:56.975Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.975Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842708932,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-17T01:40:56.975Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:56.975Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.975Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "policy-id",
  "timestamp": 1631842704986,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:56.975Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:56.975Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.975Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "cds",
  "timestamp": 1631842698332,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:56.975Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:56.975Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.975Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "aai-ml",
  "timestamp": 1631842700068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:56.975Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:56.975Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.975Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631842704012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:56.975Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:56.975Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.976Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842698729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:56.976Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:56.976Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.976Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842708932,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-17T01:40:56.976Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:56.976Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.976Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "policy-id",
  "timestamp": 1631842704986,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:56.976Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:56.976Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.976Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631842704012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:56.976Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:56.976Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.976Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "aai-ml",
  "timestamp": 1631842700068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:56.976Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:56.976Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.976Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "cds",
  "timestamp": 1631842698332,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:56.976Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:56.977Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.977Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842698729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:56.977Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:56.977Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.977Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842708932,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-17T01:40:56.977Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:56.977Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.977Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "policy-id",
  "timestamp": 1631842704986,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:56.977Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:56.977Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.977Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "cds",
  "timestamp": 1631842698332,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:40:56.977Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:56.977Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.977Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "aai-ml",
  "timestamp": 1631842700068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:40:56.977Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:56.977Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.977Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631842704012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:56.978Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:56.978Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.978Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842698729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:40:56.978Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:56.978Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.978Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842708932,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-17T01:40:56.978Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:56.978Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.978Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "policy-id",
  "timestamp": 1631842704986,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:40:56.978Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:56.978Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.978Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842714283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:40:56.978Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:40:56.978Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.978Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "cds",
  "timestamp": 1631842714286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:40:56.978Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:40:56.979Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.979Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "aai-ml",
  "timestamp": 1631842714281,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:40:56.979Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:40:56.979Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.979Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "dcae-sch",
  "timestamp": 1631842713687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:56.979Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:56.979Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.979Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842708932,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:56.979Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:56.979Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.979Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "cds",
  "timestamp": 1631842715290,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:40:56.989Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5f86bf63-8468-4187-8cb4-e8beb7c9dfc1
2021-09-17T01:40:56.990Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f86bf63-8468-4187-8cb4-e8beb7c9dfc1 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:40:56.995Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.995Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "dcae-sch",
  "timestamp": 1631842713687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:56.995Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:56.996Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.996Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842708932,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-17T01:40:56.996Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:56.996Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.996Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "policy-id",
  "timestamp": 1631842716219,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:40:56.996Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:40:56.996Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.996Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "dcae-sch",
  "timestamp": 1631842713687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:56.996Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:56.996Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.996Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842708932,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:56.996Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:56.996Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.996Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842716850,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-17T01:40:56.996Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:40:56.996Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.996Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "policy-id",
  "timestamp": 1631842717222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-17T01:40:56.997Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:40:56.997Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.997Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "dcae-sch",
  "timestamp": 1631842713687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:56.997Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:56.997Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.997Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842708932,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:40:56.997Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:56.997Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:56.997Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631842717853,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:40:57.000Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5f86bf63-8468-4187-8cb4-e8beb7c9dfc1
2021-09-17T01:40:57.000Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f86bf63-8468-4187-8cb4-e8beb7c9dfc1 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:40:57.006Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:57.006Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "policy-id",
  "timestamp": 1631842718225,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:40:57.010Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5f86bf63-8468-4187-8cb4-e8beb7c9dfc1
2021-09-17T01:40:57.010Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f86bf63-8468-4187-8cb4-e8beb7c9dfc1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:40:57.015Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:57.016Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "clamp",
  "timestamp": 1631842717687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:57.016Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:57.016Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:57.016Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "dcae-sch",
  "timestamp": 1631842713687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:57.016Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:57.016Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:57.016Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "clamp",
  "timestamp": 1631842717687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:57.016Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:57.016Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:57.016Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "dcae-sch",
  "timestamp": 1631842713687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:57.017Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:57.017Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:57.017Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842720024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:40:57.017Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:40:57.017Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:57.017Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "clamp",
  "timestamp": 1631842717687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:57.017Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:57.017Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:57.017Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "dcae-sch",
  "timestamp": 1631842713687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:57.018Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:57.018Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:57.018Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "clamp",
  "timestamp": 1631842717687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-17T01:40:57.018Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:57.018Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:57.018Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "dcae-sch",
  "timestamp": 1631842713687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:57.018Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:57.018Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:57.018Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "clamp",
  "timestamp": 1631842717687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:57.018Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:57.019Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:57.019Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c4dab4f-9646-4c5b-a65d-09063872435b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842722336,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-17T01:40:57.019Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:40:57.019Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:57.019Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "dcae-sch",
  "timestamp": 1631842713687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:57.019Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:57.019Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:57.019Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842722828,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:40:57.019Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:40:57.020Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:57.020Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "clamp",
  "timestamp": 1631842717687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:57.020Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:57.020Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:57.020Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "aai-ml",
  "timestamp": 1631842723719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-17T01:40:57.020Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:40:57.020Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:57.020Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "clamp",
  "timestamp": 1631842717687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:57.020Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:57.020Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:57.021Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "aai-ml",
  "timestamp": 1631842724722,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:40:57.024Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5f86bf63-8468-4187-8cb4-e8beb7c9dfc1
2021-09-17T01:40:57.024Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f86bf63-8468-4187-8cb4-e8beb7c9dfc1 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:40:57.030Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:57.030Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842724987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:40:57.030Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:40:57.030Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:57.030Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "clamp",
  "timestamp": 1631842717687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:57.031Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:57.031Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:57.031Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "clamp",
  "timestamp": 1631842717687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:40:57.031Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:57.031Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:57.031Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842726801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:40:57.031Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:40:57.031Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:57.031Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842723346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:57.032Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:57.032Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:57.032Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842727844,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:40:57.035Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5f86bf63-8468-4187-8cb4-e8beb7c9dfc1
2021-09-17T01:40:57.035Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f86bf63-8468-4187-8cb4-e8beb7c9dfc1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-17T01:40:57.041Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:57.041Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842723346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-17T01:40:57.041Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:57.041Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:57.042Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631842728847,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-17T01:40:57.042Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:40:57.042Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:57.042Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842723346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-17T01:40:57.042Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:57.042Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:57.042Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842723346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:57.043Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:57.043Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:57.043Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842723346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-17T01:40:57.043Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:57.043Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:57.043Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842723346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:57.043Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:57.043Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:57.044Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "clamp",
  "timestamp": 1631842732968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:40:57.044Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:40:57.044Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:57.044Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842723346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:57.044Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:57.044Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:57.044Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842723346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:40:57.044Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:40:57.044Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:57.045Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "clamp",
  "timestamp": 1631842734974,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-17T01:40:57.045Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:40:57.045Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:40:57.045Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "clamp",
  "timestamp": 1631842735977,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:40:57.049Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5f86bf63-8468-4187-8cb4-e8beb7c9dfc1
2021-09-17T01:40:57.049Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f86bf63-8468-4187-8cb4-e8beb7c9dfc1 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:40:57.656Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:40:57.656Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:40:57.658Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:40:57.658Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842723346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-17T01:40:57.758Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:40:57.759Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:40:57.759Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:40:57.774Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:40:57.774Z||pool-116-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:40:58.658Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:40:58.659Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:40:58.661Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:40:58.661Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842723346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-17T01:40:58.761Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:40:58.761Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:40:58.762Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:40:58.773Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:40:58.773Z||pool-117-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:40:59.661Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:40:59.662Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:40:59.664Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:40:59.664Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842723346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:40:59.764Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:40:59.765Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:40:59.765Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:40:59.777Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:40:59.777Z||pool-118-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:41:00.665Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:41:00.666Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:41:00.667Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:41:00.668Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842723346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-17T01:41:00.768Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:41:00.769Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:41:00.769Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:41:00.779Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:41:00.779Z||pool-119-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:41:01.668Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:41:01.669Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:41:01.670Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:41:01.670Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842723346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:41:01.771Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-17T01:41:01.771Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:41:01.771Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:41:01.781Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:41:01.781Z||pool-120-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:41:02.671Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:41:02.672Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:41:02.673Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:41:02.673Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842723346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:41:02.773Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:41:02.774Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:41:02.774Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:41:02.788Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:41:02.789Z||pool-121-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:41:03.675Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "639af210-4140-4b51-8024-3d289d2e6952",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2e0dd72f-8cd9-49fd-9e3f-579a419ff0b7",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "751d52e9-fa22-43f7-b152-3ee6fc884135",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e9169cac-e389-49b6-aeb9-d28e29d11d7c",
      "resourceInvariantUUID": "6589bf3d-08fc-4ca1-aff2-f6a9027089e6",
      "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": "245c193c-9019-4230-996b-3c100fd1976a",
          "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": "a2ad9fe1-d986-4ca4-bb42-28a2ce267ff7",
          "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": "M2IxNGE0YTQwZmQzZjUxNzNkMjNhMWViNzQ5YzczZjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1a6e91a2-d31d-4178-8628-39b11b8f05c4",
          "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": "99119f19-afac-4290-ab58-4237bb98725d",
          "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": "990b855a-30b7-4126-ba67-df0383183c6b",
            "generatedFromUUID": "99119f19-afac-4290-ab58-4237bb98725d"
          },
          "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": "990b855a-30b7-4126-ba67-df0383183c6b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MDRiNzZjYTAwZmY5ZjVjYzU5MTY1MmVmMGJjM2ZkZGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6a15cca3-d325-4aa1-b520-aa36bf521cf7"
    }
  ],
  "workloadContext": "Production"
}
2021-09-17T01:41:03.675Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-17T01:41:03.675Z|afdc4fe3-3d14-4543-9ff2-e8f28910fa45|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 639af210-4140-4b51-8024-3d289d2e6952 ASDC
2021-09-17T01:41:03.676Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:5f86bf63-8468-4187-8cb4-e8beb7c9dfc1
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:639af210-4140-4b51-8024-3d289d2e6952
ServiceInvariantUUID:2e0dd72f-8cd9-49fd-9e3f-579a419ff0b7
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:6a15cca3-d325-4aa1-b520-aa36bf521cf7
ArtifactChecksum:MDRiNzZjYTAwZmY5ZjVjYzU5MTY1MmVmMGJjM2ZkZGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:751d52e9-fa22-43f7-b152-3ee6fc884135
ResourceInvariantUUID:6589bf3d-08fc-4ca1-aff2-f6a9027089e6
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:e9169cac-e389-49b6-aeb9-d28e29d11d7c
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:245c193c-9019-4230-996b-3c100fd1976a
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:a2ad9fe1-d986-4ca4-bb42-28a2ce267ff7
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:1a6e91a2-d31d-4178-8628-39b11b8f05c4
ArtifactChecksum:M2IxNGE0YTQwZmQzZjUxNzNkMjNhMWViNzQ5YzczZjQ=
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:99119f19-afac-4290-ab58-4237bb98725d
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:990b855a-30b7-4126-ba67-df0383183c6b
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:990b855a-30b7-4126-ba67-df0383183c6b
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-17T01:41:03.676Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 639af210-4140-4b51-8024-3d289d2e6952 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-17T01:41:03.705Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-17T01:41:03.706Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-17T01:41:03.706Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-17T01:41:03.706Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6a15cca3-d325-4aa1-b520-aa36bf521cf7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-17T01:41:03.706Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-09-17T01:41:03.707Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-17T01:41:04.223Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-09-17T01:41:04.226Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 6a15cca3-d325-4aa1-b520-aa36bf521cf7 68764
2021-09-17T01:41:04.226Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-09-17T01:41:04.226Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-17T01:41:04.226Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-17T01:41:04.226Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:41:04.228Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:41:04.229Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842864226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:41:04.329Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:41:04.330Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:41:04.330Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:41:04.341Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:41:04.342Z||pool-122-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:41:05.229Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-17T01:41:05.231Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-17T01:41:05.231Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 6a15cca3-d325-4aa1-b520-aa36bf521cf7, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-17T01:41:05.232Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-09-17T01:41:05.232Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-17T01:41:05.232Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-17T01:41:05.358Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13897145050350338728/Definitions/service-BasicCnf-template.yml
2021-09-17T01:41:06.335Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-17T01:41:06.335Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-09-17T01:41:06.336Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-17T01:41:06.336Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-09-17T01:41:06.336Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-17T01:41:06.336Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-17T01:41:06.336Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-17T01:41:06.336Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-17T01:41:06.336Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-09-17T01:41:06.336Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:41:06.337Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:41:06.337Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-17T01:41:06.338Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-09-17T01:41:06.338Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-17T01:41:06.338Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:41:06.338Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:41:06.338Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-17T01:41:06.338Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-09-17T01:41:06.338Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-17T01:41:06.338Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:41:06.338Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:41:06.339Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:41:06.339Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-17T01:41:06.339Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-09-17T01:41:06.339Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria
2021-09-17T01:41:06.339Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-17T01:41:06.339Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:41:06.339Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-17T01:41:06.339Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:41:06.339Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-17T01:41:06.339Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-17T01:41:06.340Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:41:06.340Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-17T01:41:06.340Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-17T01:41:06.340Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:41:06.340Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-17T01:41:06.340Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-17T01:41:06.341Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:41:06.341Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-17T01:41:06.341Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-09-17T01:41:06.341Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=abead3ff-34c2-418d-b39d-57ade5eb991a
2021-09-17T01:41:06.341Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:41:06.341Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:41:06.341Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:41:06.341Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:41:06.341Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:41:06.341Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:41:06.342Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:41:06.342Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:41:06.342Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:639af210-4140-4b51-8024-3d289d2e6952
Model Version:NULL
Model InvariantUuid:2e0dd72f-8cd9-49fd-9e3f-579a419ff0b7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:f9732ece-3a8b-4f29-abd9-7b6d24deadbc
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6589bf3d-08fc-4ca1-aff2-f6a9027089e6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:751d52e9-fa22-43f7-b152-3ee6fc884135
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ba7afaca-ce2f-4763-a847-a68bef5abef2
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:2d1a2c70-77fb-479c-a7f4-74910026d41d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:abead3ff-34c2-418d-b39d-57ade5eb991a
ModelInvariantUuid:7fc582b2-c473-4bcc-864d-356b682c83b5
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:5c4e3ed4-12e7-4059-80fd-d81e5653b140
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:286bc80f-c631-47ea-9e0e-7980ab4be330
ModelInvariantUuid:4c3e922d-ac9a-4d26-8b01-f061197cc118
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:afb69747-6f3b-42df-b684-ff28974d677b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-17T01:41:06.348Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: e9169cac-e389-49b6-aeb9-d28e29d11d7c
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-17T01:41:06.350Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||basic_cnf 0
2021-09-17T01:41:06.350Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e9169cac-e389-49b6-aeb9-d28e29d11d7c
2021-09-17T01:41:06.351Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 245c193c-9019-4230-996b-3c100fd1976a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-09-17T01:41:06.351Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-09-17T01:41:06.351Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-09-17T01:41:07.004Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-09-17T01:41:07.004Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 245c193c-9019-4230-996b-3c100fd1976a 12
2021-09-17T01:41:07.004Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-09-17T01:41:07.004Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-09-17T01:41:07.005Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-17T01:41:07.005Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:41:07.007Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:41:07.007Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842867004,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:41:07.107Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:41:07.108Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:41:07.108Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:41:07.120Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:41:07.120Z||pool-123-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-17T01:41:08.008Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a2ad9fe1-d986-4ca4-bb42-28a2ce267ff7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-09-17T01:41:08.008Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-09-17T01:41:08.008Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-09-17T01:41:09.500Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-09-17T01:41:09.501Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz a2ad9fe1-d986-4ca4-bb42-28a2ce267ff7 2688
2021-09-17T01:41:09.501Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-09-17T01:41:09.501Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-09-17T01:41:09.501Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-17T01:41:09.501Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:41:09.503Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:41:09.503Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842869501,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:41:09.603Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:41:09.604Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:41:09.604Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:41:09.615Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:41:09.615Z||pool-124-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:41:10.504Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1a6e91a2-d31d-4178-8628-39b11b8f05c4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-17T01:41:10.504Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-09-17T01:41:10.504Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-17T01:41:11.004Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-09-17T01:41:11.004Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 1a6e91a2-d31d-4178-8628-39b11b8f05c4 828
2021-09-17T01:41:11.004Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-09-17T01:41:11.005Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-17T01:41:11.005Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-17T01:41:11.005Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:41:11.007Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:41:11.007Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842871004,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:41:11.107Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:41:11.108Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:41:11.108Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:41:11.119Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:41:11.119Z||pool-125-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:41:12.008Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "ba7afaca-ce2f-4763-a847-a68bef5abef2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2d1a2c70-77fb-479c-a7f4-74910026d41d",
    "vfModuleModelCustomizationUUID": "f5d914b2-2cf7-404b-b08c-af8174b21caf",
    "isBase": true,
    "artifacts": [
      "99119f19-afac-4290-ab58-4237bb98725d",
      "a2ad9fe1-d986-4ca4-bb42-28a2ce267ff7",
      "990b855a-30b7-4126-ba67-df0383183c6b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-17T01:41:12.013Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2d1a2c70-77fb-479c-a7f4-74910026d41d
VfModuleModelInvariantUUID:ba7afaca-ce2f-4763-a847-a68bef5abef2
VfModuleModelDescription:NULL
Artifacts UUID List:{
99119f19-afac-4290-ab58-4237bb98725d
,
a2ad9fe1-d986-4ca4-bb42-28a2ce267ff7
,
990b855a-30b7-4126-ba67-df0383183c6b

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_dummy
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-09-17T01:41:12.016Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "ba7afaca-ce2f-4763-a847-a68bef5abef2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2d1a2c70-77fb-479c-a7f4-74910026d41d",
    "vfModuleModelCustomizationUUID": "f5d914b2-2cf7-404b-b08c-af8174b21caf",
    "isBase": true,
    "artifacts": [
      "99119f19-afac-4290-ab58-4237bb98725d",
      "a2ad9fe1-d986-4ca4-bb42-28a2ce267ff7",
      "990b855a-30b7-4126-ba67-df0383183c6b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-17T01:41:12.017Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2d1a2c70-77fb-479c-a7f4-74910026d41d
VfModuleModelInvariantUUID:ba7afaca-ce2f-4763-a847-a68bef5abef2
VfModuleModelDescription:NULL
Artifacts UUID List:{
99119f19-afac-4290-ab58-4237bb98725d
,
a2ad9fe1-d986-4ca4-bb42-28a2ce267ff7
,
990b855a-30b7-4126-ba67-df0383183c6b

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_dummy
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-09-17T01:41:12.017Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 99119f19-afac-4290-ab58-4237bb98725d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-17T01:41:12.017Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-09-17T01:41:12.017Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-17T01:41:12.466Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-09-17T01:41:12.466Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 99119f19-afac-4290-ab58-4237bb98725d 1164
2021-09-17T01:41:12.466Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-09-17T01:41:12.467Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-17T01:41:12.467Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-17T01:41:12.467Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:41:12.469Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:41:12.469Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842872466,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:41:12.569Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:41:12.569Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:41:12.570Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:41:12.582Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:41:12.582Z||pool-126-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:41:13.470Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 990b855a-30b7-4126-ba67-df0383183c6b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-17T01:41:13.470Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-09-17T01:41:13.470Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-17T01:41:13.629Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-09-17T01:41:13.630Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 990b855a-30b7-4126-ba67-df0383183c6b 200
2021-09-17T01:41:13.630Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-09-17T01:41:13.630Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-17T01:41:13.630Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-17T01:41:13.631Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:41:13.634Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:41:13.634Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842873630,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:41:13.734Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:41:13.734Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:41:13.735Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:41:13.746Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:41:13.746Z||pool-127-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:41:14.635Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 639af210-4140-4b51-8024-3d289d2e6952
2021-09-17T01:41:14.635Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 e9169cac-e389-49b6-aeb9-d28e29d11d7c ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2021-09-17T01:41:14.647Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-17T01:41:14.650Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1b04dc48, org.onap.sdc.toscaparser.api.parameters.Input@5f4052a2, org.onap.sdc.toscaparser.api.parameters.Input@3ea95fbb, org.onap.sdc.toscaparser.api.parameters.Input@441d844e, org.onap.sdc.toscaparser.api.parameters.Input@7946e619]
2021-09-17T01:41:14.651Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:41:14.651Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:41:14.651Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2021-09-17T01:41:14.651Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 751d52e9-fa22-43f7-b152-3ee6fc884135
2021-09-17T01:41:14.652Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 751d52e9-fa22-43f7-b152-3ee6fc884135 matches Tosca VF Customization UUID: 751d52e9-fa22-43f7-b152-3ee6fc884135
2021-09-17T01:41:14.652Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 751d52e9-fa22-43f7-b152-3ee6fc884135  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-17T01:41:14.653Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:41:14.653Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:41:14.654Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 751d52e9-fa22-43f7-b152-3ee6fc884135: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2021-09-17T01:41:14.654Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@787968d3
2021-09-17T01:41:14.654Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:41:14.654Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-17T01:41:14.654Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f5d914b2-2cf7-404b-b08c-af8174b21caf
2021-09-17T01:41:14.654Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f5d914b2-2cf7-404b-b08c-af8174b21caf
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-17T01:41:14.656Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:41:14.656Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-17T01:41:14.656Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-17T01:41:14.656Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:41:14.657Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-17T01:41:14.657Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-17T01:41:14.657Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:41:14.657Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-17T01:41:14.657Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-09-17T01:41:14.657Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=abead3ff-34c2-418d-b39d-57ade5eb991a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-17T01:41:14.659Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:41:14.659Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-17T01:41:14.659Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-17T01:41:14.659Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:41:14.659Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-17T01:41:14.660Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=751d52e9-fa22-43f7-b152-3ee6fc884135
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-17T01:41:14.661Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:41:14.661Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:41:14.661Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 639af210-4140-4b51-8024-3d289d2e6952: basic_cnf
2021-09-17T01:41:14.661Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:41:14.661Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:41:14.661Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:41:14.662Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:41:14.662Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:41:14.662Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:41:14.662Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:41:14.662Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:41:14.662Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-17T01:41:14.663Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:41:14.663Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:41:14.723Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf e9169cac-e389-49b6-aeb9-d28e29d11d7c 1 ASDC deployResourceStructure
2021-09-17T01:41:14.724Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-09-17T01:41:14.724Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2021-09-17T01:41:14.724Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-09-17T01:41:14.724Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:41:14.726Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:41:14.726Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842874723,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-09-17T01:41:14.827Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:41:14.827Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:41:14.827Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:41:14.837Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:41:14.838Z||pool-128-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:41:15.727Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-09-17T01:41:15.727Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2021-09-17T01:41:15.728Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-09-17T01:41:15.728Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:41:15.729Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:41:15.730Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842875726,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-09-17T01:41:15.830Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:41:15.830Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:41:15.831Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:41:15.840Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:41:15.841Z||pool-129-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:41:16.730Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-09-17T01:41:16.731Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-17T01:41:16.731Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-17T01:41:16.731Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:41:16.733Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:41:16.733Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842876730,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-17T01:41:16.833Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:41:16.834Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:41:16.834Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:41:16.847Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:41:16.848Z||pool-130-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-09-17T01:41:17.734Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-09-17T01:41:17.734Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-17T01:41:17.734Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-17T01:41:17.734Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:41:17.736Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:41:17.736Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842877733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-09-17T01:41:17.836Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:41:17.837Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:41:17.837Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:41:17.848Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:41:17.849Z||pool-131-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:41:18.737Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-09-17T01:41:18.738Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-17T01:41:18.738Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-17T01:41:18.738Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:41:18.753Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:41:18.753Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842878737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-09-17T01:41:18.841Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2021-09-17T01:41:18.842Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:41:18.842Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:41:18.853Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:41:18.854Z||pool-132-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:41:19.754Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-09-17T01:41:19.754Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-17T01:41:19.754Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-17T01:41:19.754Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:41:19.756Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:41:19.756Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842879754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-17T01:41:19.856Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:41:19.857Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:41:19.857Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:41:19.869Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:41:19.869Z||pool-133-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:41:20.757Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5f86bf63-8468-4187-8cb4-e8beb7c9dfc1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-17T01:41:20.767Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5f86bf63-8468-4187-8cb4-e8beb7c9dfc1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-17T01:41:20.769Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-17T01:41:20.770Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-17T01:41:20.770Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-17T01:41:20.770Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-17T01:41:20.770Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-17T01:41:20.770Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-17T01:41:20.770Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-17T01:41:20.770Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-17T01:41:20.770Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-17T01:41:20.770Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-17T01:41:20.770Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:41:20.774Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-17T01:41:50.774Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5f86bf63-8468-4187-8cb4-e8beb7c9dfc1 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-17T01:41:50.978Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5f86bf63-8468-4187-8cb4-e8beb7c9dfc1 and serviceModelVersionId: 639af210-4140-4b51-8024-3d289d2e6952
2021-09-17T01:41:50.978Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2e0dd72f-8cd9-49fd-9e3f-579a419ff0b7
2021-09-17T01:41:50.979Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2e0dd72f-8cd9-49fd-9e3f-579a419ff0b7/model-vers/model-ver/639af210-4140-4b51-8024-3d289d2e6952?depth=0
2021-09-17T01:41:50.983Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-09-17T01:41:51.023Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2e0dd72f-8cd9-49fd-9e3f-579a419ff0b7/model-vers/model-ver/639af210-4140-4b51-8024-3d289d2e6952?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-09-17T01:41:51.024Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2e0dd72f-8cd9-49fd-9e3f-579a419ff0b7/model-vers/model-ver/639af210-4140-4b51-8024-3d289d2e6952?depth=0|INFO|500||Invoke
2021-09-17T01:41:51.054Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2e0dd72f-8cd9-49fd-9e3f-579a419ff0b7/model-vers/model-ver/639af210-4140-4b51-8024-3d289d2e6952?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-17T01:41:51.221Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2e0dd72f-8cd9-49fd-9e3f-579a419ff0b7/model-vers/model-ver/639af210-4140-4b51-8024-3d289d2e6952?depth=0|INFO|500||InvokeReturn
2021-09-17T01:41:51.222Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2e0dd72f-8cd9-49fd-9e3f-579a419ff0b7/model-vers/model-ver/639af210-4140-4b51-8024-3d289d2e6952?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210917-01:41:51:059-54813], vertex-id=[237592], Content-Length=[0], Date=[Fri, 17 Sep 2021 01:41:51 GMT], Content-Type=[application/json]}
2021-09-17T01:41:51.222Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-09-17T01:41:51.222Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-17T01:41:51.222Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-17T01:41:51.226Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-17T01:41:51.226Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5f86bf63-8468-4187-8cb4-e8beb7c9dfc1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-17T01:41:51.227Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-17T01:41:51.227Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:41:51.229Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:41:51.229Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842911226,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-17T01:41:51.329Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:41:51.330Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:41:51.330Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:41:51.344Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:41:51.345Z||pool-134-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-17T01:41:52.237Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:41:52.238Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:41:52.238Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:41:56.932Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:41:56.932Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:41:56.932Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:41:56.954Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:41:56.955Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:41:56.955Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842737819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:41:56.955Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:41:56.955Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:41:56.955Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842740833,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:41:56.956Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:41:56.956Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:41:56.956Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842743031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:41:56.956Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:41:56.956Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:41:56.956Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842744705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:41:56.956Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:41:56.956Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:41:56.956Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842745784,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-17T01:41:56.956Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:41:56.956Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:41:56.956Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842746787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-17T01:41:56.956Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:41:56.956Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:41:56.956Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842747790,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-17T01:41:56.956Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:41:56.956Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:41:56.956Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842748794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-17T01:41:56.956Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:41:56.956Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:41:56.956Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28ce16e8-fb5f-4386-86a3-30555e36da5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842780118,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-17T01:41:56.956Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:41:56.956Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:41:56.957Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842723346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:41:56.957Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:41:56.957Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:41:56.957Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842723346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:41:56.957Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:41:56.957Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:41:56.957Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842723346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:41:56.957Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:41:56.957Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:41:56.957Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842723346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:41:56.957Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:41:56.957Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:41:56.957Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842723346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:41:56.957Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:41:56.957Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:41:56.957Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842723346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:41:56.957Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:41:56.957Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:41:56.957Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842723346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:41:56.957Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:41:56.958Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:41:56.958Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842723346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:41:56.958Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:41:56.958Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:41:56.958Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842723346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:41:56.958Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:41:56.958Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:41:56.958Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842790750,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:41:56.958Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:41:56.958Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:41:56.958Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842792485,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-17T01:41:56.958Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:42:02.434Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:42:02.435Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:42:02.435Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:42:02.435Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:42:11.975Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:42:11.975Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:42:11.976Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:42:11.976Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:42:21.516Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:42:21.516Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:42:21.517Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:42:21.517Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:42:31.055Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:42:31.056Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:42:31.056Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:42:31.056Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:42:40.599Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:42:40.599Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:42:40.600Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:42:40.600Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:42:50.140Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:42:56.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:42:56.930Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:42:56.930Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:42:56.932Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:42:56.932Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:42:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:42:56.955Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:42:56.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-17T01:42:56.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afdc4fe3-3d14-4543-9ff2-e8f28910fa45",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842853637,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-17T01:42:56.956Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:42:56.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-17T01:42:56.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842723346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:42:56.956Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:42:56.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-17T01:42:56.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842723346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-17T01:42:56.957Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:42:56.957Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-17T01:42:56.957Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842723346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-17T01:42:56.957Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:43:06.480Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:43:56.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:43:56.931Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:43:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:43:56.932Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:43:56.932Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:43:56.932Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:43:57.458Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:43:57.458Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:43:57.458Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842723346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-17T01:43:57.459Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:43:57.459Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:43:57.459Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842723346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-17T01:43:57.459Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:43:57.459Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:43:57.459Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842723346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:43:57.459Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:43:57.459Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:43:57.459Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842723346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-17T01:43:57.459Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:43:57.459Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:43:57.459Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842723346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-17T01:43:57.459Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:43:57.459Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:43:57.459Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842723346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-17T01:43:57.459Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-17T01:43:57.459Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:43:57.459Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842864226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:43:57.459Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:43:57.460Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:43:57.460Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842867004,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:43:57.460Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:43:57.460Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:43:57.460Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842869501,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:43:57.460Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:43:57.460Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:43:57.460Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842871004,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:43:57.460Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:43:57.460Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:43:57.460Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842872466,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:43:57.460Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:43:57.460Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:43:57.460Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842873630,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-17T01:43:57.460Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:43:57.460Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:43:57.460Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842874723,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-09-17T01:43:57.460Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:43:57.460Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:43:57.460Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842875726,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-09-17T01:43:57.460Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:43:57.460Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:43:57.460Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842876730,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-17T01:43:57.460Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:43:57.461Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:43:57.461Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842877733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-09-17T01:43:57.461Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:43:57.461Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:43:57.461Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842878737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-09-17T01:43:57.461Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:43:57.461Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:43:57.461Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842879754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-17T01:43:57.461Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:43:57.461Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:43:57.461Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f86bf63-8468-4187-8cb4-e8beb7c9dfc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631842911226,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-17T01:43:57.461Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:44:06.479Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:44:56.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:44:56.931Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:44:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:44:56.932Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:44:56.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:44:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:45:06.474Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:45:06.476Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:45:56.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:45:56.930Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:45:56.930Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:45:56.932Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:45:56.932Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:45:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:46:06.476Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:46:06.479Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:46:56.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:46:56.930Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:46:56.930Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:46:56.932Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:46:56.932Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:46:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:47:06.478Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:47:06.489Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:47:56.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:47:56.930Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:47:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:47:56.932Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:47:56.932Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:47:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:48:06.476Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:48:06.478Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:48:56.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:48:56.930Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:48:56.930Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:48:56.932Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:48:56.932Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:48:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:49:06.477Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:49:06.479Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:49:56.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:49:56.930Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:49:56.930Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:49:56.932Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:49:56.932Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:49:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:50:06.474Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:50:06.479Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:50:56.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:50:56.930Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:50:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:50:56.932Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:50:56.932Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:50:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:51:06.479Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:51:06.480Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:51:56.930Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:51:56.931Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:51:56.931Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:51:56.932Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:51:56.932Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:51:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:52:06.477Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:52:06.477Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:52:56.930Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:52:56.930Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:52:56.931Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:52:56.932Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:52:56.932Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:52:56.932Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:53:06.474Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:53:06.476Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:53:56.930Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:53:56.930Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:53:56.930Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:53:56.932Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:53:56.932Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:53:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:54:06.475Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:54:06.477Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:54:56.930Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:54:56.930Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:54:56.931Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:54:56.932Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:54:56.932Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:54:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:55:06.490Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:55:06.496Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:55:56.930Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:55:56.931Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:55:56.931Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:55:56.932Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:55:56.932Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:55:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:56:06.475Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:56:06.476Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:56:56.930Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:56:56.931Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:56:56.931Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:56:56.931Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:56:56.932Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:56:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:57:06.474Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:57:06.476Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:57:56.930Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:57:56.930Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:57:56.931Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:57:56.932Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:57:56.932Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:57:56.932Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:58:06.477Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:58:06.479Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:58:56.930Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:58:56.930Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:58:56.930Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:58:56.932Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:58:56.932Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:58:56.932Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:59:06.478Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:59:06.479Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T01:59:56.930Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:59:56.930Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:59:56.930Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:59:56.932Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:59:56.932Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:59:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T02:00:06.477Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T02:00:06.479Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T02:00:56.930Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T02:00:56.930Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T02:00:56.930Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|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 PiG3LeKOUNU1MzP9) ...
2021-09-17T02:00:56.932Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T02:00:56.932Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T02:00:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T02:01:06.477Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T02:01:06.479Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T02:01:56.930Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T02:01:56.931Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T02:01:56.931Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|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 PiG3LeKOUNU1MzP9) ...
2021-09-17T02:01:56.932Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T02:01:56.932Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T02:01:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T02:02:06.477Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T02:02:06.479Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T02:02:56.930Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T02:02:56.930Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T02:02:56.930Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|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 PiG3LeKOUNU1MzP9) ...
2021-09-17T02:02:56.932Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T02:02:56.932Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T02:02:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T02:03:06.477Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T02:03:06.477Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T02:03:56.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T02:03:56.931Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T02:03:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T02:03:56.932Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T02:03:56.932Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T02:03:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T02:04:06.478Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T02:04:06.484Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T02:04:56.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T02:04:56.931Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T02:04:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T02:04:56.932Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T02:04:56.932Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T02:04:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T02:05:06.482Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T02:05:06.482Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T02:05:56.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T02:05:56.930Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T02:05:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T02:05:56.932Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T02:05:56.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T02:05:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T02:06:06.476Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T02:06:06.477Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T02:06:56.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T02:06:56.930Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T02:06:56.930Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T02:06:56.931Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T02:06:56.932Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T02:06:56.932Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|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 PiG3LeKOUNU1MzP9) ...
2021-09-17T02:07:06.475Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T02:07:06.476Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T02:07:56.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T02:07:56.931Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T02:07:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T02:07:56.932Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T02:07:56.932Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T02:07:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T02:08:06.473Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T02:08:06.475Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T02:08:56.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T02:08:56.930Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T02:08:56.930Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T02:08:56.932Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T02:08:56.932Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T02:08:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T02:09:06.475Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T02:09:06.479Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T02:09:56.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T02:09:56.931Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T02:09:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T02:09:56.932Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T02:09:56.932Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T02:09:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T02:10:06.473Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T02:10:06.488Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T02:10:56.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T02:10:56.930Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T02:10:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T02:10:56.931Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T02:10:56.932Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T02:10:56.932Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|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 PiG3LeKOUNU1MzP9) ...
2021-09-17T02:11:06.477Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T02:11:06.478Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T02:11:56.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T02:11:56.930Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T02:11:56.930Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T02:11:56.932Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T02:11:56.932Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T02:11:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T02:12:06.471Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T02:12:06.475Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T02:12:56.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T02:12:56.931Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T02:12:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T02:12:56.932Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T02:12:56.932Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T02:12:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T02:13:06.480Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T02:13:06.481Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T02:13:56.931Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T02:13:56.932Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T02:13:56.932Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T02:13:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T02:13:56.932Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T02:13:56.932Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|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 PiG3LeKOUNU1MzP9) ...
2021-09-17T02:14:06.475Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T02:14:06.479Z|5f86bf63-8468-4187-8cb4-e8beb7c9dfc1|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T02:14:56.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T02:14:56.931Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T02:14:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T02:14:56.932Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T02:14:56.932Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T02:14:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T02:14:57.821Z||http-nio-8085-exec-5|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-17T02:15:06.477Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-17T02:15:06.480Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK